Halloween Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Cisco 300-835 - Automating Cisco Collaboration Solutions (CLAUTO)

Page: 3 / 4
Total 110 questions

How is a message created using Webex Teams REST APIs?

A.

POST https://api.ciscospark.com/v1/messages/{messageID}

B.

POST https://api.ciscospark.com/v1/messages/

C.

GET https://api.ciscospark.com/v1/messages/

D.

PUT https://api.ciscospark.com/v1/messages/

A small Python script is constructed that creates a Webex Meeting for John Doe scheduled for the current time. Drag and drop the code snippets at the bottom onto the areas of the source code exhibit to create a program. Not all options are used.

Which two application use cases can be developed using Cisco UCM CTI (TAPI/JTAPI)? (Choose two.)

A.

collaborative file sharing tool

B.

interactive voice response system

C.

contact center solution

D.

instant messaging client

E.

calendaring application

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

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

Drag and drop the code snippets from the bottom onto the boxes where the code is missing to listen for Call History events using the xAPI Python SDK.

Not all options are used.

Select and Place:

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

Select and Place:

Which Webex SDK allows group space calling?

A.

Java

B.

Browser

C.

ChromeOS

D.

Node.js

Refer to the exhibit. Drag and drop the code snippets from the bottom onto the blanks in the code to construct a cURL command that will create a new space with the name Annual Meeting. Not all options are used.

Select and Place:

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?

A.

Webex username and password

B.

Webex Teams OAuth access token

C.

JWT token

D.

BOT access token

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.