Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70special

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

Testing Engine

  • Product Type: Testing Engine
$42  $139.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36  $119.99
Question 1

Which format is used for guest tokens in Webex?

Options:

A.

OAuth2

B.

JWT

C.

OAuth1

D.

MD5

Question 2

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 3

What are two keys features of Cisco Unified Communications Manager Serviceability APIs? (Choose two.)

Options:

A.

save alarms and events for troubleshooting

B.

connect to serial console on phone hardware

C.

configure firewall rules on phone hardware

D.

scan servers and devices for malware

E.

real-time monitoring of components

Question 4

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 5

Which endpoint feature is used to configure custom controls on Cisco collaboration room devices?

Options:

A.

Control Configurator

B.

TC Console

C.

In-Room Control

D.

Control Setup

Question 6

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:

Options:

Question 7

Drag and drop the botkit functions from the left onto the correct actions on the right.

Options:

Question 8

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 9

Which application component involved in conversational bots categorizes each request in the objective the user is trying to accomplish?

Options:

A.

entity recognition

B.

role classification

C.

intent classification

D.

domain classification

Question 10

Drag and drop the code snippets from the bottom onto the blanks in the script that sends the Server Down message to User One at userone@example.com and to the CLAUTONOC space with room ID A1bcA1 by using Cisco Webex. Not all options are used.

Select and Place:

Options:

Question 11

NO: 65

What does a single-threaded client application do when an API is consumed synchronously?

Options:

A.

It receives a slower response from the API service.

B.

It continues processing without waiting for a response.

C.

It receives a quicker response from the API service.

D.

It blocks processing until a response is received from the service.

Question 12

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

Options:

Question 13

Which two statements describe advantages of consuming APIs with asynchronous versus synchronous requests? (Choose two.)

Options:

A.

All Cisco APIs are designed to be invoked asynchronously.

B.

APIs respond more quickly when invoked asynchronously.

C.

Asynchronous request coding is less complex.

D.

Application threads do not block waiting for an asynchronous response.

E.

Multiple asynchronous requests can be sent simultaneously.

Question 14

An application is developed to provide temporary file storage on a private cloud repository. Access must be available within or outside the company's network. Employees and customers must be able to use the application. What is the role of reverse proxy in application deployment?

Options:

A.

It handles traffic from a known local device to provide access to an unknown remote device.

B.

It sends requests from a local resource to a remote device via VPN.

C.

It encrypts traffic that has destination collaboration end devices or active end users.

D.

It handles traffic from unknown remote devices to provide access to a known local device.

Question 15

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

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 16

Refer to the exhibit.

A developer has implemented ChatOps to a Webex Teams space as described in the exhibit. The Python script that pushes the notifications to the Teams space is shown. Drag and drop the code to complete the script. Not all options are used.

Options:

Question 17

Drag and drop the code snippets from the bottom onto the blanks in the Python script to create a new coSpace on the Cisco Meeting Server. Not all options are used.

Select and Place:

Options:

Question 18

Drag and drop the code snippets from the bottom onto the blanks in the Python script to create an XMPP cluster using the Cisco Meeting Server API.

Not all options are used.

Select and Place:

Options:

Question 19

Refer to the exhibit.

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 20

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 21

Which interface is used to obtain performance counters from Cisco UCM?

Options:

A.

Performance Monitoring API

B.

Cisco Unified Reporting GUI

C.

Cisco Unified Serviceability GUI

D.

Cisco Unified Operating System Administration GUI

Question 22

An administrator is creating a script using the Python xAPI over WebSockets (py xows) library. The goal of the script is to capture an event generated by a UI Extensions action button (former In-Room Control Panel).

When the action button is clicked, the script displays an alert that says that the button ID was clicked. Drag and drop the code snippets into the locations to complete the script:

Options:

Question 23

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 24

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 25

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:

Options:

Question 26

An existing user (identified by userId) needs to be allowed to host Webex meetings. Which API call is used to assign the new license?

Options:

A.

PUT /license/{userId}

B.

POST /people/{userId}

C.

PUT /people/{userId}

D.

POST /license/{userId}

Question 27

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.

Options:

Question 28

Drag and drop the code to complete the curl command that creates a halfwake brand logo using the xAPI HTTP API. Not all options are used. Code can be used more than one time.

Options:

Question 29

Refer to the exhibit.

Alice is a Webex Meetings admin for her organization. Which code snippet completes a Webex Meetings XML API request that returns all users?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 30

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 31

Refer to the exhibit.

Which value of “a” is displayed when the Python code is executed?

Options:

A.

10

B.

13

C.

18

D.

21

Question 32

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 33

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?

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

Page: 1 / 11
Total 110 questions