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
An engineer must configure a router as a path compute client. The engineer must prioritize SR_PCE1 and fall back to SR_PCE2 in case of failure. Which configuration value on SR_PCE1 meets the requirement?
Correct Answer: D Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
An engineer needs to automate the configuration of a new route to a group of Cisco IOS XE switches. To accomplish this task, NETCONF will be used. What must be configured on the switches before the configuration is pushed using NETCONF?
Correct Answer: A Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
A developer copied a couple of service packages to the local NSO installation folder. Which command enables Cisco NSO to begin using service packages immediately, without any additional commands?
Correct Answer: B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
What is a benefit of implementing a Python virtual environment when initiating a new development project?
Correct Answer: A Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Drag and Drop Question
Drag and drop the code snippets from the bottom onto the blanks in the code to run the displayed ansible playbook, which configures an interface on a Cisco device. Not all options are used.
Correct Answer:

Explanation:

ansible-playbook runs the playbook.
-i inventory.yml specifies the inventory file.
-e iface_name=GigabitEthernet4 passes the variable.
Refer to the exhibit. Which XML output is a valid instantiation of the YANG model?
Correct Answer: C Vote an answer
An engineer wants to replace the BLOCK_BAD ACL on the Cisco IOS XE router with this new content. The engineer wants to use RESTCONF for this and constructs a PUT request to the resource/restconf/data/native/ip/access-list/Cisco-IOS-XE-acl:extended=BLOCK_BAD.
What must the body look like to achieve the Cisco IOS XE configuration?
Desired configutation:
ip access-list extended BLOCK_BAD
permit ip any host 192.168.20.1
deny ip any any
Correct Answer: A Vote an answer
An IT team is managing the WAN connections for an enterprise that has multiple data centers globally. A platform is needed that includes the characteristics:
- builds abstracted data model of MPLS networks
- solution includes the topology
- support multivendor visibility
Which platform must be used?
Correct Answer: B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).