Black Friday Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Cisco > CCNP Collaboration > 300-835

300-835 Automating Cisco Collaboration Solutions (CLAUTO) Question and Answers

Question # 4

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:

Full Access
Question # 5

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.

Full Access
Question # 6

Which two Webex technologies can be used to embed voice and video collaboration into a company web page? (Choose two.)

A.

Webex Teams Widgets

B.

Webex Teams Browser SDK

C.

Webex Meetings XML API

D.

Webex Teams REST API

E.

Webex Teams Java SDK

Full Access
Question # 7

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?

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.

Full Access
Question # 8

Which Cisco UCM API is used to trigger on-demand recording of calls monitored by the application?

A.

AXL

B.

IPPS

C.

JTAPI/TAPI

D.

SOAP

Full Access
Question # 9

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:

Full Access
Question # 10

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

A.

serviceability

B.

desktop

C.

configuration

D.

notifications

Full Access
Question # 11

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.

Full Access
Question # 12

Which statement is true for JavaScript Macros deployed on a Cisco Collaboration room device?

A.

Macros can register to receive any event that is local to the device.

B.

There is no hard limit to the number of macros that can be deployed.

C.

A macro can store data using a local JavaScript datastore.

D.

Macros execute in the order defined in the Macro Editor.

Full Access
Question # 13

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

Full Access
Question # 14

Drag and drop the elements from the left onto the correct descriptions on the right. Not all options are used.

Full Access
Question # 15

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:

Full Access
Question # 16

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

Full Access
Question # 17

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

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

Full Access
Question # 18

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

Full Access
Question # 19

An administrator must test a Cisco collaboration room device. Drag and drop the code snippets from the bottom onto the blanks in the code to perform a test call using the xAPI. Some options may be used more than once. Not all options are used.

Select and Place:

Full Access
Question # 20

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

Full Access
Question # 21

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

A.

Performance Monitoring API

B.

Cisco Unified Reporting GUI

C.

Cisco Unified Serviceability GUI

D.

Cisco Unified Operating System Administration GUI

Full Access
Question # 22

When the behavior of a Cisco collaboration device is customized, which use case requires an external control system because implementing JavaScript macro does not suffice?

A.

Add a Join Webex meeting button to the touch panel.

B.

Move the shutters up and down.

C.

Trigger a “room-reset” to restore default configurations.

D.

Implement an in-room control panel for speed-dialing.

Full Access
Question # 23

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:

Full Access
Question # 24

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.

Full Access
Question # 25

Drag and drop the code snippets from the bottom onto the blanks in the code to implement a call using the Cisco Webex REST API to retrieve 10

messages in an organization created between October 10th 2019 and October 12th 2019. Not all options are used.

Select and Place:

Full Access
Question # 26

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.

Full Access
Question # 27

Refer to the exhibit.

Which code snippet is used to mention the bot CiscoDevNet@webex.bot?

A.

<@personEmail.CiscoDevNet@webex.bot>

B.

@CiscoDevNet@webex.bot

C.

@personEmail.CiscoDevNet@webex.bot

D.

(@personEmail.CiscoDevNet@webex.bot)

Full Access
Question # 28

Which Webex API allows an app to be notified via HTTP when a specific event occurs in Webex?

A.

Rooms

B.

Events

C.

Webhooks

D.

Teams

Full Access
Question # 29

What are two characteristics of JavaScript macros for Cisco collaboration room devices? (Choose two.)

A.

The Macro console log messages are lost every time the runtime is restarted.

B.

The Macro console log supports severity levels.

C.

The Macro console log supports one macro at a time.

D.

The macros depend on each other to prevent overloading the system with listeners.

E.

The Macro Editor forbids saving macros if the macros have a compile error

Full Access
Question # 30

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:

Full Access
Question # 31

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.

Full Access
Question # 32

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.

Full Access
Question # 33

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

A.

3 months

B.

12 hours

C.

one week

D.

6 months

Full Access