Free Cisco 300-435 Practice Test & Real Exam Questions

  • Exam Code/Number: 300-435
  • Exam Name/Title: Automating and Programming Cisco Enterprise Solutions
  • Certification Provider: Cisco
  • Corresponding Certification: Cisco Certified DevNet Professional
  • Exam Questions: 263
  • Updated On: Jun 17, 2026
What is primary purpose of using the Cisco SD-WAN vManage Certificate Management API?
Correct Answer: C Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Which two features are foundations of a software-defined network instead of a traditional network? (Choose two.)
Correct Answer: A,E Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Refer to the exhibit. A Python script must be created to deactivate vSmart Policy Cisco SD-WAN vManage Configuration APIs. The documentation states the URL is as shown in the exhibit for this REST call using POST, and that "policyId" is a required request parameter.
Which line of Python code makes this call, assuming the variable "s" is a valid Requests session object and the variable "policy-id" is the policyId?
Correct Answer: B Vote an answer
FILL BLANK
Information about a rebooted device needs to be displayed with an ID of 260faff9-2d31-4312- cf96-143b46db0211 using the Cisco SD-WAN vManage Administration APIs. The API documentation states that deviceId is a required request parameter. Fill in the blank to create the REST call.
Correct Answer:
?deviceId=
Explanation:
https://sdwan-docs.cisco.com/Product_Documentation/Command_Reference/Command_Reference/vManage_ REST_APIs/ Software_Maintenance_APIs/Reboot_Device
Which curl command is used to update the SNMP community of network ID "1234567" to read- only?
Correct Answer: B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Refer to the exhibit. If the data included in the code was saved to a python variable named
"example". Which line of code converts if for praising?

Correct Answer: D Vote an answer
Drag and Drop Question
Drag and drop the code from the bottom onto the box where the code is missing to construct a Python script to automate the process of updating the site-to-site VPN settings of the network.
Not all options are used.
Correct Answer:

Explanation:
https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-vpn-site-to-site-vpn
Drag and Drop Question
Drag and drop the steps from the left into the order on the right to create an end-to-end flow for Meraki Splash Screen using EXCAP.
Correct Answer:

Explanation:
https://meraki.cisco.com/lib/pdf/meraki_whitepaper_captive_portal.pdf
What is a characteristic of REST APIs?
Correct Answer: B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Refer to the exhibit. A network engineer must use the Cisco DNA Centre Intent API to create a new event subscription for webhook notifications by using the HTTP POST method to the event/subscription API endpoint. Which code snippet must be added to the box in the code to ensure that the body of this API call is valid?
Correct Answer: C Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Drag and Drop Question
An engineer must prepare SD-WAN Day 0 by exporting a WAN edge bootstrap configuration from vManage. The engineer must authenticate to vManage, obtain the XSRF token, and GET the bootstrap file for a specific device ID. Drag and drop the code snippets from the bottom onto the boxes in the code to construct the artifact. Not all options are used.
Correct Answer:

Explanation:
After authenticating to vManage and retrieving the XSRF token, the bootstrap configuration must be downloaded with an HTTP GET request. The request must include the session cookie and XSRF token in the headers parameter, and the target bootstrap export endpoint is built with the bootstrap configuration path plus the device identifier passed as the uuid query value.
Refer to the exhibit. An engineer creates a Python script using RESTCONF to display hostname information. The code must be completed so that it can be tested.
Which string completes the highlighted areas in the exhibit?
Correct Answer: D Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).