Weekend Sale Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Cisco 300-835 Automating Cisco Collaboration Solutions (CLAUTO) Exam Practice Test

Page: 1 / 11
Total 110 questions

Automating Cisco Collaboration Solutions (CLAUTO) Questions and Answers

Question 1

Which two capabilities can be implemented in a custom application using the Cisco Unified IP Phone Services API? (Choose two.)

Options:

A.

Authenticate the phone to the network.

B.

Display corporate directory information.

C.

Play multicast messages.

D.

Upgrade phone firmware.

E.

Create new phone devices.

Question 2

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:

Question # 2

Options:

Question 3

Refer to the exhibit.

Question # 3

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.

Question # 3

Options:

Question 4

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:

Question # 4

Options:

Question 5

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

Options:

A.

gateways

B.

gatekeepers

C.

phones

D.

SIP trunks

Question 6

Refer to the exhibit.

Question # 6

Which snippet of code does a user with the administrator role use in the missing “body”

section to create a new user in a Webex Teams organization?

Question # 6

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 7

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 8

Drag and drop the code snippets from the bottom onto the blanks in the code to automate a query to list all phones on a test Cisco UCM cluster using

an AXL SOAP request. Not all options are used.

Select and Place:

Question # 8

Options:

Question 9

Which two scenarios could be automated by combining the Webex Meetings XML API with other API-enabled systems? (Choose two.)

Options:

A.

scheduling new-hire orientation meetings as part of an HR system workflow

B.

triggering Webex meeting recording when the host disconnect from the meeting.

C.

automatically launching the weekly Webex scrum meeting on Mondays at 9 AM

D.

reassigning an employee’s scheduled Webex meeting to their manager then they leave the company

E.

muting users in a Webex meeting when their Cisco Jabber presence status transitions to Away

Question 10

Refer to the exhibit.

Question # 10

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?

Options:

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 = {

Question 11

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 12

What is a capability of the Macro Editor on a Cisco Webex Device?

Options:

A.

It supports multiple programming languages.

B.

It deploys new macros after restarting the application.

C.

It deactivates macros at any time.

D.

It supports keyboard shortcuts that are configured through the web UI.

Question 13

A software engineer must configure a Cisco TelePresence device and custom reporting dashboard to retrieve and display the temperature of the device every minute. Drag and drop the code snippets from the bottom onto the boxes in the code to collect and send the data by using the xAPI. Not all options are used.

Select and Place:

Question # 13

Options:

Question 14

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:

Question # 14

Options:

Question 15

Which two files must be downloaded from a Cisco Unified Communications Manager server in order to build requests for the AXL API? (Choose two.)

Options:

A.

AXLEnums.xsd

B.

AXL_CUCM.xsd

C.

AXLSoap.xsd

D.

CUCM_AXL.json

E.

AXLWSDL.xml

Question 16

Refer to the exhibit.

Question # 16

Which API call made to Cisco Meeting Server removes the inbound dial plan rule matching cms.lab domain?

Options:

A.

DELETE to /api/v1/inboundDialPalnRules/ with body attribute id=”2c5662ab-7e5a-45a8-a133- 5f4d6c6cb509”.

B.

DELETE to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509.

C.

PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509 with body attribute delete=”True”.

D.

PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509.

Question 17

Drag and drop the code to create a Webex Teams Recents Widget in an existing HTML page. Not all items are used.

Question # 17

Options:

Question 18

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.

Question # 18

Options:

Question 19

Refer to the exhibit.

Question # 19

A Webex Meetings XML API HTTP request message with several invalid portions is shown. Which reference points to a line in the exhibit that correctly indicates that this is a LstsummaryUser request?

Options:

A.

line 17

B.

line 1

C.

line 18

D.

line 14

Question 20

Refer to the exhibit.

Question # 20

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.)

Options:

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)

Question 21

Refer to the exhibit.

Question # 21

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?

Options:

A.

'Authorization: Token 111111111AAAAaaaaaa11111aaA’

B.

'Authorization: OAuth Token 111111111AAAAaaaaaa11111aaA'

C.

'Authorization: Bearer 111111111AAAAaaaaaa11111aaA'

D.

'Authorization: AccessToken 111111111AAAAaaaaaa11111aaA‘

Question 22

Drag and drop the code snippets from the bottom onto the boxes in the Python script to create an internal event listener for two nodes on the device

and send events back to a webhooks server using the xAPI xCommand directly on the end device. Not all options are used.

Select and Place:

Question # 22

Options:

Question 23

Question # 23

Refer to the exhibit. Drag and drop the code snippets from the bottom onto the blanks in the script to create a new CSS in Cisco UCM by using AXL with a route partition directory. Some options may be used more than once. Not al options are used.

Select and Place:

Question # 23

Options:

Question 24

What is the expiration time for a Cisco Webex Meeting API key to access the Webex API as an anonymous user?

Options:

A.

3 months

B.

12 hours

C.

one week

D.

6 months

Question 25

Which statement describe the function of the perfmonCollectCounterData operation used in the Cisco Unified Communications Manager Serviceability Perfmon API?

Options:

A.

It returns the Perfmon data for all counters that belong to an object on a particular host.

B.

It collects files from RTMT.

C.

It collects the Perfmon data for all counters that have been added with perfmonAddCounter to the session handle returned from perfmonOpenSession.

D.

It returns the list of available Perfmon objects and counters on a particular host.

Question 26

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

Question 27

Refer to the exhibit.

Question # 27

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

Question # 27

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 28

Question # 28

Question # 28

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:

Question # 28

Options:

Question 29

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

Question # 29

Options:

Question 30

Drag and drop the code snippets from the bottom onto the blanks in the code to configure a new cal bridge using the REST API. Not all options are used.

Select and Place:

Question # 30

Options:

Question 31

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.

Question # 31

Options:

Question 32

Refer to the exhibit.

Question # 32

An administrator is creating a script using the Python xAPI over WebSockets(pyxows) library. The goal of this script is to monitor the volume of the endpoint and set the volume to 60 whenever the volume has been set higher than that amount. Which code snippet accomplishes this task when it is added?

Question # 32

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 33

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.

Page: 1 / 11
Total 110 questions