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

Exact2Pass Menu

Question # 4

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

Full Access
Question # 5

Which two statements about Ansible are correct? (Choose two.)

A.

Ansible can use a single playbook to configure devices from multiple vendors.

B.

Ansible modules must be written in Go.

C.

Ansible is an open source project.

D.

Ansible requires a license to unlock full functionality.

Full Access
Question # 6

Which two statements about NETCONF are correct? (Choose two.)

A.

The default port for NETCONF is port 930.

B.

The default port for NETCONF is port 830.

C.

NETCONF cannot use the default SSH port.

D.

NETCONF can use the default SSH port.

Full Access
Question # 7

Which two statements are valid regarding Junos automation? (Choose two.)

A.

The jsd process handles XML API calls.

B.

The mgd process handles JET API requests.

C.

The jsd process handles JET API requests.

D.

The mod process handles XML API calls.

Full Access
Question # 8

What are two Junos PyEZ configuration object methods? (Choose two.)

A.

commie ()

B.

device ()

C.

lockO

D.

config ()

Full Access
Question # 9

What is the difference between a list and a tuple in Python?

A.

Lists are immutable objects thatuse square brackets, and tuplesare mutable objects that use parentheses.

B.

Lists are mutable objects that use square brackets, and tuples are immutable objects that use parentheses.

C.

Lists are immutable objects that use parentheses, and tuples are immutable objects that use square brackets.

D.

Lists are mutable objects that use parentheses, and tuples are immutable objects that use square brackets.

Full Access
Question # 10

A REST API client uses which two HTTP methods to execute RPC requests on the server? (Choose two.)

A.

POST

B.

HEAD

C.

GET

D.

CONNECT

Full Access
Question # 11

You are asked to use the REST API to retrieve interface configuration information from your Junos device. You decide to use a cURL HTTP GET command to retrieve this information.

In this scenario, which statement is correct?

A.

The request is handled by the mod process runningon the Junos device.

B.

The request is handled by the isrpd process runningon the Junos device.

C.

The request is handled by the rpd process runningon the Junos device.

D.

The request is handled by the isd process runningon the Junos device

Full Access
Question # 12

What is an example of correct XML syntax?

A.

vMX1

B.

vMX1

C.

vMX1

D.

vMX1

Full Access
Question # 13

You are asked to write an on-box script that will be triggered when a specific interface on a Junos device goes down.

Which type of on-box script should you use to accomplish this task?

A.

commit

B.

event

C.

operation

D.

SNMP

Full Access
Question # 14

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

Full Access
Question # 15

Which statement is valid regarding YAML and JSON?

A.

YAML and JSON use indentation.

B.

White space is ignored in YAML and JSON.

C.

Comments are available in YAML and JSON.

D.

YAML and JSON are case-sensitive.

Full Access
Question # 16

Which two data structures are used in JSON? (Choose two.)

A.

tuples

B.

objects

C.

arrays

D.

dictionaries

Full Access
Question # 17

Which two PyEZ object methods are included by default when using a Python context manager? (Choose two.)

A.

lock () and unlock (>

B.

open() and close()

C.

|load() and commit ()

D.

pdiff() and diff()

Full Access
Question # 18

Which two programing languages would be used for on-box scripting with Junos devices? (Choose two.)

A.

Python

B.

Puppet

C.

Ansible

D.

XSLT

Full Access
Question # 19

Exhibit.

Referring to the exhibit, which XPath statement would retrieve the commit-user attribute in the candidate configuration?

A.

configuration/@ junos: commit-user

B.

configuration:@ junos: commit-user

C.

configuration/junos: commit-user

D.

configuration/commit-user

Full Access