Cisco (300-435-ENAUTO) Exam Questions And Answers page 3
Which setting is used for the dampening period when configuring an on-change publication for YANG-push versus OpenConfig?
-1
0
1000
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two.)
timezone
disableMyMerakiCom
type
tags
organizationId
Automate APIs and Protocols
Cisco Meraki Programmability
What is a characteristic of the tree in the exhibit?
Single Choice
Refer to the exhibit. What is a characteristic of the tree?
three optional metrics
two leaf-lists
ten leaf-lists
three containers
Network Programmability Foundation
Network Device Programmability
Refer to the exhibit. How many YANG models does the NETCONF
one
two
three
four
Network Programmability Foundation
Automate APIs and Protocols
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?
d[data][0][statusList][0][status]
d[ data ][ statusList ][ status ]
d{ data }[0]{ statusList }[0]{ status }
d[ data ][0][ statusList ][0][ status ]
Cisco SD-WAN Programmability
Refer to the exhibit. 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?
Network Device Programmability
Cisco Meraki 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 set of commands inserts the project into Git?
Single Choice
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?
Automate APIs and Protocols
Network Device Programmability
Which interface is included in the script's payload?
Single Choice
Refer to the exhibit. Which interface is included in the payload resulting from the script?
ethernet 1
ethernet 100
ethernet 1/1
ethernet 0
Automate APIs and Protocols
Network Device Programmability
What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)
Ansible playbooks are packaged and installed on IOS XE devices for automatic execution when an IOS device reboots.
All IOS XE operating systems include Ansible playbooks for basic system administration tasks.
It is a device-independent method for automation and can be used with any type of device or operating system.
Ansible playbooks can be written from the IOS XE EXEC command line to configure the device itself.
It does not require any modules of software except SSH to be loaded on the network device.
Automate APIs and Protocols
Network Device Programmability
Comments