Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Juniper JN0-223 Practice Exam with Questions & Answers | Set: 2

Questions 11

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

Juniper JN0-223 Premium Access
Questions 12

Which statement is correct about DevOps?

Options:
A.

DevOps is a collection of strict guidelines that promotes the project completion over all other aspects.

B.

DevOps is meant to define and restrict the development and operations tools used for a project.

C.

DevOps is meant to unite the development, operations, and other teams to improve project collaborations.

D.

DevOps is a defined standard written and maintained by the IEEE standards group.

Questions 13

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

Questions 14

You must use Junos PyEZ to configure unique IP addresses on individual machines.

Which two features willpermit this requirement? (Choose). Ian SCP module

Options:
A.

an SCP module

B.

a BSON data file

C.

a YAML data file

D.

a Jinja2 template

Questions 15

You want to perform a dry run on the myPlays playbook and use a custom inventory file called myRouters.ini.

Which Ansible command would you use in this scenario?

Options:
A.

ansible-playbook myPlays --check -i myRouters.ini

B.

ansible-playbook myPlays —extra-vars "inventory_file=myRouters .ini"

C.

ansible-playbook myPlays —extra-vars "dry run=True" myRouters.ini

D.

ansible-playbook myPlays —limit myRouters

Questions 16

Exhibit.

JN0-223 Question 16

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?

Options:
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.

Questions 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.

Questions 18

Which process is responsible for XML automation requests?

Options:
A.

jsrpd

B.

mgd

C.

rpd

D.

jsd

Questions 19

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)