Automating Cisco Collaboration Solutions (CLAUTO) v1.0 (300-835)

Page:    1 / 4   
Total 63 questions

A Webex Teams bot receives a Webhook payload, which notifies the bot that a message was created in a space. Which two API requests must be issued for the bot to answer the author of the message? (Choose two.)

  • A. POST /v1/messages
  • B. GET /v1/messages/{messageId}
  • C. GET /v1/webhooks/{webhookId}
  • D. PUT /v1/messages/{messageId}
  • E. POST /v1/webhooks


Answer : CE

DRAG DROP -
Drag and drop the code to create a Webex Teams Recents Widget in an existing HTML page. Not all items are used.
Select and Place:




Answer :

DRAG DROP -


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.
Select and Place:



Answer :


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.

B.

C.

D.



Answer : A

Which two functions are provided by the Java-based computer telephony applications API? (Choose two.)

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


Answer : DE

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


Answer : C


Refer to the exhibit. 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?
A.

B.

C.

D.



Answer : A

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


Answer : AC

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.


Answer : C

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.


Answer : D


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)


Answer : DE


Refer to the exhibit. The exhibit shows the XML schema to associate a device for the AddUser operation in AXL. Which XML snippet is correct to associate a device with name "SEP151515151515"?
A.

B.

C.

D.



Answer : D

DRAG DROP -
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.
Select and Place:




Answer :


Refer to the exhibit. 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?

  • A. http://10.10.20.153:22/
  • B. http://10.10.20.153/jsxapi
  • C. http://api.webex.com/v1/ui
  • D. http://10.10.20.153/putxml


Answer : D

An In-Room Control Panel can be configured as "global" (always available). Which order panel type is supported?

  • A. Background
  • B. Do Not Disturb
  • C. Never
  • D. Out-of-Call


Answer : D

Page:    1 / 4   
Total 63 questions