300-435 ENAUTO:Automating Cisco Enterprise Solutions
Update:November 11, 2025
Questions and Answers: 124 Q&A
1.
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
2.
What are two characteristics of RPC API calls? (Choose two.)
3.
Which field must be completed in Cisco DNA Center when a network discovery is initiated?
4.
If the data included in the code was saved to a python variable named “example”. Which line of code converts if for praising?
5.
Which two types of solution are built with the Meraki Location Scanning API? (Choose two.)
6.
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?
7.
In which direction does the Cisco DNA Center Intent API communicate?
8.
Which setting is used for the dampening period when configuring an on-change publication for YANG-push versus Openconfig?
9.
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])
10.
Which NETCONF protocol operation is used to interact with the YANG model?
11.
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.
12.
What are two characteristics of synchronous calls to APIs? (Choose two.)
13.
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.
14.
A RESTCONF GET request is sent to a Cisco IOS XE device. The base URL
15.
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?
16.
The task is to create a Python script to display an alert message when a Meraki MX Security Appliance goes down. The exhibit shows sample data that is received. Which Python snippet displays the device name and the time at which the switch went down?
17.
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
18.
Which two Cisco DNA center features are needs to add legancy on the platform? (Choose two.)
19.
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?
20.
When working with MV Sense APIs, which type of protocol is MQTT based upon?
21.
What does Cisco DNA Center use to manage third-party devices?
22.
Which statement describe the difference between OpenConfig and native YANG data models?
23.
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?
24.
Which solution is used for automating the configuration of a device when it is first powered on, using DHCP and TFTP?
25.
What is an advantage of software-defined networks as compared to traditional networks?
26.
An engineer creates a Python scripts using ncclient to display interface information. The code must be completed so that it can be tested. Which expression completes the highlighted section in the format call?
27.
Which script binds a network to a template?
28.
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
29.
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?
30.
When accessing the /device-detail endpoint in cisco DNA Center, what is an acceptable searchBy parameter value?
31.
What is the purpose of using the Cisco SD-WAN vManage Certificate Management API?
32.
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.
33.
What is a benefit software-defined networks when compared to traditional network?
34.
The Cisco DNA Center Sites API must be used to add a device to a site, but only the site name is available. Which API call must be used to retrieve the site identifier so that the device can be properly added to the network?
35.
Which URI removes an administrator from a Meraki network using an API call?
36.
Which device type is functioning in a degraded state?
37.
Which NETCONF statement type is represented by +--rw address* [ip]?
38.
Which two API calls are used to trigger a device configuration sync in Cisco DNA Center? (Choose two.)
39.
What is a difference between OpenConfig and native YANG data models?
40.
Which two Netmiko methods are used to configure a device? (Choose two.)
41.
What are two characteristics of REST API calls? (Choose two.)
42.
The configuration commands are entered in CLI config mode to configure a static telemetry subscription on a Cisco IOS XE device. The commands are accepted by the device, but the consumer receives no telemetry data. Which change must be made to ensure that the consumer receives the telemetry data?
43.
What is the expected output from the Python code?
44.
The automation engineer must replace device configuration using RESTCONF. How is this configured using the Python library Requests?
45.
What are two characteristics of synchronous calls to APIs? (Choose two)
46.
An engineer stored source code in a Git repository and is ready to develop a new feature. The production release is stored in the "master" branch. Which command create the new feature in a separate branch called "feature" and check out the new version?
47.
How many YANG models does the NETCONF operation interact with?
48.
Which two features are foundations of a software-defined network instead of a traditional network? (Choose two.)
49.
Which path do call begin with to implement Cisco DNA Center Intent APIs?
50.
With the MV Sense API, which REST endpoint provides LUX level?
51.
Which ncclient method is used to collect the running configuration of a Cisco IOS XE device that uses NETCONF?
52.
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)
53.
Which HTTP request is valid to create a new wireless network called “Demo Wireless Network” in the organization “QASD-EROA-MKAW”?
54.
What is a capability of MV sense MQTT API?
55.
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?
56.
Which two network assurance features are provided by the Cisco DNA Center API? (Choose two.)
57.
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.
58.
A RESTCONF GET request is sent to a Cisco IOS XE device. A portion of the response is shown in the exhibit. Which module name corresponds to the YANG model referenced in the request?
59.
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.
60.
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?
61.
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?