[Mar-2022] Juniper JN0-222 Actual Questions and Braindumps
Pass JN0-222 Exam with Updated JN0-222 Exam Dumps PDF 2022
NEW QUESTION 10
Exhibit.
Referring to the exhibit, which statement is correct?
- A. The RPC execution output is not saved
- B. The RPC execution output is saved to a file on R1
- C. The RPC execution output is saved to memory on R1
- D. The RPC execution output is saved to a file on the Ansible control machine
Answer: A
NEW QUESTION 11
Which statement about using Ansible with a Junos device is correct?
- A. An Ansible agent must be installed and running on the Junos device
- B. SFTP must be used to allow communication between the Ansible control server and the Junos device
- C. Ansible modules are executed on the control server
- D. An Ansible playbook is a set of tasks written in XML
Answer: A
NEW QUESTION 12
Exhibit.
You are asked to create a block of code containing a list of desserts.
What would you do to correct the YAML block shown in the exhibit?
- A. The YAML block should not have a comment
- B. The item - cake should not be indented.
- C. The YAML block should start with # /bash/bin.
- D. The item - ice cream should be in quotes.
Answer: B
NEW QUESTION 13
Exhibit.
Referring to the exhibit, which statement about REST is correct?
- A. The device is configured to allow HTTPS connections on port 3443.
- B. The device is configured to allow only two simultaneous REST connections.
- C. The device is configured to allow HTTP connections on port 3030.
- D. The device is configured to allow connections from the REST API Explorer
Answer: A
NEW QUESTION 14
You are creating a JSON data structure and must add a title called, The "Big" Router.
In this scenario, which example will produce the desired results?
- A. {"title": "The "'Big'" Router"}
- B. {"title": "The \n"Big\n" Router"}
- C. {"title": "The \"Big\" Router"}
- D. {"title": ""The "Big" Router""}
Answer: C
NEW QUESTION 15
Referring to the exhibit.
which two statements are correct? (Choose two.)
- A. The retrieved configuration will be from the Junos active configuration.
- B. The configuration will be retrieved in XML format.
- C. The configuration will be retrieved in JSON format.
- D. The retrieved configuration will be from the Junos candidate configuration.
Answer: C,D
NEW QUESTION 16
An Ansible playbook executes which type of module?
- A. YAML
- B. Python
- C. Puppet
- D. SaltStack
Answer: A
NEW QUESTION 17
Which Python code block is an example of an context manager?
A)
B)
C)
D)
- A. Option D
- B. Option C
- C. Option B
- D. Option A
Answer: D
NEW QUESTION 18
Which two statements about Ansible are correct? (Choose two.)
- A. Ansible modules must be written in Go.
- B. Ansible can use a single playbook to configure devices from multiple vendors.
- C. Ansible is an open source project.
- D. Ansible requires a license to unlock full functionality.
Answer: B,C
NEW QUESTION 19
As part of an application to manage network devices, you must query hundreds of network devices and return the unique set of IP prefixes by configured firewall filters. To accomplish this task you will require a mutable data type that contains unordered, unique elements.
Which Python data type will fulfill these requirements?
- A. tuples
- B. dictionaries
- C. lists
- D. sets
Answer: A
NEW QUESTION 20
Which XML feature is used to ensure that elements defined in multiple schemas would be used in the same document without conflicts?
- A. Namespaces
- B. Attributes
- C. Selectors
- D. Predicates
Answer: B
NEW QUESTION 21
Which two Junos processes handle automation on Junos devices? (Choose two.)
- A. chassid
- B. rpd
- C. jsd
- D. mgd
Answer: D
NEW QUESTION 22
Which two statements about Junos PyEZ RPC(s) are correct? (Choose two.)
- A. PyEZ RPCs can be used to view only the interface configuration
- B. PyEZ RPCs return XML data
- C. PyEZ RPCs can be used to view the active device configuration
- D. PyEZ RPCs return CSV data
Answer: A,B
NEW QUESTION 23
Which statement is correct about Infrastructure as Code (IaC)?
- A. It is an infrastructure that runs identical operating systems
- B. It is an infrastructure where devices are entirely virtualized
- C. It is an infrastructure that is used for beta code testing
- D. It is an infrastructure where devices are managed like software
Answer: D
NEW QUESTION 24
Exhibit.
Referring to the exhibit, which two statements about the script arc correct? (Choose two.)
- A. The script prints interface information for each interface name.
- B. The script prints the name of each configured interface.
- C. The script retrieves the interface configuration in XML
- D. The script retrieves the interface configuration in JSON.
Answer: B,C
NEW QUESTION 25
Exhibit.
Which command produces the output shown in the exhibit?
- A. user@router> show version I display xml
- B. user@router> show version I display json
- C. user@router# show version I display xzil
- D. user@router> show version | display xml rpc
Answer: A
NEW QUESTION 26
Which set of DevOps CAUMS values is correct?
- A. Control, Automation, Learn, Methodology, and Support
- B. Culture Automation, Lean, Measurement, and Sharing
- C. Continuous, Assimilation, Learn, Morning, and Scientific
- D. Coordinate, Acculturation. Lean, Mentoring, and Society
Answer: A
NEW QUESTION 27
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
Answer: A
NEW QUESTION 28
Exhibit.
What is the purpose of the G character shown in the exhibit?
- A. The G sign is a JSON object that holds XML elements from the Junos configuration segment.
- B. The e sign is a JSON array that holds XML elements from the Junos configuration segment.
- C. The 0 sign is a JSON array that holds Xf.1L attributes from the Junos configuration segment.
- D. The 0 sign is a JSON object that holds XML attributes from the Junos configuration segment.
Answer: C
NEW QUESTION 29
Exhibit.
Referring to the exhibit, which two statements are correct? (Choose two)
- A. The connection to the Junos device is explicitly opened and closed
- B. The connection to the Junos device is automatically opened and closed
- C. The Junos configuration database is explicitly locked and unlocked
- D. The Junos configuration database is automatically locked and unlocked.
Answer: C,D
NEW QUESTION 30
Exhibit
Referring to the exhibit, what is the output from the print(x) line?
- A. ['a', 'b', 'c']
- B. ['b', 'c', 'd']
- C. ['a', 'b']
- D. ['b', 'c']
Answer: A
NEW QUESTION 31
Exhibit.
Referring to the exhibit, which statement about the Ansible Playbook is correct?
- A. The Ansible Playbook execution will fail
- B. The Ansible Playbook will report a syntax error
- C. The Ansible Playbook will prompt for credentials
- D. The Ansible Playbook will execute successfully
Answer: C
NEW QUESTION 32
Which character is used to separate multiple parameters in a single REST API call?
- A. ?
- B. =
- C. #
- D. &
Answer: D
NEW QUESTION 33
Exhibit.
What is the function of the . // syntax in the code shown in the exhibit?
- A. to return a tree of data from the text
- B. to format the output as rich text
- C. to perform the return function
- D. to perform a recursive search at all levels
Answer: D
NEW QUESTION 34
Exhibit.
Referring to the exhibit, which two statements are correct? (Choose two )
- A. The connection to the Junos device is automatically opened and closed.
- B. The Junos configuration database is automatically locked and unlocked.
- C. The connection to the Junos device is explicitly opened and closed.
- D. The Junos configuration database is explicitly locked and unlocked.
Answer: A,B
NEW QUESTION 35
......
Latest JN0-222 Pass Guaranteed Exam Dumps with Accurate & Updated Questions: https://passguide.validtorrent.com/JN0-222-valid-exam-torrent.html