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

Home > Juniper > Automation and DevOps > JN0-223

JN0-223 Automation and DevOps Associate (JNCIA-DevOps) Question and Answers

Question # 4

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

You are using the curl tool to include multiple RPCs in a REST API request.

Which HTTP method must be used for this request?

A.

GET

B.

PUT

C.

POST

D.

HEAD

Full Access
Question # 6

Your organization is developing an application to automate management of Junos network appliances. You want to use the existing PyEZ libraries to improve the development process. Which API would satisfy this requirement?

A.

REST API

B.

JETAPI

C.

RPC API

D.

XML API

Full Access
Question # 7

You want to make a list in Python to store data.

Which statement is the correct way to accomplish this task?

A.

L = "0, 1, 2, 3, 4, 5"

B.

L = {0, 1, 2, 3, 4, 5}

C.

L = [0, 1, 2, 3, 4, 5]

D.

L = (0, 1, 2, 3, 4, 5)

Full Access
Question # 8

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.

Full Access
Question # 9

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

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

Exhibit.

Referring to the exhibit, which statement about REST is correct?

A.

The device is configured to allow only two simultaneous REST connections.

B.

The device is configured to allow connections from the REST API Explorer

C.

The device is configured to allow HTTP connections on port 3030.

D.

The device is configured to allow HTTPS connections on port 3443.

Full Access
Question # 12

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 two statements are correct? (Choose two.)

A.

You can retrieve this data in HTML or JSON formats.

B.

You must have SSH enabled on the Junos device.

C.

You can retrieve this data in XML or JSON formats.

D.

You must Include the authentication Information with each request.

Full Access
Question # 13

Junos supports which two APIs for on-box scripting? (Choose two.)

A.

JET

B.

Puppet

C.

XML

D.

Chef

Full Access
Question # 14

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

A.

selectors

B.

predicate

C.

namespace

D.

XPath

Full Access
Question # 15

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
Question # 16

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

A.

!=

B.

==

C.

%

D.

=

Full Access
Question # 17

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

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

Which HTTP status code indicates a response to a successful request?

A.

500

B.

302

C.

200

D.

400

Full Access