Latest [Oct 29, 2021] JN0-222 Exam Dumps - Valid and Updated Dumps
Free Sales Ending Soon - 100% Valid JN0-222 Exam Dumps with 100 Questions
Juniper JN0-222 Exam Topics:
| Section | Objectives |
|---|---|
| Python/PyEZ | Identify Python or PyEZ tools for automating Junos
|
| XML/NETCONF | Identify concepts and general functionality of XML, the XML API, XPath, or NETCONF
|
| Junos Automation Stack and DevOps Concepts | Identify concepts and general features of Junos automation or DevOps
|
| Data Serialization | Identify the concepts, benefits, or operation of data serialization
|
| Rest API | Identify the concepts, benefits, or operation of the Junos REST API
|
Juniper JN0-222 Exam Certification Details:
| Exam Name | Automation and DevOps Associate |
| Recommended Training | Introduction to Junos Platform Automation and DevOps (IJAUT) |
| Sample Questions | Juniper JN0-222 Sample Questions |
| Exam Code | JN0-222 JNCIA-DevOps |
| Exam Registration | PEARSON VUE |
| Duration | 90 minutes |
| Exam Price | $200 USD |
| Passing Score | Pass / Fail (60-70% Approx.) |
| Number of Questions | 65 |
NEW QUESTION 58
Prior to creating a Junos automation script, you want to understand the output format of a new isolated RPC calls to use in the script.
What is the provided on Junos devices to help accomplish this task?
- A. NETCONF
- B. PyEZ
- C. REST API Explorer
- D. RPC on Demand
Answer: C
NEW QUESTION 59
Ansible playbooks are written in which format?
- A. YAML
- B. JSON
- C. Python
- D. XML
Answer: B
NEW QUESTION 60
You need an Ansible Playbook to log in to multiple devices with different login credentials. For compliance purposes, you are not allowed to prompt the user for the credentials or allow the credentials be stored in planted on the control machine for each device.
Which two actions will fulfill this task? (Choose two.)
- A. Define the credentials in a vaulted file.
- B. Define the credentials as variables in the host's file
- C. Define the credentials as variables in the playbook.
- D. Define the generated SSH keys to use in the playbook on the devices.
Answer: A,D
NEW QUESTION 61
Exhibit.
In the XML output shown in the exhibit. what is the full XPath for the IP address of the interface?
A)
B)
C)
D)
- A. Option D
- B. Option B
- C. Option A
- D. Option C
Answer: A
NEW QUESTION 62
Which development model is the classic approach to software development?
- A. Waterfall
- B. Lean
- C. Kanban
- D. Scrum
Answer: A
Explanation:
Reference: https://searchsoftwarequality.techtarget.com/definition/waterfall-model
NEW QUESTION 63
Exhibit.
Which type of data maps to the position key shown in the exhibit?
- A. string
- B. integer
- C. position
- D. Boolean
Answer: C
NEW QUESTION 64
Which Junos system process handles NETCONF automation commands?
- A. eventd
- B. snmpd
- C. mgd
- D. jsd
Answer: A,C
NEW QUESTION 65
Which statement about using Ansible with a Junos device is correct?
- A. SFTP must be used to allow communication between the Ansible control server and the Junos device
- B. Ansible modules are executed on the control server
- C. An Ansible agent must be installed and running on the Junos device
- D. An Ansible playbook is a set of tasks written in XML
Answer: C
NEW QUESTION 66
Which character is used to show the start of parameters in a REST API call?
- A. =
- B. #
- C. &
- D. ?
Answer: C
NEW QUESTION 67
Exhibit.
Referring to the exhibit, where would the junos. conf file be found?
- A. a directory on juniper__}uno3_conf
- B. a local directory on the Ansible control machine
- C. a directory on the device list in inventory_hostname
- D. a directory located on R1
Answer: B
NEW QUESTION 68
Which two statements about Python lists are correct? (Choose two.)
- A. Lists can contain elements of multiple data types.
- B. Lists contain a countable number of ordered values
- C. Lists must contain only elements of the same data type.
- D. Lists contain a countable number of unordered values.
Answer: A,B
NEW QUESTION 69
Exhibit
Referring to the exhibit, what is the output from the print(x) line?
- A. ['b', 'c']
- B. ['b', 'c', 'd']
- C. ['a', 'b']
- D. ['a', 'b', 'c']
Answer: D
NEW QUESTION 70
Which statement is correct about the Junos XML API?
- A. The API is only executed when a configuration is committed
- B. The API uses HTTPS for securing off-box automation.
- C. The API only works for on-box automation tools.
- D. The API uses NETCONF for off-box automation.
Answer: D
NEW QUESTION 71
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 72
Which type of data is contained in the key of the JSON object shown in the exhibit?
- A. string
- B. interface
- C. integer
- D. name
Answer: B
NEW QUESTION 73
Exhibit.
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?
- A. Configure an IPv4 address on ge-0/0/0 0.
- B. Configure a secondary IPv6 address on ge-0/0/0.0.
- C. Configure the rest service to be active on port 80.
- D. Configure a firewall filter to explicitly permit SSH.
Answer: B
NEW QUESTION 74
What are two components of the Waterfall model of software development? (Choose two.)
- A. a small volume of code changes between releases
- B. a large volume of code changes between releases
- C. a long interval of time between releases
- D. a short interval of time between releases
Answer: B,C
NEW QUESTION 75
Which character is used to separate multiple parameters in a single REST API call?
- A. =
- B. #
- C. &
- D. ?
Answer: C
NEW QUESTION 76
Which Ansible Playbook play parameter will prevent the system from copying the playbook to the Junos devices?
- A. environment
- B. gather_facts
- C. serial
- D. connection
Answer: D
NEW QUESTION 77
Exhibit.
Referring to the exhibit, which statement is correct?
- A. The RPC execution output is saved to a file on the Ansible control machine
- 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 not saved
Answer: D
NEW QUESTION 78
Which XML shorthand notation is used when no data exists between tags?
- A. <data+>
- B. <data*>
- C. <data>
- D. </data/>
Answer: B
NEW QUESTION 79
Which two statements about Junos PyEZ RPC(s) are correct? (Choose two.)
- A. PyEZ RPCs return CSV data
- B. PyEZ RPCs return XML data
- C. PyEZ RPCs can be used to view the active device configuration
- D. PyEZ RPCs can be used to view only the interface configuration
Answer: B,D
NEW QUESTION 80
......
JN0-222 Exam Dumps - 100% Marks In JN0-222 Exam: https://www.troytecdumps.com/JN0-222-troytec-exam-dumps.html
Verified JN0-222 Exam Questions Certain Success: https://drive.google.com/open?id=1CZlLCZ0eOHLewFuqALZjSf2fbMJqK41x