300-835 Exam Questions
86 real 300-835 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1Cisco Unified Communications Manager API
What are two key features of Cisco Unified Communications Manager Serviceability APIs? (Choose two.)
CUCM Serviceability APIsEvent monitoringReal-time monitoringSystem troubleshooting - Question #2Cisco Unified Communications Manager API
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 APICUCMWSDLXSD - Question #3Cisco Unified Communications Manager API
Which statement describe the function of the perfmonCollectCounterData operation used in the Cisco Unified Communications Manager Serviceability Perfmon API?
Perfmon APIPerformance countersCUCM ServiceabilityCounter data collection - Question #4Cisco Unified Communications Manager API
Which two capabilities can be implemented in a custom application using the Cisco Unified IP Phone Services API? (Choose two.)
Unified IP Phone Services APIPhone multicastDevice provisioningAPI capabilities - Question #5Cisco Unified Communications Manager API
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 APIPhone provisioningPhone restartCUCM configuration - Question #6Cisco Webex API
Which two Webex technologies can be used to embed voice and video collaboration into a company web page? (Choose two.)
Webex WidgetsBrowser SDKWeb EmbeddingVoice and Video - Question #7Collaboration Endpoints
Which statement is true for JavaScript Macros deployed on a Cisco Collaboration room device?
JavaScript MacrosCollaboration EndpointsEvent RegistrationLocal Events - 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?
Collaboration Device MacrosHardware ControlExternal IntegrationCisco Endpoints - Question #9Cisco Webex API
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...
Webex xAPIEvent SubscriptionsUI ExtensionsIn-Room Controls - Question #10Cisco Unified Communications Manager API
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 APIXML SchemaDevice Association - 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...
Webex xAPIputxml endpointRoom device controlDevice configuration - Question #12Collaboration Endpoints
An In-Room Control Panel can be configured as "global" (always available). Which order panel type is supported?
In-Room Control PanelOut-of-Call PanelsGlobal ConfigurationCisco Unified Communications Manager - Question #13Cisco Webex API
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 Event SubscriptionCall Status EventsRoom DevicePython SDK - Question #14Cisco Webex API
Which two scenarios could be automated by combining the Webex Meetings XML API with other API-enabled systems? (Choose two.)
Webex Meetings APIAPI IntegrationWorkflow AutomationThird-party Systems - Question #15Cisco Webex API
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 APIGetUser methoduser retrieval - Question #17Cisco Unified Communications Manager API
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 RequestCall Park ConfigurationCUCM APIXML Syntax - Question #18Cisco Unified Communications Manager API
Drag and drop the code snippets to create a valid AXL API <addUCService> request. Not all options are used.
AXL APICUCM AdministrationXML StructureAPI Request Syntax - Question #19Cisco Unified Communications Manager API
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 APIRoute PartitionPython ZeepCUCM - Question #20Cisco Webex API
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 WidgetHTML IntegrationWeb Embedding - Question #21Cisco Webex API
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...
Webex Teams APIChatOpsPython scriptingNotifications - Question #22Cisco Webex API
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,...
Webex Teams APIREST APISpace managementPython requests - Question #23Cisco Webex API
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.
Webex APIPython scriptingTeams spacesAPI integration - Question #24Cisco Webex API
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 APISpace CreationParticipant ManagementPython REST API - Question #25Cisco Webex API
Drag and drop the code to create a Webex Teams Recents Widget in an existing HTML page. Not all items are used.
Webex Teams APIWebex WidgetsHTML IntegrationRecents Widget - Question #26Cisco Webex API
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 Bots APIWebhooksEvent NotificationsAPI Integration - Question #27
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.
- Question #28Cisco Webex API
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...
Webex Meetings APIPythonREST APIMeeting scheduling - 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?
JavaScript macrosRoom devicesLocal data storageMacro deployment - Question #30Cisco Webex API
How can admin users include BroadCloud user details in the response when creating a new user in Cisco Webex teams?
Cisco Webex APIUser ManagementcallingInfo ParameterBroadCloud - Question #31Cisco Webex API
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 quotasanonymous accessAPI key - Question #32Cisco Webex API
When should the Webex Team Oauth access token be used when configuring AuthenticateUser
Webex OAuthAuthenticateUserSSO - Question #33Network Programmability Foundation
Which Git command sends local changes from every branch to the remote repository?
git pushRemote repositoryGit branchesVersion control - Question #34Network Programmability Foundation
What is a benefit of Python virtual environments?
Python virtual environmentsPackage managementDependency isolation - 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...
Python FunctionsVariable Arguments*args/**kwargsArgument Unpacking - Question #36Network Programmability Foundation
What does a single-threaded client application do when an API is consumed synchronously?
Synchronous API callsBlocking behaviorSingle-threaded clientAPI consumption - Question #37Cisco Webex API
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 APIWebhooksEvent handlingPython scripting - Question #38
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...
- Question #39Cisco Unified Communications Manager API
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 SOAPCallForwardAllCUCM APICall Forwarding - Question #40Cisco Unified Communications Manager API
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....
AXL APICSS creationRoute PartitionCisco UCM - Question #41Collaboration Endpoints
What is a capability of the Cisco IP Phone Services API?
IP Phone Services APIXML schemaAPI capabilities - Question #42Cisco Meeting Server API
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 APIOutbound dial plan rulePython API implementation - Question #43Cisco Unified Communications Manager API
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...
Cisco UCMDirectory NumbersPythonAPI Provisioning - Question #44Cisco Unified Communications Manager API
Which two application use cases can be developed using Cisco UCM CTI (TAPI/JTAPI)? (Choose two.)
TAPI/JTAPIIVRUCM CTIapplication integration - Question #45Cisco Webex API
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...
Webex xAPIBearer tokenHTTP AuthorizationOAuth 2.0 - Question #46Cisco Webex API
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 Messages APIREST endpointsDate filteringAPI pagination - Question #47Cisco Webex API
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 APISpace creationUser managementREST calls - 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 ProxyCloud DeploymentNetwork AccessApplication Architecture - Question #49Cisco Webex API
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 APIREST APIBearer TokenAccess Token - Question #50Cisco Webex API
Which Webex SDK allows group space calling?
Webex SDKGroup space callingBrowser SDKWebRTC - Question #51Cisco Webex API
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 People APIREST API authenticationBearer tokenHTTP headers