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

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

Page: 2 / 2
Total 65 questions

Which two statements are correct about a Python list data type? (Choose two.)

A.

The data contained in a list data type can be modified.

B.

The data contained in a list data type is sequenced and indexed starting from 0.

C.

The data contained in a list data type cannot be modified.

D.

The data contained in a list data type is not sequenced or indexed.

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.

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

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.

Which DevOps "Three way" principle addresses technical debt?

A.

feedback

B.

flow

C.

continuous experimentation and learning

D.

continuous experimentation

Why is a REST API considered stateless?

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.

What is the correct sequence for Python script execution?

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.

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

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

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.

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