Summer Special Discount 60% Offer - Ends in 0d 00h 00m 00s - Coupon code: brite60

Automating Cisco Enterprise Solutions (ENAUTO) Question and Answers

Automating Cisco Enterprise Solutions (ENAUTO)

Last Update Apr 18, 2024
Total Questions : 125

We are offering FREE 300-435 Cisco exam questions. All you do is to just go and sign up. Give your details, prepare 300-435 free exam questions and then go for complete pool of Automating Cisco Enterprise Solutions (ENAUTO) test questions that will help you more.

300-435 pdf

300-435 PDF

$44  $109.99
300-435 Engine

300-435 Testing Engine

$52  $129.99
300-435 PDF + Engine

300-435 PDF + Testing Engine

$68  $169.99
Questions 1

Which curl command is used to update the SNMP community of network ID “1234567” to read-only?

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 2

Which setting is used for the dampening period when configuring an on-change publication for YANG-push versus Openconfig?

Options:

A.  

Null

B.  

-1

C.  

0

D.  

1000

Discussion 0
Questions 3

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.

Discussion 0
Questions 4

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.

Discussion 0
Questions 5

Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?

Options:

A.  

from urllib.request import Viptela

B.  

from viptela.devices import Viptela

C.  

from viptela.viptela import Viptela

D.  

from viptela.library import Viptela

Discussion 0
Questions 6

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?

Options:

A.  

The interface description remains the same.

B.  

The router rejects all commands and the configuration remains the same.

C.  

The interface is removed from the configuration.

D.  

The interface description is removed from the configuration.

Discussion 0
Questions 7

Which REST endpoint is used to create a Cisco Meraki network?

Options:

A.  

POST /organizations/{organizationId}/networks

B.  

PATCH /networks{networkId}

C.  

PUT /organizations/{organizationId}/networks

D.  

POST /networks{networkId}

Discussion 0
Questions 8

In which two use cases should a Python virtual environment be used? (choose two.)

Options:

A.  

When developing multiple Python projects in the same environment that have the same Python package version requirements.

B.  

When developing multiple Python projects in the same environment that have conflicting Python package versions.

C.  

When developing the same Python application across multiple systems using the same application requirements.

D.  

When creating a new project with several development environments in a multi-project development system across the infrastructure.

E.  

When creating a new project that has a clean development environment in a multi-project development system.

Discussion 0
Questions 9

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

Discussion 0
Questions 10

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.

Discussion 0
Questions 11

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:

Discussion 0
Questions 12

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

Discussion 0
Questions 13

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:

Discussion 0
Questions 14

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

Discussion 0
Questions 15

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?

Options:

A.  

state: true

B.  

state: started

C.  

state: present

D.  

state: installed

Discussion 0
Questions 16

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

Discussion 0
Questions 17

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

Discussion 0
Questions 18

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

Discussion 0