300-435 ENAUTO:Automating Cisco Enterprise Solutions
Update:2026年1月16日
Questions and Answers: 124 Q&A
1.
Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two)
2.
Which URI removes an administrator from a Meraki network using an API call?
3.
Which REST endpoint is used to create a Cisco Meraki network?
4.
What are two characteristics of REST API calls? (Choose two.)
5.
What is the expected output from the Python code?
6.
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.
7.
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?
8.
A template is provided to a junior developer to automate the creation of a network on the Meraki dashboard. The new network needs to have the id 123456789 and support only wired network connections. What type needs to be added to the API?
9.
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?
10.
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?
11.
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?
12.
Which setting is used for the dampening period when configuring an on-change publication for YANG-push versus Openconfig?
13.
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.
14.
Which two types of solution are built with the Meraki Location Scanning API? (Choose two.)
15.
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?
16.
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
17.
Which type of YANG container is described by the JSON instance provided?
18.
Which device type is functioning in a degraded state?
19.
Which path do call begin with to implement Cisco DNA Center Intent APIs?
20.
What is primary purpose of using the Cisco SD-WAN vManage Certificate Management API?
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.
What does Cisco DNA Center use to manage third-party devices?
23.
Which XML tag completes this NETCONF telemetry subscription with a Cisco IOS XE device?
24.
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?
25.
Fill in the blank to complete the statement.
26.
A programmer is creating a Meraki webhook python script to send a message to webex teams. Which two elements should be configured to create this script? (Choose two.)
27.
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?
28.
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?
29.
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
30.
What is a benefit software-defined networks when compared to traditional network?
31.
Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?
32.
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?
33.
What is the purpose of using the Cisco SD-WAN vManage Certificate Management API?
34.
Which two API calls must be issued to attach a device template in Cisco SD-WAN? (Choose two.)
35.
Which device type is functioning in a degraded state?
36.
What is a capability of Cisco SD-WAN vManage Certificate Management API?
37.
In which direction does the Cisco DNA Center Intent API communicate?
38.
How many YANG models does the NETCONF operation interact with?
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.
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?
41.
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?
42.
End users cannot connect to the circular network, and the signal strength is poor. A missing or unknown APN status message is present and the modern status remains in low-power mode. Which addresses the issue?
43.
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?
44.
Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two.)
45.
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?
46.
Which solution is used for automating the configuration of a device when it is first powered on, using DHCP and TFTP?
47.
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
48.
When working with MV Sense APLS , upon which type of protocol is MQTT based?
49.
What is a valid XML instances of this YANG module?
50.
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?
51.
Cisco SD-WAN deployment must be troubleshooted using vManage APIs. A call to vEdge Hardware Health API returns the data in the exhibit (only a portion is shown). If this JSON is converted to a Python dictionary and assigned to the variable “d”, how the status is accessed that is indicated on line 16?
52.
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?
53.
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?
54.
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)
55.
What is the correct ncclient method to use to collect the running configuration of a Cisco IOS XE device that uses NETCONF?
56.
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?
57.
Which HTTP request is valid to create a new wireless network called “Demo Wireless Network” in the organization “QASD-EROA-MKAW”?
58.
Which field must be completed in Cisco DNA Center when a network discovery is initiated?
59.
Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?
60.
What does the command boot ipxe forever switch 1 perform when executed on a Cisco IOS XE device?
61.
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.