Big Halloween Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Cisco 300-835 Dumps Questions Answers

Page: 1 / 8
Total 110 questions

Automating Cisco Collaboration Solutions (CLAUTO) Questions and Answers

Question 1

Which Cisco UCM API is used to trigger on-demand recording of calls monitored by the application?

Options:

A.

AXL

B.

IPPS

C.

JTAPI/TAPI

D.

SOAP

Buy Now
Question 2

Drag and drop the correct items from the right to complete this Python script to automate the creation of Cisco Webex Teams spaces and memberships. Not all options are used.

Options:

Question 3

Drag and drop the git commands/steps from the left into the correct order on the right to make changes and submit code to a remote repository.

Options:

Question 4

Drag and drop the elements from the left onto the correct descriptions on the right. Not all options are used.

Options:

Question 5

Drag and drop the code snippets from the bottom onto the blanks in the code to implement a call using the Cisco Webex REST API to retrieve 10

messages in an organization created between October 10th 2019 and October 12th 2019. Not all options are used.

Select and Place:

Options:

Question 6

Refer to the exhibit.

Which output is expected when this code runs?

test("USER",1,2,True,"Hello World",test1 ="Test Passed!",test2=2254)

A)

B)

C)

D)

Options:

A.

Option

B.

Option

C.

Option

D.

Option

Question 7

Which statement is true for JavaScript Macros deployed on a Cisco Collaboration room device?

Options:

A.

Macros can register to receive any event that is local to the device.

B.

There is no hard limit to the number of macros that can be deployed.

C.

A macro can store data using a local JavaScript datastore.

D.

Macros execute in the order defined in the Macro Editor.

Question 8

Which Webex API allows an app to be notified via HTTP when a specific event occurs in Webex?

Options:

A.

Rooms

B.

Events

C.

Webhooks

D.

Teams

Question 9

What are two guiding principles of a REST API? (Choose two.)

Options:

A.

stateless

B.

variable interface

C.

flat system

D.

client-server architecture

E.

responsive

Question 10

When a Webex site has single-sign-on enabled, which type of data is required in the body element of an AuthenticateUser XML API Request?

Options:

A.

Webex username and password

B.

Webex Teams OAuth access token

C.

JWT token

D.

BOT access token

Question 11

Drag and drop the code snippets from the bottom onto the blanks in the code to create a Cisco Webex CreateMeeting API request. Not all options are used.

Select and Place:

Options:

Question 12

Drag and drop the code snippets from the bottom onto the blanks in the code to implement notifications on a room device. Not all options are used.

Select and Place:

Options:

Question 13

Which property is edited on a UI customization panel using the editor on the Webex device?

Options:

A.

panel display name

B.

font color of the panel button

C.

animations of the panel button

D.

size of the panel button on the home screen or touch device

Question 14

Refer to the exhibit. The beginning of the code is provided. Drag and drop the code snippets from the bottom onto the blanks in the Python script to

create a new phone in Cisco UCM using the AXL API. Some options may be used more than once. Not all options are used.

Select and Place:

Options:

Question 15

Which two functions are provided by the Java-based computer telephony applications API? (Choose two.)

Options:

A.

Provide call blocking and screening for applications.

B.

Provide analytics about Cisco Unified Communications Manager endpoints and users.

C.

Control and observe Cisco Unified Communications Manager phones.

D.

Route calls by using computer telephony integration ports and route points (virtual devices).

E.

Allow provisioning of Cisco Unified Communications Manager endpoints and users.

Question 16

Refer to the exhibit.

This exhibit is based on the simple Python script to update a Webex registered room device (local IP = 10.10.20.153) with a new custom half-wake message. What is the URL to complete the requests.post() method?

Options:

A.

http://10.10.20.153:22/

B.

http://10.10.20.153/jsxapi

C.

http://api.webex.com/v1/ui

D.

http://10.10.20.153/putxml

Question 17

Drag drop the code to create a valid AXL API script to create a new Route Partition, using the Python Zeep library. Not all options are used.

Options:

Question 18

Refer to the exhibit.

A bot is receiving notifications such as the one displayed in the exhibit. Drag and drop the code onto the snippet to complete the API request that was sent to Webex Teams so that the bot will receive these notifications. Not all options are used.

Options:

Question 19

Refer to the exhibit.

The exhibit shows the XML schema to associate a device for the AddUser operation in AXL. Which XML snippet is correct to associate a device with name “SEP151515151515”?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 20

After the AXL query ns:updatePhone is used to upgrade a phone configuration successfully, the phone does not reflect the change. Which other method must be performed for the change to take effect?

Options:

A.

ns:getPhone

B.

ns:restartPhone

C.

ns:rebootPhone

D.

ns:savePhone

Question 21

Adeveloper embeds the Cisco Webex widget inside an HTML web page. Drag and drop the code snippets from the bottom onto the blanks in the code

to load the widget. Not all options are used.

Select and Place:

Options:

Question 22

Which URI for XML APIs is used in Cisco Webex Meetings to manage users, meetings, events, and trainings?

Options:

A.

https://api.webex.com/v1/

B.

https://api.webex.com/WBXService/XMLService

C.

https://api.webex.com/v1/meetings

D.

https://api.webex.com/MeetingsService/XMLService

Question 23

Refer to the exhibit.

When a Calling Search Space is updated and a new member is added, how is a member defined?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 24

An engineer must automate the creation of daily, 30-minute meetings at 10 AM for the next 50 days. Drag and drop the code snippets from the bottom onto the boxes in the Python script to create the meetings by using the Webex Meetings API. Not all options are used.

Select and Place:

Options:

Question 25

Which type of token is required for authenticating requests to the Webex Meetings REST API?

Options:

A.

API token

B.

client token

C.

access token

D.

refresh token

Question 26

What is a benefit of using Python virtual environments?

Options:

A.

It isolates dependencies of every project from the system and each other.

B.

It allows Python to differentiate between package versions.

C.

It frees the developer from installing the project dependencies.

D.

It puts dependent packages in a common site-packages directory.

Question 27

Drag and drop the code snippets to create a valid AXL API <addUCService> request. Not all options are used.

Options:

Question 28

Drag and drop the commands from the left onto the curl command to create a custom branding message using the xAPI HTTP API. Not all options are used.

Options:

Question 29

Refer to the exhibit. Drag and drop the code snippets from the bottom onto the blanks in the code to construct a Python script that creates a webhook

to notify the administrator when a message is deleted from a group Webex room. Not all options are used.

Select and Place:

Options:

Question 30

This Python script automates the creation of a Webex Teams space and adds participants to the space. Drag and drop code on the snippet to complete the script. Not all options are used.

Options:

Question 31

The Python script executes a REST API to retrieve information from the Cisco Meeting Server about the call with an identifier of “987654321”. Drag and drop the code onto the snippet to complete the Python script. Not all options are used.

Options:

Question 32

Refer to the exhibit. Drag and drop the code snippets from the bottom onto the blanks in the Python script to monitor how many people are in Room 70 by using xAPI and RoomAnalytics. Not all options are used.

Select and Place:

Options:

Question 33

Drag and drop the code snippets into the correct order to create a Python Webex Teams REST API script that performs this sequence of tasks: create a Space, add a user to the Space, post the word “test” in the Space. Assume that the Python “requests” module has already been imported.

Options:

Page: 1 / 8
Total 110 questions