300-435 ENAUTO:Automating Cisco Enterprise Solutions
Update:2026年5月12日
Questions and Answers: 124 Q&A
1.
A configuration has been made to add to every switch port a new port description. The script worked initially, but after a few seconds, an HTTP 429 status code was received. What causes this error message from the Meraki cloud?
2.
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
3.
A network administrator must troubleshoot a network issue using Cisco DNA Center. Which API request helps to determine issue details, impacted hosts, or suggested actions for the resolution?
4.
In which direction does the Cisco DNA Center Intent API communicate?
5.
A RESTCONF GET request is sent to a Cisco IOS XE device. The base URL of the request and the response in XML format are shows in the exhibit. what is the YANG data node that is referenced in the response?
6.
A new project called “device_status” must be stored in a central Git repository called “device_status” with the first file named “device_status.py”. The Git repository is created using the account python_programmer. Which set of commands inserts the project into Git?
7.
Which NETCONF statement type is represented by +--rw address* [ip]?
8.
In which two use cases should a Python virtual environment be used? (choose two.)
9.
What are two characteristics of synchronous calls to APIs? (Choose two)
10.
What is the correct ncclient method to use to collect the running configuration of a Cisco IOS XE device that uses NETCONF?
11.
With the MV Sense API, which REST endpoint provides LUX level?
12.
Webhook that are generated by Cisco DNA Center are REST calls with which properties?
13.
What is a capability of Cisco SD-WAN vManage Certificate Management API?
14.
A GET request is issued to the Cisco DNA Center REST API. Drag and drop the GET request URL subpaths from the left onto the objectives on the right. Not all options are used.
15.
Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two.)
16.
Fill in the blanks to complete this API request against the Cisco SD_WAN vManage Statistics API,which specified a deviceId of 260faff9-2d31-4312-cf96-143b46db0211, a local-color of biz-internet, and a remote- color of gold.
17.
A RESTCONF GET request is sent to a Cisco IOS XE device. The base URL
18.
A Python script is used to configure a Cisco IOS XE router. The Loopback2 interface currently has a description of Management2 and an IP address/netmask of 10.222.34.22/32. What is the result of executing the script?
19.
Which curl command is used to update the SNMP community of network ID “1234567” to read-only?
20.
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?
21.
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?
22.
On which device is the Cisco SD-WAN manage certificate management API able to install certificates?
23.
Drag and drop the characteristics from the left onto the network types on the right.
24.
Which setting is used for the dampening period when configuring an on-change publication for YANG-push versus Openconfig?
25.
Drag and drop the code from the bottom onto the box where the code is missing to complete the ncclient request that captures the operational data of the interfaces of a Cisco IOS XE device. Options may be used once, more than once, or not at all.
26.
Which two network assurance features are provided by the Cisco DNA Center API? (Choose two.)
27.
What is a benefit of developing an application in a Python virtual environment?
28.
An engineer creates an Ansible playbook to configure VRF information using a local_vrfs variable. The code must be completed so that it can be tested. Which string completes the code?
29.
Fill in the blank to complete the URL for the Cisco SD-WAN API that retrieves a list of users that are logged into a device.
30.
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.
31.
Which two features are foundations of a software-defined network instead of a traditional network? (Choose two.)
32.
What are two characteristics of synchronous calls to APIs? (Choose two.)
33.
When a Grafana dashboard is built to receive network events from Cisco DNA Center, which integration bundle is enabled to send notifications?
34.
An API request must display an alert message if change in OSPF neighbors is detected. Which code snippet must be added to complete the requests?
35.
What does the command boot ipxe forever switch 1 perform when executed on a Cisco IOS XE device?
36.
What is a benefit software-defined networks when compared to traditional network?
37.
Which Python snippet receives a Meraki webhook request?
38.
Which two factors influence the location accuracy of a device using scanning APIs? (Choose two)
39.
Drag and drop the code from the bottom onto the box where the code is missing to perform the login operation and security check on the vManage web server at the specified IP address. Not all code options are used.
40.
An engineer needs to create a new network using the Meraki API. Which HTTP action to the URL https://api.meraki.com/api/v0/organizations//networks will result in a 201 response code?
41.
Drag and drop the code snippets from the bottom onto the blanks in the code to create a network for a new Cisco Meraki organization. Not all option are used?
42.
What are two characteristics of RPC API calls? (Choose two.)
43.
When accessing the /device-detail endpoint in cisco DNA Center, what is an acceptable searchBy parameter value?
44.
Which path do call begin with to implement Cisco DNA Center Intent APIs?
45.
A Python script is used to configure a Cisco IOS XE router. The Loopback2 interface currently has a description of Management and an IP address/netmask of 10.222.34.22/32. What is the result of executing the script?
46.
After executing the call, an engineer obtains the result of the Command Runner execution. The three commands show as blocklisted in the downloaded file. What is the cause of the error?
47.
Interfaces named Loopback0, Loopback1, and Loopback2 must be created and enabled on a Cisco IOS XE target device in the lab group. Which loop must be added to the end of the Ansible “create int” task?
48.
Which script binds a network to a template?
49.
In the Cisco DNA Center Operational Tool API, which section of the intent API allows the retrieval of keywords that are accepted by the CLI and enables the execution of read-only commands on network devices to retrieve their real-configuration?
50.
When API request are implement for Cisco DNA Centre, which two response are returned in the JSON response when HTTP GET call is made to obtain site health? (choose two)
51.
Drag and drop the code from the bottom onto the box where the code is missing to construct an noiliest request that shuts down an interface on a Cisco IOS XE device. Not all options are used
52.
Drag and drop the code snippers from the bottom onto the blanks in the code to subscribe to a Cisco DNA event by using the intent API . Not all options used.
53.
What is a characteristic of the tree?
54.
What is the purpose of using the Cisco SD-WAN vManage Certificate Management API?
55.
Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two)
56.
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
57.
When the Cisco DNA center intent API is used as part of an automation process what prompts receiving a HTTP 206 status code on a call?
58.
Which two types of solution are built with the Meraki Location Scanning API? (Choose two.)
59.
Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?
60.
Which two API calls are used to trigger a device configuration sync in Cisco DNA Center? (Choose two.)
61.
Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?