Weekend Sale Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Cisco 300-835 Dumps

Page: 1 / 11
Total 110 questions

Automating Cisco Collaboration Solutions (CLAUTO) Questions and Answers

Question 1

Refer to the exhibit.

as

Based on this Webex Meetings XML API schema snippet, which XML object is a valid

element?

as

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 2

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:

as

Options:

Question 3

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

Question 4

Which Git command sends local changes from every branch to the remote repository?

Options:

A.

git add-all

B.

git commit-m "All"

C.

git push origin master

D.

git push-all

Question 5

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:

as

Options:

Question 6

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.

as

Options:

Question 7

Refer to the exhibit.

as

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 8

Which two use cases can be accomplished using the Finesse JavaScript library? (Choose two.)

Options:

A.

Integrate customer relationship management capabilities into the Finesse agent desktop.

B.

Build a custom browser-based agent desktop.

C.

Build a Finesse gadget to add quick dial to the Finesse agent desktop.

D.

Build a Finesse gadget to create new agents on the Finesse system.

E.

Build a Finesse gadget to configure Finesse log levels for the Finesse administrator console.

Question 9

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.

as

Options:

Question 10

Refer to the exhibit.

as

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?

Question 11

Refer to the exhibit.

as

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?

as

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 12

Drag and drop the elements to create the command to initiate a call to device@company.com using the Webex Devices xAPI SSH Interface. Not all options are used.

as

Options:

Question 13

What is a capability of the Cisco IP Phone Services API?

Options:

A.

It uses SOAP for all communication between clients and phones.

B.

It uses the XML schema file to define the behavior of the service.

C.

It bulk updates multiple phones with new firmware.

D.

It creates a DNS record in the server hosting for the IP Phone Services.

Question 14

Refer to the exhibit.

as

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 15

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 16

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.

as

Options:

Question 17

as

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:

as

Options:

Question 18

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

as

Options:

Question 19

Refer to the exhibit.

as

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?

as

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 20

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 21

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.

as

Options:

Question 22

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 23

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 24

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:

as

Options:

Question 25

Drag and drop the code from the bottom onto the box where the code is missing in the JavaScript code to schedule a meeting on a future date. Not at options are used.

Select and Place:

as

Options:

Question 26

Refer to the exhibit.

as

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.

as

Options:

Question 27

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

as

Options:

Question 29

Which two characteristics of REST APIs? (Choose two.)

Options:

A.

Resources are accessed using Uniform Resource Identifiers.

B.

API operations for Create/Read/Update/Delete are mapped to standard HTTP methods.

C.

Cookies are used for the duration of the session.

D.

REST API extends Remote Procedure Call.

E.

The server manages the session state.

Question 30

Which Cisco Finesse API can control the communication between agents and servers?

Options:

A.

serviceability

B.

desktop

C.

configuration

D.

notifications

Question 31

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 32

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:

as

Options:

Question 33

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}

Page: 1 / 11
Total 110 questions