Black Friday Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

300-435 Sample Questions Answers

Questions 4

Which path do call begin with to implement Cisco DNA Center Intent APIs?

Options:

A.

/intent

B.

/dna/v1

C.

/dna/api/intent/v1

D.

/dna/system/api/v1/

Questions 5

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

Options:

A.

to securely deploy vManage

B.

to report an issue to Cisco TAC

C.

to install signed certificates

D.

to contact Enterprise Certificate Authority

Buy Now
Questions 6

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

Buy Now
Questions 7

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 8

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

Options:

A.

site health

B.

license compliance health

C.

client health

D.

Cisco APIC appliance health

E.

Cisco DNA Center appliance health

Buy Now
Questions 9

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.

Options:

Buy Now
Questions 10

What are two characteristics of RPC API calls? (Choose two.)

Options:

A.

They can be used only on network devices.

B.

They use only UDP for communications.

C.

Parameters can be passed to the calls.

D.

They must use SSL/TLS.

E.

They call a single function or service.

Buy Now
Questions 11

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

Buy Now
Questions 12

Refer to the exhibit.

A Python script has been created that calls the Cisco SD-WAN vManage Device Inventory API to get the list of vEdges. The JSON data that returns to a Python dictionary has been converted and assigned to a variable named “d”. A portion of the JSON is shown in the exhibit. Which code will complete the expression hostname= to access the hostname?

Options:

A.

d[“data”][0][“host-name”]

B.

d[data][0][host-name]

C.

d(“data”)[0](“host-name”)

D.

d[“host-name”][“data”]{“0”}

Buy Now
Questions 13

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 14

Refer to the exhibit.

A Python script must be created to deactivate vSmart Policy Cisco SD-WAN vManage Configuration APIs. The documentation states the URL is as shown in the exhibit for this REST call using POST, and that “policyId” is a required request parameter. Which line of Python code makes this call, assuming the variable “s” is a valid Requests session object and the variable “policy-id” is the policyId?

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

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

Buy Now
Questions 17

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?

Options:

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.

Buy Now
Questions 18

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

Buy Now
Questions 19

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 20

What does the command boot ipxe forever switch 1 perform when executed on a Cisco IOS XE device?

Options:

A.

It continuously sends DHCP requests for iPXE until the device boots with an image.

B.

It continuously sends DNS requests for iPXE until the device restarts.

C.

It continuously sends DNS requests for iPXE until the device boots with an image.

D.

It continuously sends DHCP requests for iPXE until the device restarts.

Buy Now
Questions 21

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.

Buy Now
Questions 22

Refer to the exhibit.

What is the result when running the Python scripts?

Options:

A.

s1

B.

s2

C.

s1, s2, s3

D.

s3

Buy Now
Questions 23

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 24

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 25

Which two Netmiko methods are used to configure a device? (Choose two.)

Options:

A.

send_config()

B.

send_control_from_file()

C.

send_config_set()

D.

send_command()

E.

send_config_from_file()

Buy Now
Questions 26

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 27

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 28

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

Buy Now
Questions 29

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

Buy Now
Questions 30

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 shows in the exhibit. what is the YANG data node that is referenced in the response?

Options:

A.

Route is a leaf list

B.

Static-routes is a container

C.

Static-router is a list

D.

Routing-instance is a container

Buy Now
Questions 31

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

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.

Buy Now
Questions 33

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

Buy Now
Questions 34

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

Buy Now
Questions 35

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:

Buy Now
Questions 36

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

Buy Now
Questions 37

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

Buy Now
Exam Code: 300-435
Exam Name: Automating Cisco Enterprise Solutions (ENAUTO)
Last Update: Nov 22, 2024
Questions: 125
$61.25  $174.99
$47.25  $134.99
$40.25  $114.99
buy now 300-435