300-835 Practice Questions
86 real 300-835 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1Unified Communications
What are two key features of Cisco Unified Communications Manager Serviceability APIs? (Choose two.)
CUCM Serviceability APIsReal-time MonitoringAlarm and Event ManagementTroubleshooting - Question #2Unified Communications
Which two files must be downloaded from a Cisco Unified Communications Manager server in order to build requests for the AXL API? (Choose two.)
AXL APICisco Unified Communications ManagerWeb ServicesAPI files - Question #3Unified Communications
Which statement describe the function of the perfmonCollectCounterData operation used in the Cisco Unified Communications Manager Serviceability Perfmon API?
Cisco Unified Communications ManagerServiceability APIPerfmonAPI Operations - Question #4Collaboration Endpoints
Which two capabilities can be implemented in a custom application using the Cisco Unified IP Phone Services API? (Choose two.)
Collaboration APIsIP Phone ServicesAXL APIXML Applications - Question #5Unified Communications
After the AXL query ns:updatePhone is used to upgrade a phone configuration successfully, the phone does not reflect the change. Which other method must be performed for the change...
AXL APICUCMPhone ConfigurationIP Phone Management - Question #6Cloud Collaboration
Which two Webex technologies can be used to embed voice and video collaboration into a company web page? (Choose two.)
Webex IntegrationCollaboration APIsWeb DevelopmentReal-time Communication - Question #7Collaboration Endpoints
Which statement is true for JavaScript Macros deployed on a Cisco Collaboration room device?
JavaScript MacrosCollaboration EndpointsEvent HandlingDevice Customization - Question #8Collaboration Endpoints
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?
Cisco Collaboration Device CustomizationxAPI MacrosExternal Control SystemsRoom Automation - Question #9Collaboration Endpoints
Refer to the exhibit. This Python script script uses the websocket-based, xAPI library 'pyxows' to monitor and print event details to the console when users interact with UI Extens...
Cisco xAPIPython pyxowsWebex DevicesEvent Subscription - Question #10Unified Communications
Refer to the exhibit. The exhibit shows the XML schema to associate a device with the AddUser operation in AXL. Which XML snippet is correct to associate a device with name "SEP151...
AXL APIXMLCisco Unified Communications ManagerDevice Management - Question #11Collaboration Endpoints
Refer to the exhibit. This exhibit is a simple Python script to perform an update to a Webex registered room device (local IP = 10.10.20.153) with a new custom half-wake message. W...
Cisco RoomOS APIHTTP POSTXML configurationCollaboration Endpoints - Question #12Collaboration Endpoints
An In-Room Control Panel can be configured as "global" (always available). Which order panel type is supported?
In-Room Control PanelsEndpoint UI ConfigurationWebex Devices - Question #13Collaboration Endpoints
Refer to the exhibit. This exhibit is a simple Python script to monitor call activity for a local Webex room device. Which code snippet listens for call events and completes the sc...
Webex Room DevicesxAPIPython SDKCall Event Monitoring - Question #14Meetings
Which two scenarios could be automated by combining the Webex Meetings XML API with other API-enabled systems? (Choose two.)
Webex Meetings APIAPI IntegrationAutomationMeeting Management - Question #15Meetings
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?
Webex XML APIUser ManagementWebex MeetingsAPI Syntax - Question #17Network Programmability Foundation
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.
AXL APIXMLCUCMCall Park - Question #18Unified Communications
Drag and drop the code snippets to create a valid AXL API <addUCService> request. Not all options are used.
AXL APICUCMUnified Communications ServicesXML - Question #19Unified Communications
Drag and 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.
AXL APIPython ZeepRoute PartitionCUCM Programmability - Question #20Cloud Collaboration
Drag and Drop Question. Drag and drop the code to add a Webex Teams Space Widget in an existing HTML page. Not all items are used.
Webex Teams WidgetsWebex APIsHTML IntegrationWeb Programming - Question #21Cloud Collaboration
Drag and Drop Question. Refer to the exhibit. A developer has implemented ChatOps to a Webex Teams space as described in the exhibit. The Python script that pushes the notification...
ChatOpsWebex Teams APIPython ScriptingAPI Integration - Question #22Cloud Collaboration
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,...
Python ScriptingWebex Teams APIREST APISpace Management - Question #23Cloud Collaboration
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.
Python ScriptingWebex Teams APIAutomationCollaboration API - Question #24Cloud Collaboration
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 u...
Webex Teams APIPython AutomationSpace ManagementParticipant Management - Question #25Cloud Collaboration
Drag and drop the code to create a Webex Teams Recents Widget in an existing HTML page. Not all items are used.
Webex WidgetsHTML IntegrationWebex Teams APICollaboration Development - Question #26Cloud Collaboration
Refer to the exhibit. 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 t...
Webex Teams APIBot integrationWebhooksAPI requests - Question #27Collaboration Endpoints
Drag and Drop Question. 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.
xAPIAPI IntegrationCisco Endpointscurl - Question #28Meetings
Drag and Drop Question. 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...
Python scriptingWebex APIMeeting creationAPI integration - Question #29Collaboration Endpoints
A developer wants to deploy a room device. The manager wants to store data using a local JavaScript datastore. How can the developer achieve this objective?
RoomOS MacrosJavaScript scriptingLocal data storageEndpoint programmability - Question #30Cloud Collaboration
How can admin users include BroadCloud user details in the response when creating a new user in Cisco Webex teams?
Webex Teams APIUser ProvisioningBroadCloud IntegrationCalling Features - Question #31Cloud Collaboration
Your app wants to access Webex API as an anonymous user. You pre-register an API key. What is the quota limit per month for accessing the API key?
Webex APIAPI KeysQuota LimitsAPI Access - Question #32Cloud Collaboration
When should the Webex Team Oauth access token be used when configuring AuthenticateUser
Webex APIOAuthSingle Sign-On (SSO)Authentication - Question #33Network Programmability Foundation
Which Git command sends local changes from every branch to the remote repository?
GitVersion ControlRemote RepositoriesBranch Management - Question #34Network Programmability Foundation
What is a benefit of Python virtual environments?
PythonVirtual EnvironmentsPackage ManagementDevelopment Environment - Question #35Network Programmability Foundation
Refer to the exhibit. Which output is expected when this code runs? def test(definedArgument, *args, **kwargs): print (definedArgument) print (args) print (kwargs["test1"]) test("U...
PythonFunction Argumentsargskwargs - Question #36Network Programmability Foundation
What does a single-threaded client application do when an API is consumed synchronously?
API InteractionSynchronous ProcessingSingle-threaded ClientsBlocking Operations - Question #37Cloud Collaboration
Refer to the exhibit. 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 wh...
Webex APIWebhooksPython ScriptingREST API - Question #38Unified Communications
Drag and drop the code snippets from the bottom onto the blanks in the code to automate a query to list all phones on a test Cisco UCM cluster using an AXL SOAP request. Not all op...
AXL APICisco UCMSOAPEndpoint Management - Question #39Unified Communications
Drag and drop the code snippets from the bottom onto the blanks in the script to create an AXl SOAP request that updates the CallForwardAll number for a given DN so that the helpde...
AXL APISOAP RequestsCall ForwardingCUCM Administration - Question #40Network Programmability Foundation
Refer to the exhibit. 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....
Cisco UCM AXLCalling Search SpacePython ScriptingRoute Partitions - Question #41Collaboration Endpoints
What is a capability of the Cisco IP Phone Services API?
Cisco IP Phone ServicesXMLAPICollaboration Endpoints - Question #42Unified Communications
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 us...
Cisco Meeting Server APIPython ScriptingDial Plan ManagementAPI Automation - Question #43Unified Communications
Refer to the exhibit. 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...
Python ScriptingCisco UCM APIDirectory Number ProvisioningCollaboration Automation - Question #44Unified Communications
Which two application use cases can be developed using Cisco UCM CTI (TAPI/JTAPI)? (Choose two.)
UCM CTITAPI/JTAPITelephony ApplicationsIVR Systems - Question #45Network Programmability Foundation
Refer to the exhibit. An engineer needs to retrieve a list of devices that are xAPI enabled using Webex devices xAPIs with access-token 11111111AAAAaaaaaaaa1111aaA. To complete the...
API AuthenticationBearer TokenHTTP HeadersPython Requests - Question #46Cloud Collaboration
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 be...
Webex APIREST APIMessages APIAPI Filtering - Question #47Cloud Collaboration
Drag and drop the code snippets from the bottom onto the blanks in the code to implement a call to create a space and add users to the newly created space using Webex API. Not all...
Webex APIREST APISpace ManagementUser Management - Question #48Cloud Collaboration
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 custome...
Reverse ProxyApplication AccessCloud ArchitectureNetwork Security - Question #49Cloud Collaboration
Refer to the exhibit. Which code snippet must be added to the blank in the script to create a new Cisco Webex space? import requests import json url = 'https://api.ciscospark.com/v...
Webex APIPython scriptingREST APIHTTP POST - Question #50Cloud Collaboration
Which Webex SDK allows group space calling?
Webex SDKGroup CallingBrowser DevelopmentCollaboration APIs - Question #51Cloud Collaboration
Refer to the exhibit. 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? import request...
Webex APIUser ProvisioningREST APIPython requests