• 4.9/5.0
  • 122 Questions
  • Updated on: 25-May-2026
  • Automating Cisco Enterprise Solutions (ENAUTO)
  • 21225 Prepared

Free Cisco 300-435 Practice Questions 2026 | Automating Cisco Enterprise Solutions (ENAUTO)


Refer to the exhibit.

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?

A. d[data][0][statusList][0][status]

B. d[‘data’][‘statusList’][‘status’]

C. d{‘data’}[0]{‘statusList’}[0]{‘status’}

D. d[‘data’][0][‘statusList’][0][‘status’]

D.   d[‘data’][0][‘statusList’][0][‘status’]

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?

A. s.port(‘https://vmanage:8443/dataservice/template/policy/vsmart/activate?policyId=%s’ % policy_id)

B. s.port(‘https://vmanage:8443/dataservice/template/policy/vsmart/activate/%s’ % policy_id)

C. s.port(‘https://vmanage:8443/dataservice/template/policy/vsmart/activate&policyId=%s’ % policy_id)

D. s.port(‘https://vmanage:8443/dataservice/template/policy/vsmart/activate/’, data = {‘policyId’: policy_id})

B.   s.port(‘https://vmanage:8443/dataservice/template/policy/vsmart/activate/%s’ % policy_id)

Drag and drop the characteristic from the left onto the monitoring type described on the right


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?

A. Device Inventory

B. Command Runner

C. Network Assurance

D. Device Discovery

B.   Command Runner

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?

A. yang-data+json

B. yang +json

C. yang.data+json

D. json

A.   yang-data+json

Refer to the exhibits.

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?

A. intf_info

B. intf_config

C. intf_get

D. intf_config[0]

B.   intf_config

What is an advantage of software-defined networks as compared to traditional networks?

A. They simplify operations by creating a concrete copy of the network.

B. They reduce complexity by coupling the control and the data plane.

C. They enable older hardware to be repurposed without an investment in new infrastructure.

D. They deliver a distributed management architecture that provides better resilience to errors.

D.   They deliver a distributed management architecture that provides better resilience to errors.


Refer to the exhibit. 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 shown in the exhibit. What are the two YANG data nodes and modules referenced in the response? (Choose two.)

A. description is a key field defined in the interface list

B. The ethernetCsmacd type is imported from the iana-if-type module

C. address is a container defined in the ietf-interfaces module

D. ipv4 is a container defined in the ietf-ip module

E. interface has the YANG data node type of container

B.   The ethernetCsmacd type is imported from the iana-if-type module
D.   ipv4 is a container defined in the ietf-ip module

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.


Refer to the exhibit.

Which type of YANG container is described by the JSON instance provided?

A. interface-configurations

B. active

C. interface-name

D. description

A.   interface-configurations

Page 5 out of 13 Pages