Cisco 300-835 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 300-835
  • Exam Name/Title: Automating and Programming Cisco Collaboration Solutions
  • Certification Provider: Cisco
  • Corresponding Certification: CCNP Collaboration
  • Exam Questions: 132
  • Updated On: May 30, 2026
Drag and Drop Question
Drag and drop the elements from the left onto the correct descriptions on the right. Not all options are used.
Correct Answer:
Drag and Drop Question
Drag and drop the bootkit functions from the left onto the correct actions on the right.
Correct Answer:
Which Cisco Meeting Server REST API object resource is used to retrieve active call information?
Correct Answer: D Vote an answer
Which format is used for guest tokens in Webex?
Correct Answer: A Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Drag and Drop Question
Refer to the exhibit. 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.

Correct Answer:

Explanation:
The AXL API operation to create a new phone is addPhone. Since AXL is a SOAP-based API, the Content-Typemust be text/xml. The HTTP method used for AXL API operations that create resources is POST, so it's applied twice - once in the payload body element name and once in the request method.
Drag and Drop Question
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.
Correct Answer:

Explanation:
url, headers, and payloadare all used in the standard requests.request()call.
- url points to the XMPP configuration API on Cisco Meeting Server.
- headersinclude authentication and content type.
- payloadcontains the data for creating the XMPP cluster.
response.textprints the raw response body for visibility.
After registering your webex room phone, the member wants to view system messages for error reports. Where can the system messages be viewed in the room phone? (Choose two.)
Correct Answer: B,E Vote an answer
0
0
0
10