300-435 ENAUTO:Automating Cisco Enterprise Solutions
Update:2026年4月22日
Questions and Answers: 124 Q&A
1.
Which setting is used for the dampening period when configuring an on-change publication for YANG-push versus Openconfig?
2.
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.
3.
Which two API calls must be issued to attach a device template in Cisco SD-WAN? (Choose two.)
4.
In which direction does the Cisco DNA Center Intent API communicate?
5.
Drag and drop the code from the bottom onto the box where the code is missing in the Ansible playbook to apply the configuration to an interface on a Cisco IOS XE device. Not all options are used
6.
Which two factors influence the location accuracy of a device using scanning APIs? (Choose two)
7.
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.
8.
NTP server 10.1.1.20 must be configured on the target Cisco IOS XE device without using authentication and logging. Which state should be added on a new line at the end of the Ansible task?
9.
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.
10.
Which URI with the request body of Request body:
{“name”:”Test”,”organizationId”:,”type”:”appliance”} creates a new Meraki network called
“Test”, when using APIs?
11.
An engineer needs to remove the device with serialQ134_06776318 FROM THE NETWORK ‘ENAUTO by utilizing Meraki APIs. Which line of code must be added to the box where the code is missing to complete the python request?
12.
Which two statements are benefits of YANG-push telemetry data over traditional data collection methods? (Choose two.)
13.
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?
14.
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?
15.
Which REST endpoint is used to create a Cisco Meraki network?
16.
What is a capability of MV Sense MQTT API?
17.
What is the purpose of using the Cisco SD-WAN vManage Certificate Management API?
18.
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?
19.
Which XML tag completes this NETCONF telemetry subscription with a Cisco IOS XE device?
20.
A RESTCONF GET request is sent to a Cisco IOS XE device. The base URL
21.
The lab group consists of four Cisco IOS XE routers named pod- 11,pod-12, and pod-22. What is the result of running the Ansible playbook to reset the lab?
22.
During a network outage, a network administrator used the Cisco SD-WAN vManage Troubleshooting Dashboard APIs to troubleshoot the cause of the issue. Which detail is captured during troubleshooting with these APIs?
23.
Which HTTP request is valid to create a new wireless network called “Demo Wireless Network” in the organization “QASD-EROA-MKAW”?
24.
What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)
25.
Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two)
26.
What does Cisco DNA Center use to manage third-party devices?
27.
Which type of YANG container is described by the JSON instance provided?
28.
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?
29.
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?
30.
The automation engineer must replace device configuration using RESTCONF. How is this configured using the Python library Requests?
31.
Which field must be completed in Cisco DNA Center when a network discovery is initiated?
32.
Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?
33.
Which NETCONF protocol operation is used to interact with the YANG model?
34.
What are two characteristics of synchronous calls to APIs? (Choose two)
35.
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
36.
Drag and drop the characteristic from the left onto the monitoring type described on the right
37.
What is a characteristic of the tree?
38.
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?
39.
Which two API calls are used to trigger a device configuration sync in Cisco DNA Center? (Choose two.)
40.
What does the command boot ipxe forever switch 1 perform when executed on a Cisco IOS XE device?
41.
What is a benefit software-defined networks when compared to traditional network?
42.
What are two characteristics of REST API calls? (Choose two.)
43.
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.
44.
When working with MV Sense APIs, which type of protocol is MQTT based upon?
45.
Which two Netmiko methods are used to configure a device? (Choose two.)
46.
Which ncclient method is used to collect the running configuration of a Cisco IOS XE device that uses NETCONF?
47.
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?
48.
With the MV Sense API, which REST endpoint provides LUX level?
49.
Drag and drop the commands to the Ansible playbook that applies configuration to an interface on a Cisco IOS XE device. Not all options are used.
50.
When accessing the /device-detail endpoint in cisco DNA Center, what is an acceptable searchBy parameter value?
51.
What is a capability of MV sense MQTT API?
52.
What is an advantage of software-defined networks as compared to traditional networks?
53.
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
54.
Drag and drop the characteristics from the left onto the network types on the right.
55.
What is the result when running the Python scripts?
neighbors =['s1′,'s2′,'s3']
switch ={'hostname':'nexus','os':'7.0.3′,'neighbors':neighbors}|
print(switch[`neighbors'][1])
56.
What is primary purpose of using the Cisco SD-WAN vManage Certificate Management API?
57.
A Python script is used to configure a Cisco IOS XE device. The script must be updated to print the IP addresses of all the loopback interfaces. Which statement should be added before the loop?
58.
Which device type is functioning in a degraded state?
59.
Fill in the blank to complete the statement.
60.
Which statement is true for Cisco IOS XE Software?
61.
How many YANG models does the NETCONF operation interact with?