300-835 CLAUTO:Automating Cisco Collaboration Solutions
Update:2026年1月16日
Questions and Answers: 117 Q&A
1.
Which two statements describe advantages of consuming APIs with asynchronous versus synchronous requests? (Choose two.)
2.
Which two capabilities can be implemented in a custom application using the Cisco Unified IP Phone Services API? (Choose two.)
3.
The beginning of the code is provided. Drag and drop the code snippets from the bottom onto the blanks in the Python script to create a new phone in Cisco UCM using the AXL API. Some options may be used more than once. Not all options are used.
4.
Drag and drop the code snippets from the bottom onto the blanks in the Python script to create an XMPP cluster using the Cisco Meeting Server API. Not all options are used.
5.
Drag and drop the code to create a Webex Teams Recents Widget in an existing HTML page. Not all items are used.
6.
Which Webex API allows an app to be notified via HTTP when a specific event occurs in Webex?
7.
Based on the schema diagram in the exhibit, which two XML objects are valid AXL request elements?
8.
Drag and drop the bootkit functions from the left onto the correct actions on the right.
9.
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.
10.
Drag and drop the code snippets from the bottom onto the blanks in the code to configure a new call bridge using the REST API. Not all options are used.
11.
A Webex Meetings XML API HTTP request message with several invalid portions is shown. Which reference points to a line in the exhibit that correctly indicates that this is a LstsummaryUser request?
12.
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.
13.
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?
14.
Drag and drop the code snippets to create a valid AXL API request. Not all options are used.
15.
Which statement is true for JavaScript Macros deployed on a Cisco Collaboration room device?
16.
Which two scenarios have the capability to be automated by combining the Webex Meetings XML API with other API-enabled systems? (Choose two.)
17.
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.
18.
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.
19.
What is a benefit of Python virtual environments?
20.
What is a benefit of using Python virtual environments?
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.
22.
How is a message created using Webex Teams REST APIs?
23.
Drag and drop the elements from the left onto the correct descriptions on the right. Not all options are used.
24.
Which endpoint feature is used to configure custom controls on Cisco collaboration room devices?
25.
Which Cisco UCM API is used to trigger on-demand recording of calls monitored by the application?
26.
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.
27.
What are two guiding principles of a REST API? (Choose two.)
28.
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.
29.
Which format is used for guest tokens in Webex?
30.
Drag and drop the code from the bottom onto the box where the JavaScript code is missing to list licenses in a critical state. Not all options are used.
31.
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?
32.
Which code snippet is used to mention the bot CiscoDevNet@webex.bot?
33.
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 all options are used.
34.
Drag and drop the code snippets from the bottom onto the blanks in the Python script to create an outbound dial plan rule using the Cisco Meeting Server API. Not all options are used.
35.
An engineer needs to retrieve a list of devices that are xAPI enabled using Webex devices xAPIs with access token 111111111AAAAaaaaaa11111aaA. To complete the python request, which line of code must be added to the box where the code is missing?
36.
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.
37.
Which code snippet must be added to the blank in the script to create a new Cisco Webex space?
38.
What is a capability of the Cisco IP Phone Services API?
39.
Drag and drop the code snippets from the bottom onto the blanks in the code to construct a Python script that creates a webhook to notify the administrator when a message is deleted from a group Webex room. Not all options are used.
40.
Which output is expected when this code runs? test("USER",1,2,True,"Hello World",test1 ="Test Passed!",test2=2254)
def test(definedArgument,args,**kwargs):
print(definedArqument)
print(args)
print(kwargs["test1"1)
41.
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?
42.
What is the expiration time for a Cisco Webex Meeting API key to access the Webex API as an anonymous user?
43.
Which interface is used to obtain performance counters from Cisco UCM?
44.
Alice is a Webex Meetings admin for her organization. Which code snippet completes a Webex Meetings XML API request that returns all users?
45.
Which Cisco UCM programming interface provides data that is needed to compile a report of call volume, trunk utilization, and cost and billing estimates?
46.
Which two methods can be used to add a custom UI panel to a Webex room device? (Choose two.)
47.
Which URI for XML APIs is used in Cisco Webex Meetings to manage users, meetings, events, and trainings?
48.
Which type of endpoint is used by the Cisco Unified JTAPI implementation in Cisco Unified Communications Manager?
49.
A small Python script is constructed that creates a Webex Meeting for John Doe scheduled for the current time. Drag and drop the code snippets at the bottom onto the areas of the source code exhibit to create a program. Not all options are used.
50.
Drag and drop the correct items from the right to complete this Python script to automate the creation of Cisco Webex Teams spaces and memberships. Not all options are used.
51.
Drag and drop the code snippets from the bottom onto the blanks in the code to construct a Python script for Cisco UCM that provisions directory numbers. Not all options are used.
52.
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.
53.
Which Cisco Finesse API can control the communication between agents and servers?
54.
This exhibit is a simple Python scrip to monitor call activity for a local Webex room device. Which code snippet listens for call events and completes the script?
55.
Which two application use cases can be developed using Cisco UCM CTI (TAPI/JTAPI)? (Choose two.)
56.
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.)
57.
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.
58.
Which value of “a” is displayed when the Python code is executed?
59.
Which two use cases can be accomplished using the Finesse JavaScript library? (Choose two.)
60.
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?
61.
Which application component involved in conversational bots categorizes each request in the objective the user is trying to accomplish?
62.
Which two Webex technologies can be used to embed voice and video collaboration into a company web page? (Choose two.)
63.
Which component is used to integrate a webpage into the Cisco Finesse agent desktop?
64.
Which two functions are provided by the Java-based computer telephony applications API? (Choose two.)
65.
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”?