Cisco (300-835-CLAUTO) Exam Questions And Answers page 5
Drag and drop the code to create a Webex Teams Recents Widget in an existing HTML page. Not all items are used.
Automation and Programmability
Automating Collaboration Solutions
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.)
await client.subscribe([ Event , ActionButton , Clicked ], callback)
await client.subscribe([ Event , ** ], callback)
await client.xEvent([ Event , UserInterface , Extensions , Panel , Clicked ], callback)
await client.subscribe([ Event , UserInterface , Extensions , Panel , Clicked ], callback)
Automation and Programmability
Automating Collaboration Solutions
Drag and drop the code snippets into the correct order to create a Python Webex Teams REST API script that performs this sequence of tasks: create a Space, add a user to the Space, post the word test in the Space. Assume that the Python requests module has already been imported.
Automation and Programmability
Automating Collaboration Solutions
Which two capabilities can be implemented in a custom application using the Cisco Unified IP Phone Services API? (Choose two.)
Authenticate the phone to the network.
Display corporate directory information.
Play multicast messages.
Upgrade phone firmware.
Create new phone devices.
Cisco Collaboration Solutions
Automating Collaboration Solutions
What is the expiration time for a Cisco Webex Meeting API key to access the Webex API as an anonymous user?
3 months
12 hours
one week
6 months
Cisco Collaboration Solutions
Automating Collaboration Solutions
Which Cisco Meeting Server REST API object resource is used to retrieve active call information?
/activecalls
/calls
/getactivecalls
/callProfiles
Automation and Programmability
Automating Collaboration Solutions
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?
Automation and Programmability
Troubleshooting and Debugging
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.
Automation and Programmability
Automating Collaboration Solutions
Which statement is true for JavaScript Macros deployed on a Cisco Collaboration room device?
Macros can register to receive any event that is local to the device.
There is no hard limit to the number of macros that can be deployed.
A macro can store data using a local JavaScript datastore.
Macros execute in the order defined in the Macro Editor.
Cisco Collaboration Solutions
Automation and Programmability
Refer to the exhibit. Which value of a is displayed when the Python code is executed?
21
10
13
18
Automation and Programmability
Troubleshooting and Debugging
Comments