Cisco (300-835-CLAUTO) Exam Questions And Answers page 2
Which code snippet mentions the bot [email protected]?
Single Choice
Refer to the exhibit. Which code snippet is used to mention the bot [email protected]?
Automation and Programmability
Automating Collaboration Solutions
Refer to the exhibit. 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?
await client.xfeedback( [ Status , Call , Status ], callback, False)
await client.subscribe( [ Feedback , Call , Status ], callback, False)
await client.subscribe( [ Status , Call , Status ], callback, False)
await client.xfeedback( [ Feedback , Call , Status ], callback, False)
Automation and Programmability
Automating Collaboration Solutions
Refer to the exhibit. Alice is a Webex Meetings admin for her organization. Which code snippet completes a Webex Meetings XML API request that returns all users?
Automation and Programmability
Automating Collaboration Solutions
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.
Automation and Programmability
Automating Collaboration Solutions
Which two methods can be used to add a custom UI panel to a Webex room device? (Choose two.)
Import an existing panel configuration file by connecting a USB storage drive to the device.
Use xAPI to push a JSON panel configuration to the device.
Create a panel using the device UI Extensions Editor (previously In-Room Controls).
Restore a device backup file present on a PC that contains a panel configuration.
From a T-shell session, use the git command to merge the XML configuration of a panel.
Automation and Programmability
Automating Collaboration Solutions
When a Webex site has single-sign-on enabled, which type of data is required in the body element of an AuthenticateUser XML API Request?
Webex username and password
Webex Teams OAuth access token
JWT token
BOT access token
Automation and Programmability
Integration and Interoperability
Drag and drop the XML snippets onto the AXL request to build a request that sets the cluster-wide Call Park Reversion Timer to 2 minutes. Not all options are used.
Automating Collaboration Solutions
Integration and Interoperability
Which two files must be downloaded from a Cisco Unified Communications Manager server in order to build requests for the AXL API? (Choose two.)
AXLEnums.xsd
AXL_CUCM.xsd
AXLSoap.xsd
CUCM_AXL.json
AXLWSDL.xml
Cisco Collaboration Solutions
Automating Collaboration Solutions
Drag and drop the git commands/steps from the left into the correct order on the right to make changes and submit code to a remote repository.
Automation and Programmability
Automating Collaboration Solutions
Refer to the exhibit. 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?
line 17
line 1
line 18
line 14
Automation and Programmability
Automating Collaboration Solutions
Comments