Cisco Automating and Programming Cisco Enterprise Solutions - 300-435 Exam Practice Test
Which two statements are benefits of YANG-push telemetry data over traditional data collection methods? (Choose two.)
Correct Answer: B,C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
FILL BLANK
Fill in the blank to complete the URL for an API call to Cisco SD-WAN to display the history of the Bidirectional Forwarding Detection sessions that run on a vEdge router.

Fill in the blank to complete the URL for an API call to Cisco SD-WAN to display the history of the Bidirectional Forwarding Detection sessions that run on a vEdge router.

Correct Answer:
bfd/synced/sessions?
Explanation:
https://vmanage-ip-address/dataservice/device/bfd/synced/sessions?deviceId=deviceId
https://sdwan-docs.cisco.com/Product_Documentation/Command_Reference/Command_Reference/vManage_REST_APIs/Real- Time_Monitoring_APIs/BFD
Explanation:
https://vmanage-ip-address/dataservice/device/bfd/synced/sessions?deviceId=deviceId
https://sdwan-docs.cisco.com/Product_Documentation/Command_Reference/Command_Reference/vManage_REST_APIs/Real- Time_Monitoring_APIs/BFD
An engineer is tasked to automate the initial Day-0 provisioning of Cisco Meraki switches at a remote site using the Meraki Dashboard API. The engineer must add a new switch with serial number: ABCDEF123456789 to a network and assign it a specific name and address using Python. Which two steps must be included in your automation workflow? (Choose two.)
Correct Answer: B,C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Webhook that are generated by Cisco DNA Center are REST calls with which properties?
Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
When working with MV Sense APLS , upon which type of protocol is MQTT based?
Correct Answer: C
Refer to the exhibit. Cisco SD-WAN deployment must be fixed using vManage APIs. A call to vEdge Hardware Health API returns the data in the exhibit (only a portion is shown). If the JSON shown in the exhibit is converted to a Python dictionary named "d", how is the "status" property referenced?


Correct Answer: D
Refer to the exhibit. The goal is to write a Python script to automatically send a message to an external messaging application when a rogue AP is detected on the network. The message should include the broadcast SSID that is in the alert. A function called "send_to_application" is created, and this is the declaration:
send_to_application(message)
The exhibit also shows the data that is received by the application and stored in the variable return_val. Which Python code completes the task?

send_to_application(message)
The exhibit also shows the data that is received by the application and stored in the variable return_val. Which Python code completes the task?

Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Drag and Drop Question
An engineer must audit Cisco Catalyst Center managed devices to verify configuration sync status. The engineer must authenticate and GET the device list and return the JSON content into a registered variable for later checks. Drag and drop the code snippets from the bottom onto the boxes in the code to construct the artifact. Not all options are used. Options may be used more than once.

An engineer must audit Cisco Catalyst Center managed devices to verify configuration sync status. The engineer must authenticate and GET the device list and return the JSON content into a registered variable for later checks. Drag and drop the code snippets from the bottom onto the boxes in the code to construct the artifact. Not all options are used. Options may be used more than once.

Correct Answer:

Explanation:
The Ansible task must use the uri module to call Cisco Catalyst Center APIs. Both the authentication request and the device inventory request specify the HTTP verb with method.
Because the engineer needs the JSON body for later validation, the inventory call must set return_content to true. The result is then stored with register so later tasks can inspect the returned device data.
What does the command boot ipxe forever switch 1 perform when executed on a Cisco IOS XE device?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Drag and Drop Question
An engineer must audit drift between startup and running configurations via NETCONF. The engineer must fetch both datastores and write a unified diff file for review. Drag and drop the code snippets from the bottom onto the boxes in the code to construct the artifact. Not all options are used. Options may be used more than once.

An engineer must audit drift between startup and running configurations via NETCONF. The engineer must fetch both datastores and write a unified diff file for review. Drag and drop the code snippets from the bottom onto the boxes in the code to construct the artifact. Not all options are used. Options may be used more than once.

Correct Answer:

Explanation:
Auditing drift between NETCONF datastores requires retrieving both the running and startup configurations with get_config, using the source parameter to specify each datastore. The returned XML content is accessed through data_xml for both results. To create a reviewable comparison file, difflib.unified_diff generates the unified diff between the startup and running configuration text.
YANG modeling supports which two comment styles? (Choose two.)
Correct Answer: A,C
A cross-functional team is implementing webhook-based monitoring for proactive infrastructure management. To ensure precise incident responses, the automated network orchestrator specifies the enterprise control environment, and encrypted data streaming capability defines the required webhook message delivery format. Which configuration achieves the monitoring goals?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).