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: 1 / 4
Total 110 questions

Refer to the exhibit.

A collaboration engineer needs to create a new Webex user. Which code snippet must be placed in the blank in the code to meet

this requirement?

A.

apiUrl = 'https://webexapis.com/v1/memberships’

authorization = 'your_access_token'

98

httpHeaders = {

B.

apiUrl = 'https://webexapis.com/v1/people '

authorization = 'Bearer your_access_token'

httpHeaders = {

C.

apiUrl = 'https://webexapis.com/v1/people '

access_token = ’your_access_token'

httpHeaders = {

D.

apiUrl = 'https://webexapis.com/v1/memberships '

access_token = 'Bearer your_access_token'

httpHeaders = {

What is a capability of the Cisco Webex Meeting XML API?

A.

Programmatically schedule Event Center meetings.

B.

Send notification messages to users in a Cisco Webex space.

C.

Search and access Cisco Webex Meetings recording files.

D.

EmbedCisco Webex Meeting functionality into a web page.

Drag and drop the code to create a valid Cisco Meeting Server REST API Python script that creates a CMS coSpace and prints the URI to the console. Not all options are used.

Drag and drop the XML snippets onto the AXL request to build a request that sets the cluster-wide Call Park Reversion Timer to 2 minutes. Not all options are used.

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

A.

API token

B.

client token

C.

access token

D.

refresh token

Refer to the exhibit.

This Python script uses the websocket-based, xAPI library “pyxows’ to monitor and print event details to the console when users interact with UI Extension/In-Room Control ‘Action Buttons’ deployed to the Touch-10 interface of a Webex room device. Which two code snippets successfully capture such events? (Choose two.)

A.

await client.xEvent([‘Event’, ‘**’], callback)

B.

await client.subscribe([‘Event’, ‘ActionButton’, ‘Clicked’], callback)

C.

await client.subscribe([‘Event’, ‘**’], callback)

D.

await client.xEvent([‘Event’, ‘UserInterface’, ‘Extensions’, ‘Panel’, ‘Clicked’], callback)

E.

await client.subscribe([‘Event’, ‘UserInterface’, ‘Extensions’, ‘Panel’, ‘Clicked’], callback)

Refer to the exhibit.

The code includes the beginning of a short Python script that is constructed to notify the guard in case of an intruder alert. Which code snippet completes the script?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Refer to the exhibit.

An engineer needs to retrieve a list of devices that are xAPI enabled using Webex devices xAPIs with access token 111111111AAAAaaaaaa11111aaA. To complete the python request, which line of code must be added to the box where the code is missing?

A.

'Authorization: Token 111111111AAAAaaaaaa11111aaA’

B.

'Authorization: OAuth Token 111111111AAAAaaaaaa11111aaA'

C.

'Authorization: Bearer 111111111AAAAaaaaaa11111aaA'

D.

'Authorization: AccessToken 111111111AAAAaaaaaa11111aaA‘

Refer to the exhibit.

This exhibit is a simple Python scrip to monitor call activity for a local Webex room device. Which code snippet listens for call events and completes the script?

A.

await client.xfeedback( [‘Status’, ‘Call’, ‘Status’], callback, False)

B.

await client.subscribe( [‘Feedback’, ‘Call’, ‘Status’], callback, False)

C.

await client.subscribe( [‘Status’, ‘Call’, ‘Status’], callback, False)

D.

await client.xfeedback( [‘Feedback’, ‘Call’, ‘Status’], callback, False)

Which type of endpoint is used by the Cisco Unified JTAPI implementation in Cisco Unified Communications Manager?

A.

gateways

B.

gatekeepers

C.

phones

D.

SIP trunks