Pre-Summer Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Free and Premium Cisco 300-435 Dumps Questions Answers

Page: 1 / 9
Total 125 questions

Automating Cisco Enterprise Solutions (ENAUTO) Questions and Answers

Question 1

A Cisco DNA Center script must be written to retrieve a list of interfaces on a switch. Drag and drop the API calls that are needed to return the list of interfaces using the Command Running APIs from the left into the correct sequence on the right.

Options:

Buy Now
Question 2

Refer to the exhibit.

Which XML tag completes this NETCONF telemetry subscription with a Cisco IOS XE device?

Options:

A.

crontab

B.

cadence

C.

frequency

D.

period

Question 3

When working with MV Sense APIs, which type of protocol is MQTT based upon?

Options:

A.

publish-subscribe messaging protocol

B.

simple mail transport protocol

C.

heavyweight messaging protocol

D.

computer vision protocol

Question 4

Refer to the exhibit.

How many YANG models does the NETCONF operation interact with?

Options:

A.

one

B.

two

C.

three

D.

four

Question 5

Refer to the Exhibit.

Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two)

Options:

A.

tags

B.

name

C.

time zone

D.

type

E.

disableMyMerakiCom

Question 6

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?

Options:

A.

The client authentication credentials that are included with the request are missing or invalid.

B.

The client made a request that has been received but not yet acted upon.

C.

The client made a request for partial content matching a range header.

D.

The client request was successful, but there is no content associated with the request.

Question 7

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.

Options:

Question 8

Refer to the exhibit.

After executing the call, an engineer obtains the result of the Command Runner execution.

The three commands show as blocklisted in the downloaded file. What is the cause of the error?

Options:

A.

The API user in Cisco DNA does not have write privileges on the devices.

B.

The engineer attempting to access the devices in Cisco DNA Center does not have privilege 15.

C.

The format of the JSON body must follow the CLI format.

D.

Command Runner supports only the show command and the read-only command.

Question 9

What are two characteristics of REST API calls? (Choose two.)

Options:

A.

Unencrypted

B.

Non-cacheable

C.

Stateless

D.

Implemented over http

E.

Parameters passed in the headers

Question 10

Refer to the exhibit.

A Python script has been created that calls the Cisco SD-WAN vManage Device Inventory API to get the list of vEdges. The JSON data that returns to a Python dictionary has been converted and assigned to a variable named “d”. A portion of the JSON is shown in the exhibit. Which code will complete the expression hostname= to access the hostname?

Options:

A.

d[“data”][0][“host-name”]

B.

d[data][0][host-name]

C.

d(“data”)[0](“host-name”)

D.

d[“host-name”][“data”]{“0”}

Question 11

Refer to the exhibit.

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?

Options:

A.

interfaces = response.json()[“ietf-interfaces:interfaces”]

B.

interface = response.json()[“ietf-interfaces:interfaces”]

C.

interface = response.json()[“ietf-interfaces:interfaces”][“interface”]

D.

interfaces = response.json()[“ietf-interfaces:interfaces”][“interface”]

Question 12

What is a difference between OpenConfig and native YANG data models?

Options:

A.

Native models are developed by vendors and designed to intergrate to features or configurations that are relevant only to that platform.

B.

openconfig models are developed by venders and designed to integrate to features or configurations that are relevant only to that platform.

C.

Native models are designed to be independent of the underlying platform and are developed by vendors and standards bodies, such as the IETF.

D.

Native models are developed by individual developers and designed to apply configurations on platforms.

Question 13

Which field must be completed in Cisco DNA Center when a network discovery is initiated?

Options:

A.

SNMP read community string

B.

Enable password

C.

NETCONF port

D.

Discovery type

Question 14

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.

Options:

Question 15

Which HTTP request is valid to create a new wireless network called “Demo Wireless Network” in the organization “QASD-EROA-MKAW”?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 16

Refer to the exhibit. 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?

Options:

A.

The IPv4 and IPv6 addresses for the Loopback1 interface are removed from pod-11 and pod-12.

B.

The IPv4 and IPv6 addresses for the Loopback2 interface are removed from all routers.

C.

The Loopback1 interface is removed from the pod-11 and pod-12 routers.

D.

The changes will occur on pod-21 and pod-22 If the loopback2 Interface is absent.

Question 17

Refer to the exhibit. 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?

Options:

A.

Use the device/celluiar/status vManage resource URI to ensure sufficient radio signal strength.

B.

Use the systen/device/controllers vManage resource URI to set the platform temperature.

C.

Use the device/app-route/statistics vManage resource URI to allow packets reachability to hosts.

D.

Use the device/tools'ping vManage resource URI to allow network device reachability.

Question 18

Information about a rebooted device needs to be displayed with an ID of 260faff9-2d31-4312-cf96- 143b46db0211 using the Cisco SD-WAN vManage Administration APIs. The API documentation states that deviceId is a required request parameter. Fill in the blank to create the REST call.

Options:

Question 19

Refer to the exhibit. What is the expected output from the Python code?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 20

Which two Netmiko methods are used to configure a device? (Choose two.)

Options:

A.

send_config()

B.

send_control_from_file()

C.

send_config_set()

D.

send_command()

E.

send_config_from_file()

Question 21

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?

Options:

A.

with_items: “{{intlist}}”

B.

with_parent: “{{intlist}}”

C.

with_list: “{{intlist}}”

D.

with_groups: “{{intlist}}”

Question 22

Refer to the exhibit:

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?

Options:

A.

left-intergaces:ieft-ipv4

B.

lana-if-type:enthernetCsmacd

C.

left-interface:interfaces

D.

left-interfaces

Question 23

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?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 24

Refer to the exhibit.

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?

Options:

A.

switch

B.

wireless

C.

appliance

D.

systemsManager

Question 25

Which two factors influence the location accuracy of a device using scanning APIs? (Choose two)

Options:

A.

AP placement

B.

Device manufacturer/OS

C.

Client device orientation

D.

Battery life of the device

E.

Amount of device antennas

Question 26

Which two network assurance features are provided by the Cisco DNA Center API? (Choose two.)

Options:

A.

site health

B.

license compliance health

C.

client health

D.

Cisco APIC appliance health

E.

Cisco DNA Center appliance health

Question 27

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?

Options:

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’]

Question 28

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?

Options:

A.

Device Inventory

B.

Command Runner

C.

Network Assurance

D.

Device Discovery

Question 29

An engineer stored source code in a Git repository and is ready to develop a new feature. The production release is stored in the "master" branch. Which command create the new feature in a separate branch called "feature" and check out the new version?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 30

When a Grafana dashboard is built to receive network events from Cisco DNA Center, which integration bundle is enabled to send notifications?

Options:

A.

Basic ITSM CMDB Synchronization

B.

DNA Center Rest API

C.

Network Events for REST API Endpoint

D.

Network Issue Monitor and Enrichment for ITSM

Question 31

Which environment must be enabled to complete the zero-touch provisioning process on a IOS XE device?

Options:

A.

TCL

B.

ZTP Open Service container

C.

EEM

D.

Guest shell

Question 32

Refer to the exhibit. What is a characteristic of the tree?

Options:

A.

three optional metrics

B.

two leaf-lists

C.

ten leaf-lists

D.

three containers

Question 33

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.

Options:

Question 34

Webhook that are generated by Cisco DNA Center are REST calls with which properties?

Options:

A.

JSON payload delivered via PUT

B.

XML payload delivered via POST

C.

JSON payload delivered via POST

D.

XML payload delivered via PUT

Question 35

Which two statements are benefits of YANG-push telemetry data over traditional data collection methods? (Choose two.)

Options:

A.

The subscription requests use less bandwidth than SNMP polls.

B.

It uses UDP rather than TCP.

C.

You can precisely define data subscriptions.

D.

It scales better than SNMP.

E.

It is supported on more devices than SNMP.

Question 36

Refer to the exhibit.

Which NETCONF protocol operation is used to interact with the YANG model?

Options:

A.

B.

C.

D.

Question 37

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?

Options:

A.

/dna/intent/v1/issues

B.

/dna/intent/api/v1/issues

C.

/dna/intent/v1/issue-enrichment-details

D.

/dna/api/v1/client-health/issues

Page: 1 / 9
Total 125 questions