Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Cisco > CCNP Enterprise > 300-435

300-435 Automating Cisco Enterprise Solutions (ENAUTO) Question and Answers

Question # 4

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

A.

GET

B.

POST

C.

PUT

D.

ADD

Full Access
Question # 5

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

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

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

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?

Full Access
Question # 9

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

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?

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 11

What is a benefit software-defined networks when compared to traditional network?

A.

They improve information capture from the network by enabling model-driven telemetry, whereas traditional networks use SNMP for capturing logs from devices.

B.

They facilitate network management by replacing network services that run on dedicated hardware, whereas traditional networks use networking platforms to run and enforce policies.

C.

They simplify operations by providing policy enforcement across physical and virtual environments, whereas traditional network configuration occurs on the physical infrastructure.

D.

They reduce costs by enabling network functions to run on commodity servers, whereas traditional network functions run on physical servers.

Full Access
Question # 12

Refer to the exhibit.

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

A.

interface-configurations

B.

active

C.

interface-name

D.

description

Full Access
Question # 13

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?

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.

Full Access
Question # 14

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

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

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

Full Access
Question # 16

A configuration has been made to add to every switch port a new port description. The script worked initially, but after a few seconds, an HTTP 429 status code was received. What causes this error message from the Meraki cloud?

A.

The wrong API key is used to query the data.

B.

The rate limit of the Cisco Meraki API is exceeded.

C.

The API key has expired.

D.

The device goes offline while you poll the API dashboard.

Full Access
Question # 17

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

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