Cisco Automating and Programming Cisco Collaboration Solutions - 300-535 Exam Practice Test
What is a common pattern used when consuming APIs asynchronously?
Correct Answer: C
Vote an answer
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,D
Vote an answer
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: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
What are two advantages of using Python virtual environments? (Choose two.)
Correct Answer: A,D
Vote an answer
Refer to the exhibit. An engineer is configuring a Cisco IOS XR device to function as a Cisco SR- PCE. The engineer must ensure that the Cisco SR-PCE has access to the routing information from the core devices on the network. Which code snippet must be added to the box in the code?


Correct Answer: A
Vote an answer
Explanation: Only visible for PassTestking 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: D
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Refer to the exhibit. An engineer implements an automation with Cisco XTC. Which problem results in the 404 Not Found error code on the REST call?


Correct Answer: A
Vote an answer
Explanation: Only visible for PassTestking 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.

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.