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

Which two statements about Junos automation are correct? (Choose two.)

A.

The Junos REST API client is on-box.

B.

Junos automation does not allow for device provisioning throuqh the console port.

C.

Junos automation allows for device provisioning through the console port.

D.

The Junos REST API client is off-box.

Given the following Python script:

a = [1,2,3,4,5,6,7,8,9]

print(a[0])

What is the output of this print command?

A.

1

B.

2

C.

7

D.

9

Exhibit.

Referring to the exhibit, which two statements about the script are correct? (Choose two.)

A.

The script prints the name of each configured interface.

B.

The script retrieves the interface configuration in XML

C.

The script prints interface information for each interface name.

D.

The script retrieves the interface configuration in JSON.

Which two statements are correct about using the Junos REST API? (Choose two.)

A.

It supports data In CSV format.

B.

It must use SSH for a connection.

C.

NETCONF is not supported.

D.

It is a simple configuration.

Which statement is correct about DevOps?

A.

DevOps is a collection of strict guidelines that promotes the project completion over all other aspects.

B.

DevOps is meant to define and restrict the development and operations tools used for a project.

C.

DevOps is meant to unite the development, operations, and other teams to improve project collaborations.

D.

DevOps is a defined standard written and maintained by the IEEE standards group.

Why is a REST API considered stateless?

A.

The client requests to the server do not include state information.

B.

The REST API is an international API.

C.

No client context is stored on the server between requests.

D.

The state of the server is not important when making requests.

Exhibit.

Referring to the exhibit, which XML XPath expression will only show the IP address XML elements?

A.

//address/name

B.

//name

C.

/name

D.

/address/name

Junos PyEZ tables are formatted using which file type?

A.

SON

B.

YAML

C.

txt

D.

IXML

What is the correct Python script syntax to prompt for input?

A.

hostIP = input("Device IP address: ")

B.

hostIP = input{Device IP address: }

C.

hostIP = input"Device IP address: "

D.

input("Device IP address: ") = hostIP

Which type of on-box automation script is designed to run every time a user executes a configuration change?

A.

event

B.

SNMP

C.

commit

D.

operation