Cisco (300-835-CLAUTO) Exam Questions And Answers page 7
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
Refer to the exhibit. When a Calling Search Space is updated and a new member is added, how is a member defined?
Automating Collaboration Solutions
Troubleshooting and Debugging
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?
Automating Collaboration Solutions
Troubleshooting and Debugging
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.
Automating Collaboration Solutions
Troubleshooting and Debugging
Refer to the exhibit. Which snippet of code does a user with the administrator role use in the missing body section to create a new user in a Webex Teams organization?
Cisco Collaboration Solutions
Automating Collaboration Solutions
Refer to the exhibit. Based on this Webex Meetings XML API schema snippet, which XML object is a valid
Automation and Programmability
Automating Collaboration Solutions
Refer to the exhibit. Which value of a is displayed when the Python code is executed?
10
13
18
21
Automation and Programmability
Troubleshooting and Debugging
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 ?
Automation and Programmability
Automating Collaboration Solutions
Which two use cases can be accomplished using the Finesse JavaScript library? (Choose two.)
Integrate customer relationship management capabilities into the Finesse agent desktop.
Build a custom browser-based agent desktop.
Build a Finesse gadget to add quick dial to the Finesse agent desktop.
Build a Finesse gadget to create new agents on the Finesse system.
Build a Finesse gadget to configure Finesse log levels for the Finesse administrator console.
Cisco Collaboration Solutions
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
Comments