300-835 CLAUTO:Automating Cisco Collaboration Solutions Update:2026年5月25日 Questions and Answers: 117 Q&A 1. 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. None 2. 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. None 3. 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. None 4. 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. Embed Cisco Webex Meeting functionality into a web page. None 5. 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. None 6. Drag and drop the code snippets from the bottom onto the boxes in the Python script to change the configured default volume of a device using the xAPI. Not all options are used. None 7. Drag and drop the code snippets from the bottom onto the blanks in the Python script to monitor how many people are in Room 70 by using xAPI and RoomAnalytics. Not all options are used. None 8. Which Cisco Meeting Server REST API object resource is used to retrieve active call information? A. /activecalls B. /calls C. /getactivecalls D. /callProfiles None 9. Which two statements describe advantages of consuming APIs with asynchronous versus synchronous requests? (Choose two.) A. All Cisco APIs are designed to be invoked asynchronously. B. APIs respond more quickly when invoked asynchronously. C. Asynchronous request coding is less complex. D. Application threads do not block waiting for an asynchronous response. E. Multiple asynchronous requests can be sent simultaneously. 10. Which application component involved in conversational bots categorizes each request in the objective the user is trying to accomplish? A. entity recognition B. role classification C. intent classification D. domain classification None 11. 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. None 12. What is a capability of the Macro Editor on a Cisco Webex Device? A. It supports multiple programming languages. B. It deploys new macros after restarting the application. C. It deactivates macros at any time. D. It supports keyboard shortcuts that are configured through the web UI. None 13. 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 None 14. 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) 15. Which Cisco UCM API is used to trigger on-demand recording of calls monitored by the application? A. AXL B. IPPS C. JTAPI/TAP D. SOAP None 16. 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 None 17. 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 None 18. 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. None 19. 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 None 20. 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. None 21. Which format is used for guest tokens in Webex? A. OAuth2 B. JWT C. OAuth1 D. MD5 None 22. 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. None 23. 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. None 24. 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. None 25. 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? A. None 26. An engineer must automate the creation of daily, 30-minute meetings at 10 AM for the next 50 days. Drag and drop the code snippets from the bottom onto the boxes in the Python script to create the meetings by using the Webex Meetings API. Not all options are used. None 27. Which two application use cases can be developed using Cisco UCM CTI (TAPI/JTAPI)? (Choose two.) A. collaborative file sharing tool B. interactive voice response system C. contact center solution D. instant messaging client E. calendaring application 28. Which Cisco UCM programming interface provides data that is needed to compile a report of call volume, trunk utilization, and cost and billing estimates? A. Perfmon SOAP API B. JTAPI C. CDRonDemand API D. RisPort70 SOAP API None 29. 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. None 30. 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' 98httpHeaders = { 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 = { None 31. 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. 32. Drag and drop the bootkit functions from the left onto the correct actions on the right. None 33. 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. None 34. What is the primary purpose of the POST /v1/meetings function of the Webex Meetings REST API? A. to join an ongoing meeting B. to cancel a meeting C. to schedule a new meeting D. to start an instant meeting None 35. 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 36. 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 None 37. 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. A.<associatedDevices> <device name-"SEP151515151515<associatedDevices> B.B.<routePartitionName><device>SEP151515151515</device></routePartitionName> C.C.<routePartitionName><device name="SEP151515151515"></routePartitionName> D.D.<associatedDevices><device>SEP151515151515</device><associatedDevices> None 38. Which value of “a” is displayed when the Python code is executed? A. 10 B. 13 C. 18 D. 21 None 39. 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? A. await client.xfeedback( [‘Status’, ‘Call’, ‘Status’], callback, False) B. await client.subscribe( [‘Feedback’, ‘Call’, ‘Status’], callback, False) C. await client.subscribe( [‘Status’, ‘Call’, ‘Status’], callback, False) D. await client.xfeedback( [‘Feedback’, ‘Call’, ‘Status’], callback, False) None 40. 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 41. 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? A. line 17 B. line 1 C. line 18 D. line 14 None 42. 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. None 43. What are two guiding principles of a REST API? (Choose two.) A. stateless B. variable interface C. flat system D. client-server architecture E. responsive None 44. Which endpoint feature is used to configure custom controls on Cisco collaboration room devices? A. Control Configurator B. TC Console C. In-Room Control D. Control Setup None 45. 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. None 46. Drag and drop the elements from the left onto the correct descriptions on the right. Not all options are used. None 47. 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. None 48. Which two use cases can be accomplished using the Finesse JavaScript library? (Choose two.) A. Integrate customer relationship management capabilities into the Finesse agent desktop. B. Build a custom browser-based agent desktop. C. Build a Finesse gadget to add quick dial to the Finesse agent desktop. D. Build a Finesse gadget to create new agents on the Finesse system. E. Build a Finesse gadget to configure Finesse log levels for the Finesse administrator console. 49. Which API call made to Cisco Meeting Server removes the inbound dial plan rule matching cms.lab domain? A. DELETE to /api/v1/inboundDialPalnRules/ with body attribute id=”2c5662ab-7e5a-45a8-a133-5f4d6c6cb509”. B. DELETE to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509. C. PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509 with body attribute delete=”True”. D. PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509. None 50. Which property is edited on a UI customization panel using the editor on the Webex device? A. panel display name B. font color of the panel button C. animations of the panel button D. size of the panel button on the home screen or touch device None 51. 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. None 52. What is a benefit of Python virtual environments? A. separate package dependencies for each application B. shared libraries across all projects C. shared workspace for Python applications D. dedicated CPU and memory for each application None 53. 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. None 54. Alice is a Webex Meetings admin for her organization. Which code snippet completes a Webex Meetings XML API request that returns all users? A.<bodyContent xsi:type=<java:com.webex.service.binding.user.GetUser"><webExID></webExID></bodyContent> B.<bodycontent xsi:type-<java:com.webex,service.binding.user.LstsunmaryUser"></bodyContent> C.<bodyContent xsi:type=<java:com.webex.service,binding.user.GetUser"></bodyContent> D.<bodyContent xsi:type=<java:com.webex.service.binding.user.LstsunmaryUser"><webExID>*</webExID></bodyContent> None 55. What is a benefit of using Python virtual environments? A. It isolates dependencies of every project from the system and each other. B. It allows Python to differentiate between package versions. C. It frees the developer from installing the project dependencies. D. It puts dependent packages in a common site-packages directory. None 56. An existing user (identified by userId) needs to be allowed to host Webex meetings. Which API call is used to assign the new license? A. PUT /license/{userId} B. POST /people/{userId} C. PUT /people/{userId} D. POST /license/{userId} None 57. Which Git command sends local changes from every branch to the remote repository? A. git add -all B. git commit -m "All" C. git push origin master D. git push -all None 58. 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. None 59. Drag and drop the code to create a Webex Teams Recents Widget in an existing HTML page. Not all items are used. None 60. Based on the schema diagram in the exhibit, which two XML objects are valid AXL request elements? A.<soapenv:Body><ns:getPhone sequence=“1”><name>BOT209342098</name><returnedtags><model/×/returnedtags></ns:getPhone></soapenv:Body> B.<soapenv:Body><ns:getPhone><name>BOT209342098</name><returnedTags><model/></returnedTags></ns:getPhone></soapenv:Body> C.<soapenv:Body><ns:getPhone><name>BOT209342098</name><uuid>{2B1931A2-8FC2-A0C2-7282-B88B5A6356A0}</uuid></ns:getPhone></soapenv:Body> D.<soapenv:Body><ns:getPhone sequence="1"><uuid>{2B1931A2-8FC2-A0C2-7282-B88B5A6356A0}/uuid></ns:getPhone></soapenv:Body> E.<soapenv:Body><ns:getPhone sequence="1"><name>BOT209342098</name><returnedTags>A11</returnedTags></ns:getPhone></soapenv:Body> 61. Which two files must be downloaded from a Cisco Unified Communications Manager server in order to build requests for the AXL API? (Choose two.) A. AXLEnums.xsd B. AXL_CUCM.xsd C. AXLSoap.xsd D. CUCM_AXL.json E. AXLWSDL.xml 62. Drag and drop the code snippets from the bottom onto the blanks in the code to construct an AXL SOAP request that updates the CallForward AII number for a given DN so that the helpdesk executes changes quickly. Not all options are used. None 63. 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. None 64. 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? A. 'Authorization: Token 111111111AAAAaaaaaa11111aaA’ B. 'Authorization: OAuth Token 111111111AAAAaaaaaa11111aaA' C. 'Authorization: Bearer 111111111AAAAaaaaaa11111aaA' D. 'Authorization: AccessToken 111111111AAAAaaaaaa11111aaA‘ None 65. Drag and drop the code from the bottom onto the box where the code is missing in the JavaScript code to schedule a meeting on a future date. Not all options are used. None 1 out of 65 Name Email Time is Up!