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

Home > Cisco > CCNP Enterprise > 300-435

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

Question # 4

Refer to the exhibit.

Which NETCONF statement type is represented by +--rw address* [ip]?

A.

list

B.

leaf-list

C.

container

D.

submodule

Full Access
Question # 5

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?

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

Full Access
Question # 6

Refer to the exhibit.

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

A.

timezone

B.

disableMyMerakiCom

C.

type

D.

tags

E.

organizationId

Full Access
Question # 7

During a network outage, a network administrator used the Cisco SD-WAN vManage Troubleshooting Dashboard APIs to troubleshoot the cause of the issue. Which detail is captured during troubleshooting with these APIs?

A.

VPN health

B.

public cloud resources

C.

connections summary

D.

OMP connection health

Full Access
Question # 8

Fill in the blank to complete the statement.

Full Access
Question # 9

What is a capability of MV Sense MQTT API?

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

Full Access
Question # 10

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

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.

Full Access
Question # 11

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

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

Full Access
Question # 12

Which script binds a network to a template?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 13

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?

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.

Full Access
Question # 14

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

A.

Platform type

B.

IP address

C.

Software verison

D.

MAC address

Full Access
Question # 15

Drag and drop the steps from the left into the order on the right to create an end-to-end flow for Meraki Splash Screen using EXCAP.

Full Access
Question # 16

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

A.

access point

B.

distribution switch

C.

access switch

D.

wireless LAN controller

Full Access
Question # 17

Refer to the exhibit.

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

A.

B.

C.

D.

Full Access
Question # 18

What is a capability of MV sense MQTT API?

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

Full Access
Question # 19

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

A.

site health

B.

license compliance health

C.

client health

D.

Cisco APIC appliance health

E.

Cisco DNA Center appliance health

Full Access
Question # 20

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?

A.

Device Inventory

B.

Command Runner

C.

Network Assurance

D.

Device Discovery

Full Access
Question # 21

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?

A.

state: true

B.

state: started

C.

state: present

D.

state: installed

Full Access
Question # 22

Refer to the exhibit.

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

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

Full Access
Question # 23

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?

A.

switch

B.

wireless

C.

appliance

D.

systemsManager

Full Access
Question # 24

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

the Python library Requests?

A.

delete()

B.

post()

C.

put()

D.

patch()

Full Access
Question # 25

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?

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

Full Access
Question # 26

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

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.

Full Access
Question # 27

Drag and drop the commands to the Ansible playbook that applies configuration to an interface on a Cisco IOS XE device. Not all options are used.

Full Access
Question # 28

Refer to the exhibit.

Which ncclient method is used to collect the running configuration of a Cisco IOS XE device that uses NETCONF?

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

Full Access
Question # 29

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

A.

Null

B.

-1

C.

0

D.

1000

Full Access
Question # 30

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

Full Access
Question # 31

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

A.

AP placement

B.

Device manufacturer/OS

C.

Client device orientation

D.

Battery life of the device

E.

Amount of device antennas

Full Access
Question # 32

Which statement is true for Cisco IOS XE Software?

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.

Full Access
Question # 33

Refer to the exhibit. An API request must display an alert message if change in OSPF neighbors is detected. Which code snippet must be added to complete the requests?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 34

Refer to the exhibit.

The configuration commands are entered in CLI config mode to configure a static telemetry

subscription on a Cisco IOS XE device. The commands are accepted by the device, but the consumer receives

no telemetry data. Which change must be made to ensure that the consumer receives the telemetry data?

A.

The IP address of the receiver must be set.

B.

The stream type must be set to YANG.

C.

The update policy period must be shortened.

D.

The sender IP address must be set.

Full Access
Question # 35

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

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.

Full Access
Question # 36

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

A.

POST /organizations/{organizationId}/networks

B.

PATCH /networks{networkId}

C.

PUT /organizations/{organizationId}/networks

D.

POST /networks{networkId}

Full Access
Question # 37

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

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

A.

GET

B.

POST

C.

PUT

D.

ADD

Full Access