Cisco (300-435-ENAUTO) Exam Questions And Answers page 1
When working with MV Sense APIs, which type of protocol is MQTT based upon?
simple mail transport protocol
heavyweight messaging protocol
computer vision protocol
Automate APIs and Protocols
Network Device Programmability
What are two characteristics of REST API calls?
Multiple Choice
What are two characteristics of REST API calls? (Choose two.)
unencrypted
non-cacheable
stateless
implemented over HTTP
parameters passed in the headers
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. 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?
with_items: {{intlist}}
with_parent: {{intlist}}
with_list: {{intlist}}
with_groups: {{intlist}}
Network Device Programmability
Cisco SD-WAN Programmability
Refer to the exhibit. What is the result when running the Python scripts?
s1, s2, s3
s3
s1
s2
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. 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?
with_items: {{intlist}}
with_parent: {{intlist}}
with_list: {{intlist}}
with_groups: {{intlist}}
Network Programmability Foundation
Network Device Programmability
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?
intf_info
intf_config
intf_get
intf_config[0]
Automate APIs and Protocols
Network Device Programmability
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?
yang-data+json
yang +json
yang.data+json
json
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. 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?
present
up
on
active
Automate APIs and Protocols
Network Device Programmability
What is a true statement about Cisco IOS XE Software?
Single Choice
Which statement is true for Cisco IOS XE Software?
RESTCONF supports JSON and XML and NETCONF supports XML.
RESTCONF supports XML and NETCONF supports JSON and XML.
RESTCONF and NETCONF supports JSON and XML.
RESTCONF supports XML and NETCONF supports JSON.
Network Programmability Foundation
Network Device Programmability
What is a capability of Cisco SD-WAN vManage Certificate Management API?
generates SSL certificates
deletes existing installed certificates
distributes the root certificate to client devices
creates certificate signing requests
Cisco SD-WAN Programmability
Comments