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

300-435 Questions and Answers

Question # 6

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

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

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

A.

Unencrypted

B.

Non-cacheable

C.

Stateless

D.

Implemented over http

E.

Parameters passed in the headers

Full Access
Question # 9

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?

A.

Route is a leaf list

B.

Static-routes is a container

C.

Static-router is a list

D.

Routing-instance is a container

Full Access
Question # 10

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?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 11

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?

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.

Full Access
Question # 12

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

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/<new_org_id>/networks will result in a 201 response code?

A.

GET

B.

POST

C.

PUT

D.

ADD

Full Access
Question # 14

Which two features are foundations of a software-defined network instead of a traditional network? (Choose two.)

A.

control plane and data plane are tightly coupled

B.

build upon a robust software stack

C.

requires device by device-level configurations

D.

automated through expressed intent to a software controller

E.

requires significant physical hardware resources

Full Access
Question # 15

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

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

Refer to the Exhibit.

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

A.

tags

B.

name

C.

time zone

D.

type

E.

disableMyMerakiCom

Full Access
Question # 18

A Cisco DNA Center script must be written to retrieve a list of interfaces on a switch. Drag and drop the API calls that are needed to return the list of interfaces using the Command Running APIs from the left into the correct sequence on the right.

Full Access