Winter Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Juniper JN0-223 Automation and DevOps Associate (JNCIA-DevOps) Exam Practice Test

Demo: 19 questions
Total 65 questions

Automation and DevOps Associate (JNCIA-DevOps) Questions and Answers

Question 1

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

Options:

A.

tuples

B.

objects

C.

arrays

D.

dictionaries

Question 2

What is the correct sequence for Python script execution?

Options:

A.

The code is translated to byte code, the byte code is executed in runtime, and then the code is interpreted.

B.

The code is interpreted, the code is translated to byte code, and then the byte code is executed in runtime.

C.

The code is translated to byte code, the code is interpreted, and then the byte code is executed in runtime.

D.

The byte code is executed in runtime, the code is interpreted, and then the code is translated to byte code.

Question 3

Which two processes are used by Junos automation? (Choose two.)

Options:

A.

mod

B.

jsd

C.

ifd

D.

kmd

Question 4

What is the default port for NETCONF connections over SSH?

Options:

A.

22

B.

8080

C.

830

D.

433

Question 5

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

Options:

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.

Question 6

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

Options:

A.

arrays

B.

mappings

C.

sequences

D.

objects

Question 7

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

Options:

A.

It uses the operations layer to lock the configuration of a Junos device.

B.

It uses the messages layer to commit the configuration of a Junos device.

C.

It uses the messages layer to lock the configuration of a Junos device.

D.

It uses the operations layer to commit the configuration of a Junos device.

Question 8

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

Options:

A.

event

B.

SNMP

C.

commit

D.

operation

Question 9

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

Which HTTP method must be used for this request?

Options:

A.

GET

B.

PUT

C.

POST

D.

HEAD

Question 10

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

Options:

A.

NETCONF layers use the messages layer to receive RPCs from a remote NETCONF server.

B.

NETCONF layers use the messages layer to send RPCs to a remote NETCONF server.

C.

NETCONF layers use the operations layer to receive RPCs from a remote NETCONF server.

D.

NETCONF layers use the operations layer to send RPCs to a remote NETCONF server.

Question 11

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

Options:

A.

lock () and unlock (>

B.

open() and close()

C.

|load() and commit ()

D.

pdiff() and diff()

Question 12

What will determine which data serialization format is used for interfacing with a system?

Options:

A.

the system's API

B.

the operating system

C.

programming language version

D.

IDE specifications

Question 13

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

Options:

A.

JET

B.

Puppet

C.

XML

D.

Chef

Question 14

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

Which statement is the correct way to accomplish this task?

Options:

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)

Question 15

Which DevOps "Three way" principle addresses technical debt?

Options:

A.

feedback

B.

flow

C.

continuous experimentation and learning

D.

continuous experimentation

Question 16

Which two statements are true about an XML schema document? (Choose two.)

Options:

A.

It is formatted as an XLT file.

B.

It cannot be examined in the Junos CLI.

C.

It is an authoritative source for operational and configuration XML.

D.

lit is formatted as an XSD file.

Question 17

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

Options:

A.

The TCP session state is maintained by the server.

B.

The REST API application is stateless.

C.

The TCP session state is maintained by the client

D.

The REST API application is stateful.

Question 18

Which two statements about XML schema definition (XSD) files are correct? (Choose two.)

Options:

A.

XSD files define all the elements in an XML document and the document XML hierarchy.

B.

Every XML document must have an XSD file defined for it.

C.

An XSD file is not an XML document.

D.

XSD files ensure that everyone working with the XML document uses a common set of tags.

Question 19

Why is a REST API considered stateless?

Options:

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.

Demo: 19 questions
Total 65 questions