Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Cisco 300-435 Automating Cisco Enterprise Solutions (ENAUTO) Exam Practice Test

Page: 1 / 13
Total 125 questions

Automating Cisco Enterprise Solutions (ENAUTO) Questions and Answers

Question 1

Which two API calls are used to trigger a device configuration sync in Cisco DNA Center? (Choose two.)

Options:

A.

PUT /dna/intent/api/v1/network-device

B.

PUT /dna/intent/api/v1/network-device/sync-all

C.

PUT /dna/intent/api/v1/network-device/{networkDeviceId}/sync

D.

PUT /dna/intent/api/v1/network-device/sync

E.

POST /dna/intent/api/v1/network-device/{networkDeviceId}/sync

Question 2

Question # 2

Refer to the exhibit. What is a valid XML instances of this YANG module?

Question # 2Question # 2

Question # 2

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 3

What is a benefit of developing an application in a Python virtual environment?

Options:

A.

The application operates in multiple target systems simultaneously.

B.

The application supports concurrency or multithreading.

C.

The application operates across systems that have different operating systems.

D.

The development environment is isolated from Python projects that already exist.

Question 4

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

Question # 4

Question # 4

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 5

Refer to the exhibit.

Question # 5

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 6

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 7

Refer to the exhibit.

Question # 7

What is the correct ncclient method to use to collect the running configuration of a Cisco IOS XE device that uses NETCONF?

Options:

A.

config=m.copy_config(source=’running’)

B.

config=m.get(source=’running’)

C.

config=m.collect_config(source=’running’)

D.

config=m.get_config(source=’running’)

Question 8

Drag and drop the code snippets from the bottom onto the blanks in the code to create a network for a new Cisco Meraki organization. Not all option are used?

Question # 8

Options:

Question 9

When API request are implement for Cisco DNA Centre, which two response are returned in the JSON response when HTTP GET call is made to obtain site health? (choose two)

Options:

A.

clientHealthWired

B.

clientHealthAverage

C.

totalApplicationCount

D.

routerGoodCount

E.

overallBadDevices

Question 10

Refer to the exhibit.

Question # 10

The goal is to write a Python script to automatically send a message to an external messaging application when a rogue AP is detected on the network. The message should include the broadcast SSID that is in the alert. A function called “send_to_application” is created, and this is the declaration:

send_to_application(message)

The exhibit also shows the data that is received by the application and stored in the variable return_val. Which Python code completes the task?

Question # 10

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 11

Refer to the exhibit.

Question # 11

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?

Options:

A.

yang-data+json

B.

yang +json

C.

yang.data+json

D.

json

Question 12

Which two features are characteristics of software-defined networks when compared to traditional infrastructure? (Choose two.)

Options:

A.

configured box-by-box

B.

changed manually

C.

use overlay networks

D.

designed to change

E.

require software development experience to manage

Question 13

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 14

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

Options:

A.

They can be used only on network devices.

B.

They use only UDP for communications.

C.

Parameters can be passed to the calls.

D.

They must use SSL/TLS.

E.

They call a single function or service.

Question 15

Refer to the exhibit.

Question # 15

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?

Options:

A.

present

B.

up

C.

on

D.

active

Question 16

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 17

A configuration has been made to add to every switch port a new port description. The script worked initially, but after a few seconds, an HTTP 429 status code was received. What causes this error message from the Meraki cloud?

Options:

A.

The wrong API key is used to query the data.

B.

The rate limit of the Cisco Meraki API is exceeded.

C.

The API key has expired.

D.

The device goes offline while you poll the API dashboard.

Question 18

Which statement is true for Cisco IOS XE Software?

Options:

A.

RESTCONF supports JSON and XML and NETCONF supports XML.

B.

RESTCONF supports XML and NETCONF supports JSON and XML.

C.

RESTCONF and NETCONF supports JSON and XML.

D.

RESTCONF supports XML and NETCONF supports JSON.

Page: 1 / 13
Total 125 questions