Black Friday Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

JN0-223 Questions and Answers

Question # 6

Which DevOps "Three way" principle addresses technical debt?

A.

feedback

B.

flow

C.

continuous experimentation and learning

D.

continuous experimentation

Full Access
Question # 7

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

Which two standard logical operators does XPath support? (Choose two.)

A.

IOR

B.

NOT

C.

AND

D.

MAMD

Full Access
Question # 9

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

A.

!=

B.

==

C.

%

D.

=

Full Access
Question # 10

Junos PyEZ tables are formatted using which file type?

A.

SON

B.

YAML

C.

txt

D.

IXML

Full Access
Question # 11

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

Which two programming languages have a NETCONF library supported by Juniper Networks? (Choose two.)

A.

Ruby

B.

Python

C.

Go

D.

SLAX

Full Access
Question # 13

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

You want to use a Python package or module.

In this scenario, which statement would accomplish this task?

A.

reap

B.

dir

C.

input

D.

Import

Full Access
Question # 15

Using the set rest control configuration command, what are two ways to control access to the REST API running on a Junos device? (Choose two.)

A.

Limit management access to only SSH

B.

Limit management access to specific users.

C.

Limit the number of simultaneous connections.

D.

Limit access to only certain source IP addresses

Full Access
Question # 16

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

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

Which Junos configuration database is updated by PyEZ by default?

A.

shared

B.

dynamic

C.

private

D.

ephemeral

Full Access
Question # 19

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.

Full Access