Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70special

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

Testing Engine

  • Product Type: Testing Engine
$42  $139.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36  $119.99
Question 1

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 2

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 3

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 4

Refer to the exhibit.

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

Options:

A.

timezone

B.

disableMyMerakiCom

C.

type

D.

tags

E.

organizationId

Question 5

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 6

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 7

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 8

What is a capability of MV sense MQTT API?

Options:

A.

Request and subscribe to historical, current, or real-time data

B.

Automate the configuration of networking device.

C.

Monitor the network and auto adjust for optimal performance

D.

Create email alerts for users that violate the security configuration

Question 9

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 10

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 11

What is a capability of MV Sense MQTT API?

Options:

A.

request and subscribe to historical, current, or real-time data

B.

automate the configuration of networking devices

C.

monitor the network and auto adjust for optimal performance

D.

create email alerts for user that violate the security configuration

Question 12

What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)

Options:

A.

Ansible playbooks are packaged and installed on IOS XE devices for automatic execution when an IOS device reboots.

B.

All IOS XE operating systems include Ansible playbooks for basic system administration tasks.

C.

It is a device-independent method for automation and can be used with any type of device or operating system.

D.

Ansible playbooks can be written from the IOS XE EXEC command line to configure the device itself.

E.

It does not require any modules of software except SSH to be loaded on the network device.

Question 13

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 14

Which two actions do Python virtual environments allow users to perform? (Choose two.)

Options:

A.

Simplify the CI/CD pipeline when checking a project into a version control system, such as Git.

B.

Efficiently port code between different languages, such as JavaScript and Python.

C.

Run and simulate other operating systems within a development environment.

D.

Quickly create any Python environment for testing and debugging purposes.

E.

Quickly create an isolated Python environment with module dependencies.

Question 15

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 16

Which two API calls must be issued to attach a device template in Cisco SD-WAN? (Choose two.)

Options:

A.

“monitor device action status” GET API request with the device ID to display the status of the attach action

B.

“monitor device action status” GET API request with the process ID to display the status of the attach action

C.

PUT call to initiate the attach action

D.

POST call to initiate the attach action

E.

GET call to initiate the attach action

Question 17

Refer to the exhibit.

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

Options:

A.

B.

C.

D.

Question 18

The Cisco DNA Center Sites API must be used to add a device to a site, but only the site name is available. Which API call must be used to retrieve the site identifier so that the device can be properly added to the network?

Options:

A.

/dna/intent/api/site/siteId

B.

/dna/intent/api/site

C.

/dna/intent/api/v1/site

D.

/dna/intent/api/v1/site/siteName

Question 19

What is a benefit software-defined networks when compared to traditional network?

Options:

A.

They improve information capture from the network by enabling model-driven telemetry, whereas traditional networks use SNMP for capturing logs from devices.

B.

They facilitate network management by replacing network services that run on dedicated hardware, whereas traditional networks use networking platforms to run and enforce policies.

C.

They simplify operations by providing policy enforcement across physical and virtual environments, whereas traditional network configuration occurs on the physical infrastructure.

D.

They reduce costs by enabling network functions to run on commodity servers, whereas traditional network functions run on physical servers.

Question 20

In which direction does the Cisco DNA Center Intent API communicate?

Options:

A.

westbound

B.

eastbound

C.

northbound

D.

southbound

Question 21

Which URI with the request body of Request body:

{“name”:”Test”,”organizationId”:,”type”:”appliance”} creates a new Meraki network called “Test”, when using APIs?

Options:

A.

PUT https://api.meraki.com/api/v0/organizations/ /networks

B.

POST https://api.meraki.com/api/v0/networks

C.

POST https://api.meraki.com/api/v0/organizations/ /networks/

D.

POST https://api.meraki.com/api/v0/organizations/ /networks

Question 22

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.)

Options:

A.

description is a key field defined in the interface list

B.

The ethernetCsmacd type is imported from the iana-if-type module

C.

address is a container defined in the ietf-interfaces module

D.

ipv4 is a container defined in the ietf-ip module

E.

interface has the YANG data node type of container

Question 23

Which statement describe the difference between OpenConfig and native YANG data models?

Options:

A.

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

B.

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

C.

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

D.

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

Question 24

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?

Options:

Question 25

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 26

Drag and drop the characteristic from the left onto the monitoring type described on the right

Options:

Question 27

Which function is available in NETCONF and unavailable is RESTCONF?

Options:

A.

Configuration changes are automatically activated.

B.

Uses the YANG data models to communicate.

C.

Support JSON and data encoding.

D.

Validates the content of a candidate datastore.

Question 28

What is a capability of Cisco SD-WAN vManage Certificate Management API?

Options:

A.

deletes existing installed certificates

B.

distributes the root certificate to client devices

C.

generates SSL certificates

D.

creates certificate-signing requests

Question 29

Refer to the exhibit.

Which ncclient method is used 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 30

Drag and drop the characteristics from the left onto the network types on the right.

Options:

Question 31

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 32

Fill in the blank to complete the URL for an API call to Cisco SD-WAN to display the history of the Bidirectional Forwarding Detection sessions that run on a vEdge router.

Options:

Question 33

When accessing the /device-detail endpoint in cisco DNA Center, what is an acceptable searchBy parameter value?

Options:

A.

Platform type

B.

IP address

C.

Software verison

D.

MAC address

Question 34

Drag and drop the code from the bottom onto the box where the code is missing to perform the login operation and security check on the vManage web server at the specified IP address. Not all code options are used.

Options:

Question 35

Fill in the blank to complete the URL for the Cisco SD-WAN API that retrieves a list of users that are logged into a device.

Options:

Question 36

An engineer needs to create a new network using the Meraki API. Which HTTP action to the URL

api.meraki.com/api/v0/organizations//networks will result in a 201 response code?

Options:

A.

GET

B.

POST

C.

PUT

D.

ADD

Question 37

Fill in the blank to complete the statement.

Options:

Page: 1 / 13
Total 125 questions