Weekend 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 Cisco DNA center features are needs to add legancy on the platform? (Choose two.)

Options:

A.

Multivendor SDK support

B.

Trusted device profile update

C.

Device package creation

D.

Device package download

E.

Device profile replication

Question 2

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 3

Refer to the exhibit.

Question # 3

Which type of YANG container is described by the JSON instance provided?

Options:

A.

interface-configurations

B.

active

C.

interface-name

D.

description

Question 4

Question # 4

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.

Question 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

Question 6

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 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?

Options:

A.

VPN health

B.

public cloud resources

C.

connections summary

D.

OMP connection health

Question 8

With the MV Sense API, which REST endpoint provides LUX level?

Options:

A.

/merakimv/XXXX-XXXX-XXXX/light

B.

/merakimv/XXXX-XXXX-XXXX/raw_detections

C.

/merakimv/XXXX-XXXX-XXXX/0

D.

/merakimv/XXXX-XXXX-XXXX/zones

Question 9

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.

Question # 9

Options:

Question 10

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.

Question 11

Refer to the exhibit.

Question # 11

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 12

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 13

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

Question # 13

Options:

Question 14

Which two types of solution are built with the Meraki Location Scanning API? (Choose two.)

Options:

A.

networking automation

B.

mapping

C.

guest Wi-Fi

D.

Sense

E.

wayfinder

Question 15

Drag and drop the code snippers from the bottom onto the blanks in the code to subscribe to a Cisco DNA event by using the intent API . Not all options used.

Question # 15

Options:

Question 16

A programmer is creating a Meraki webhook python script to send a message to webex teams. Which two elements should be configured to create this script? (Choose two.)

Options:

A.

gRPC credentials

B.

Webex teams access token

C.

XML formatted request

D.

User authentication count

E.

Webhook server secret

Question 17

Question # 17

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

Question 18

Question # 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

Question 19

Question # 19

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 20

Refer to the exhibit.

Question # 20

How many YANG models does the NETCONF operation interact with?

Options:

A.

one

B.

two

C.

three

D.

four

Question 21

On which device is the Cisco SD-WAN manage certificate management API able to install certificates?

Options:

A.

CSR 1O00v

B.

vFog router

C.

load balancer

D.

vSmart

Question 22

Question # 22

Refer to the exhibit. Interfaces named Loopback0, Loopback1, and Loopback2 must be created and enabled on a Cisco IOS XE target device in the lab group. Which loop must be added to the end of the Ansible “create int” task?

Options:

A.

with_items: “{{intlist}}”

B.

with_parent: “{{intlist}}”

C.

with_list: “{{intlist}}”

D.

with_groups: “{{intlist}}”

Question 23

Refer to the exhibit.

Question # 23

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 24

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.

Question # 24

Options:

Question 25

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 26

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?

Options:

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

Question 27

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.

Question # 27

Options:

Question 28

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 29

Question # 29

Refer to the exhibit. A GET request is issued to the Cisco DNA Center REST API. Drag and drop the GET request URL subpaths from the left onto the objectives on the right. Not all options are used.

Question # 29

Options:

Question 30

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.

Question 31

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 32

Refer to the exhibit:

Question # 32

A RESTCONF GET request is sent to a Cisco IOS XE device. A portion of the response is shown in the exhibit. Which module name corresponds to the YANG model referenced in the request?

Options:

A.

left-intergaces:ieft-ipv4

B.

lana-if-type:enthernetCsmacd

C.

left-interface:interfaces

D.

left-interfaces

Question 33

Refer to the exhibit.

Question # 33

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?

Options:

A.

switch

B.

wireless

C.

appliance

D.

systemsManager

Question 34

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 35

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 36

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 37

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

Page: 1 / 13
Total 125 questions