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

300-435 Questions and Answers

Question # 6

Drag and drop the code from the bottom onto the box where the code is missing in the Ansible playbook to apply the configuration to an interface on a Cisco IOS XE device. Not all options are used.

Full Access
Question # 7

Fill in the blanks to complete this API request against the Cisco SD_WAN vManage Statistics API, which specified a deviceId of 260faff9-2d31-4312-cf96-143b46db0211, a local-color of biz-internet, and a remote- color of gold.

Full Access
Question # 8

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

A.

/intent

B.

/dna/v1

C.

/dna/api/intent/v1

D.

/dna/system/api/v1/

Full Access
Question # 9

Drag and drop the code from the bottom onto the box where the code is missing to construct an noiliest request that shuts down an interface on a Cisco IOS XE device. Not all options are used.

Full Access
Question # 10

Refer to the exhibit.

How many YANG models does the NETCONF operation interact with?

A.

one

B.

two

C.

three

D.

four

Full Access
Question # 11

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

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

Full Access
Question # 12

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

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?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 14

When working with MV Sense APIs, which type of protocol is MQTT based upon?

A.

publish-subscribe messaging protocol

B.

simple mail transport protocol

C.

heavyweight messaging protocol

D.

computer vision protocol

Full Access
Question # 15

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

Refer to the exhibit.

The goal is to write a Python script to automatically send a message to an external messaging application when a rogue AP is detected on the network. The message should include the broadcast SSID that is in the alert. A function called “send_to_application” is created, and this is the declaration:

send_to_application(message)

The exhibit also shows the data that is received by the application and stored in the variable return_val. Which Python code completes the task?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 17

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

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

A.

to securely deploy vManage

B.

to report an issue to Cisco TAC

C.

to install signed certificates

D.

to contact Enterprise Certificate Authority

Full Access
Question # 20

When a Grafana dashboard is built to receive network events from Cisco DNA Center, which integration bundle is enabled to send notifications?

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

Full Access
Question # 21

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

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?

A.

/dna/intent/api/site/siteId

B.

/dna/intent/api/site

C.

/dna/intent/api/v1/site

D.

/dna/intent/api/v1/site/siteName

Full Access
Question # 23

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

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?

A.

present

B.

up

C.

on

D.

active

Full Access
Question # 25

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

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 26

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

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.

Full Access
Question # 28

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

Which statement describe the difference between OpenConfig and native YANG data models?

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.

Full Access
Question # 30

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?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 31

Webhook that are generated by Cisco DNA Center are REST calls with which properties?

A.

JSON payload delivered via PUT

B.

XML payload delivered via POST

C.

JSON payload delivered via POST

D.

XML payload delivered via PUT

Full Access
Question # 32

Which two features are characteristics of software-defined networks when compared to traditional infrastructure? (Choose two.)

A.

configured box-by-box

B.

changed manually

C.

use overlay networks

D.

designed to change

E.

require software development experience to manage

Full Access
Question # 33

In which direction does the Cisco DNA Center Intent API communicate?

A.

westbound

B.

eastbound

C.

northbound

D.

southbound

Full Access
Question # 34

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

A.

from urllib.request import Viptela

B.

from viptela.devices import Viptela

C.

from viptela.viptela import Viptela

D.

from viptela.library import Viptela

Full Access
Question # 35

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.

Full Access
Question # 36

Which HTTP request is valid to create a new wireless network called “Demo Wireless Network” in the organization “QASD-EROA-MKAW”?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 37

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