11.11 Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: best70

300-435 Automating Cisco Enterprise Solutions (ENAUTO) Questions and Answers

Questions 4

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

Buy Now
Questions 5

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

Buy Now
Questions 6

The automation engineer must replace device configuration using RESTCONF. How is this configured using

the Python library Requests?

Options:

A.

delete()

B.

post()

C.

put()

D.

patch()

Buy Now
Questions 7

What is the purpose of using the Cisco SD-WAN vManage Certificate Management API?

Options:

A.

to generate a CSR

B.

to allocate resources to the certificate server

C.

to request a certificate from the certificate server

D.

to enable vManage Center

Buy Now
Questions 8

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

Buy Now
Questions 9

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.

Buy Now
Questions 10

What is an advantage of software-defined networks as compared to traditional networks?

Options:

A.

They simplify operations by creating a concrete copy of the network.

B.

They reduce complexity by coupling the control and the data plane.

C.

They enable older hardware to be repurposed without an investment in new infrastructure.

D.

They deliver a distributed management architecture that provides better resilience to errors.

Buy Now
Questions 11

Drag and drop the code from the bottom onto the box where the code is missing to construct a Python script to automate the process of updating the site-to-site VPN settings of the network. Not all options are used.

Options:

Buy Now
Questions 12

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

Buy Now
Questions 13

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

Buy Now
Questions 14

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

Buy Now
Questions 15

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

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 16

Refer to the exhibit. Which device type is functioning in a degraded state?

Options:

A.

access point

B.

distribution switch

C.

access switch

D.

wireless LAN controller

Buy Now
Questions 17

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

Buy Now
Questions 18

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

Buy Now
Questions 19

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.

Buy Now
Questions 20

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

Buy Now
Questions 21

What does Cisco DNA Center use to manage third-party devices?

Options:

A.

command runners

B.

multivendor SDK

C.

templates

D.

device packages

Buy Now
Questions 22

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

Buy Now
Questions 23

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.

Buy Now
Questions 24

Fill in the blank to complete the statement.

Options:

Buy Now
Questions 25

Refer to the exhibit.

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?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 26

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

Options:

A.

publish-subscribe messaging

B.

simple mail transport

C.

heavyweight messaging

D.

computer vision

Buy Now
Questions 27

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:

Buy Now
Questions 28

Refer to the exhibit. If the data included in the code was saved to a python variable named “example”. Which line of code converts if for praising?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 29

Which URI with the request body of Request body:

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

Buy Now
Questions 30

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

Questions 31

Refer to the exhibit.

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

Buy Now
Questions 32

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.

Buy Now
Questions 33

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?

Options:

A.

present

B.

up

C.

on

D.

active

Buy Now
Questions 34

What are two characteristics of synchronous calls to APIs? (Choose two)

Options:

A.

They block until a response is returned from the servers.

B.

They make an application less portable, so asynchronous calls are preferred.

C.

They add perceived latency to an application if data is not received.

D.

Calls are limited to specific programming languages.

E.

They do not block while waiting for the API to be processed.

Buy Now
Questions 35

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

Buy Now
Questions 36

Refer to the exhibit.

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

Options:

A.

B.

C.

D.

Buy Now
Questions 37

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

Buy Now
Exam Code: 300-435
Exam Name: Automating Cisco Enterprise Solutions (ENAUTO)
Last Update: Nov 15, 2024
Questions: 125

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90