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

Juniper JN0-223 - Automation and DevOps Associate (JNCIA-DevOps)

Page: 1 / 2
Total 65 questions

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()

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

YAML uses which two data structures? (Choose two.)

A.

arrays

B.

mappings

C.

sequences

D.

objects

What are two important aspects of the DevOps culture? (Choose two.)

A.

communication

B.

separation of duties

C.

use of specific tools

D.

people

Exhibit.

You have the configuration shown in the exhibit, but are unable to access the REST API Explorer.

Which configuration is necessary to solve this problem?

A.

Configure the rest service to be active on port 80.

B.

Configure an IPv4 address on ge-0/0/0 0.

C.

Configure a secondary IPv6 address on ge-0/0/0.0.

D.

Configure a firewall filter to explicitly permit SSH.

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

Which statement about the NETCONF content layer is true?

A.

It uses YAML for RPC request and response payloads.

B.

It uses XML for RPC request and response payloads.

C.

It uses JSON for RPC request and response payloads.

D.

It uses HTML for RPC request and response payloads.

Junos PyEZ tables are formatted using which file type?

A.

SON

B.

YAML

C.

txt

D.

IXML

Which feature is used in XML to ensure that all attributes and elements have unique names?

A.

selectors

B.

predicate

C.

namespace

D.

XPath

Which Python operator is used to test if two variables are equal?

A.

!=

B.

==

C.

%

D.

=