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

Cisco 300-435 Automating Cisco Enterprise Solutions (ENAUTO) Exam Practice Test

Demo: 37 questions
Total 125 questions

Automating Cisco Enterprise Solutions (ENAUTO) Questions and Answers

Question 1

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

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

Question 4

Refer to the exhibit.

An engineer needs to remove the device with serialQ134_06776318 FROM THE NETWORK ‘ENAUTO by utilizing Meraki APIs. Which line of code must be added to the box where the code is missing to complete the python request?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 5

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 6

Refer to the exhibit.

What is the result when running the Python scripts?

Options:

A.

s1

B.

s2

C.

s1, s2, s3

D.

s3

Question 7

A new project called “device_status” must be stored in a central Git repository called “device_status” with the first file named “device_status.py”. The Git repository is created using the account python_programmer. Which set of commands inserts the project into Git?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 8

Which URI removes an administrator from a Meraki network using an API call?

Options:

A.

DELETE https://api/meraki.com/api/v0/organizations/ /admins/<admin_id>

B.

DELETE https://api/meraki.com/api/v0/admins/ <admin_id>

C.

PUT https://api/meraki.com/api/v0/organizations/ /admins/?delete=<admin_id>

D.

DELETE https://api/meraki.com/api/v0/organizations/ /admins/

Question 9

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

Question 10

Refer to the exhibit.

The task is to create a Python script to display an alert message when a Meraki MX Security Appliance goes down. The exhibit shows sample data that is received. Which Python snippet displays the device name and the time at which the switch went down?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 11

Refer to the exhibit.

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

Options:

A.

B.

C.

D.

Question 12

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 13

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.

Options:

Question 14

Which solution is used for automating the configuration of a device when it is first powered on, using DHCP and TFTP?

Options:

A.

PnP

B.

iPXE

C.

SNMP

D.

ZTP

Question 15

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 16

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 17

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

Question 18

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.

Question 19

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

Options:

Question 20

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

Question 21

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}

Question 22

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

Question 23

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 24

Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to complete the ncclient request that captures the operational data of the interfaces of a Cisco IOS XE device. Options may be used once, more than once, or not at all.

Options:

Question 25

An engineer stored source code in a Git repository and is ready to develop a new feature. The production release is stored in the "master" branch. Which command create the new feature in a separate branch called "feature" and check out the new version?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 26

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.

Question 27

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 28

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 29

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

Question 30

Refer to the exhibits.

An engineer creates a Python scripts using ncclient to display interface information. The code must be completed so that it can be tested. Which expression completes the highlighted section in the format call?

Options:

A.

intf_info

B.

intf_config

C.

intf_get

D.

intf_config[0]

Question 31

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

Question 32

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

Question 33

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 34

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 35

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 36

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 37

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

Demo: 37 questions
Total 125 questions