Cisco 300-435 Practice Test - Questions Answers, Page 9
List of questions
Related questions
What does Cisco DNA Center use to manage third-party devices?
command runners
multivendor SDK
templates
device packages
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}}”
Refer to the exhibit. 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?
The interface description remains the same.
The router rejects all commands and the configuration remains the same.
The interface is removed from the configuration.
The interface description is removed from the configuration.
What is a capability of Cisco SD-WAN vManage Certificate Management API?
deletes existing installed certificates
distributes the root certificate to client devices
generates SSL certificates
creates certificate signing requests
Refer to the exhibit.
NTP server 10.1.1.20 must be configured on the target Cisco IOS XE device without using authentication and logging. Which state should be added on a new line at the end of the Ansible task?
state: true
state: started
state: present
state: installed
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.)
description is a key field defined in the interface list
The ethernetCsmacd type is imported from the iana-if-type module
address is a container defined in the ietf-interfaces module
ipv4 is a container defined in the ietf-ip module
interface has the YANG data node type of container
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/<new_org_id>/networks will result in a 201 response code?
GET
POST
PUT
ADD
What is a benefit of developing an application in a Python virtual environment?
The application operates in multiple target systems simultaneously.
The application supports concurrency or multithreading.
The application operates across systems that have different operating systems.
The development environment is isolated from Python projects that already exist.
Which solution is used for automating the configuration of a device when it is first powered on, using DHCP and TFTP?
PnP
iPXE
SNMP
ZTP
Question