Free Cisco 300-535 Practice Test & Real Exam Questions

  • Exam Code/Number: 300-535
  • Exam Name/Title: Automating and Programming Cisco Collaboration Solutions
  • Certification Provider: Cisco
  • Corresponding Certification: CCNP Service Provider
  • Exam Questions: 136
  • Updated On: Jul 07, 2026
Drag and Drop Question
Refer to the exhibit. Drag and drop the code snippets from the bottom onto the boxes in the code to complete the XML based on the YANG model. Not all options are used. Some options may be used more than once.

Correct Answer:

Explanation:
What is a common pattern used when consuming APIs asynchronously?
Correct Answer: B Vote an answer
Refer to the exhibit. An engineer must change an interface description by adding "-modified" as a suffix. Which code snippet must be added to the box in the code to accomplish this task?
Correct Answer: D Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Refer to the exhibit. A network engineer is expecting the collector to initiate a gRPC session to the router. To accomplish this task, a subscription is specified. A Cisco IOS XR device was configured using the details in the exhibit. When the code is applied, the session is not initiated.
What is the issue?
Correct Answer: A Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
An engineer needs to configure network devices in an automated way. Which two ways are used to create structured data using YANG to provide REST-like APIs to enable programmability access? (Choose two.)
Correct Answer: A,E Vote an answer
Which API style is commonly used for remote procedure calls (RPC)?
Correct Answer: C Vote an answer
Refer to the exhibit. The code must retrieve information about the routing table and the interfaces on the Cisco IOS XE device. The information must be printed to the standard output. Which code snippet must be added to the code to accomplish these tasks?
Correct Answer: B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
A developer needs to create a new branch using the tag "v2.1". After creation, the new code must be applied in the newly created branch. Which set of commands must the developer use?
git checkout -b my-branch v2.1 -create
Correct Answer: D Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).