Pre-Summer Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Pearson 300-435 New Attempt

Page: 3 / 9
Total 125 questions

Automating Cisco Enterprise Solutions (ENAUTO) Questions and Answers

Question 9

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

Options:

A.

Unencrypted

B.

Non-cacheable

C.

Stateless

D.

Implemented over http

E.

Parameters passed in the headers

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?

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

Question 11

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?

Options:

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

Question 12

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.

Page: 3 / 9
Total 125 questions