Pass Juniper JN0-222 Exam Info and Free Practice Test
New 2021 Latest Questions JN0-222 Dumps - Use Updated Juniper Exam
Juniper JN0-222 Exam Certification Details:
| Number of Questions | 65 |
| Exam Price | $200 USD |
| Recommended Training | Introduction to Junos Platform Automation and DevOps (IJAUT) |
| Exam Name | Automation and DevOps Associate |
| Exam Code | JN0-222 JNCIA-DevOps |
| Passing Score | Pass / Fail (60-70% Approx.) |
| Sample Questions | Juniper JN0-222 Sample Questions |
| Duration | 90 minutes |
| Exam Registration | PEARSON VUE |
NEW QUESTION 51
An Ansible playbook executes which type of module?
- A. SaltStack
- B. YAML
- C. Python
- D. Puppet
Answer: B
NEW QUESTION 52
You are asked to write an automation script using Python. When you execute the script, you notice that your code sends an RpcTimeoutError error.
In this scenario, what would be the reason for this error?
- A. The Juniper device rejects the connection
- B. The Python script was not able to connect to the Juniper device
- C. The RPC syntax is incorrect
- D. The Juniper device took too long to reply to the RPC call
Answer: D
NEW QUESTION 53
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 xzil
- C. user@router> show version I display json
- D. user@router> show version | display xml rpc
Answer: A
NEW QUESTION 54
Exhibit.
Referring to the exhibit, what is the correct method to retrieve the value associated only with ''MX960''?
- A. hardware_count.keys ()
- B. hardware_count (0)
- C. hardware_count. value ()
- D. harware_count [''MX960'']
Answer: A
NEW QUESTION 55
Which Ansible Playbook play parameter will prevent the system from copying the playbook to the Junos devices?
- A. connection
- B. environment
- C. serial
- D. gather_facts
Answer: A
NEW QUESTION 56
What is an example of correct XML syntax?
- A. <Devices><hostname>vMX1</ho3tnameX/Device3>
- B. <Devices><hostname>vMX1<Devices/>
- C. <Device3><ho3tname>vMX1</hostname><Devices/>
- D. <Devices><hostname>vMX1<De vices/X/hostname>
Answer: D
NEW QUESTION 57
Exhibit.
Referring to the exhibit, this snippet of code would represent which type of data?
- A. JSON object
- B. YAML mapping
- C. YAML sequence
- D. JSON array
Answer: A
NEW QUESTION 58
Which Python operator tests two variables to see if they contain the same value?
- A. =
- B. = =
- C. != =
- D. !=
Answer: B
NEW QUESTION 59
Which two statements regarding the DevOps methodology are correct? (Choose two.)
- A. Feedback should be analyzed at each stage of the process.
- B. Communication between people should be minimized during the process as much as possible
- C. Code changes should be few and manually tested.
- D. A goal is to make development, test, and production environments as identical as possible
Answer: A,D
NEW QUESTION 60
Which character is used to separate multiple parameters in a single REST API call?
- A. #
- B. =
- C. &
- D. ?
Answer: C
NEW QUESTION 61
Exhibit.
Referring to the exhibit, where would the junos. conf file be found?
- A. a directory located on R1
- B. a directory on the device list in inventory_hostname
- C. a directory on juniper__}uno3_conf
- D. a local directory on the Ansible control machine
Answer: D
NEW QUESTION 62
What is the advantage of using the REST API?
- A. By default, the REST API retrieves data from a Junos device in CSV format
- B. The REST API is enabled by default on all Junos devices
- C. The REST API enables Junos devices to participate in other REST management system environments
- D. By default, the REST API retrieves data from a Junos device in HTML format
Answer: A
Explanation:
Reference: https://www.juniper.net/documentation/en_US/junos-space18.1/service-automation/topics/reference/general/junos-space-service-now-device-mgmt-overview.html
NEW QUESTION 63
Which two statements about Python lists are correct? (Choose two.)
- A. Lists contain a countable number of unordered values.
- B. Lists must contain only elements of the same data type.
- C. Lists contain a countable number of ordered values
- D. Lists can contain elements of multiple data types.
Answer: C,D
NEW QUESTION 64
Exhibit.
Which type of file is shown in the exhibit?
- A. Ansible playbook
- B. XML file
- C. Puppet manifest
- D. XSLT file
Answer: A
NEW QUESTION 65
Which type of data is contained in the key of the JSON object shown in the exhibit?
- A. string
- B. name
- C. interface
- D. integer
Answer: C
NEW QUESTION 66
Exhibit.
Referring to the exhibit, which two statements are correct? (Choose two )
- A. The Junos configuration database is explicitly locked and unlocked.
- B. The connection to the Junos device is explicitly opened and closed.
- C. The Junos configuration database is automatically locked and unlocked.
- D. The connection to the Junos device is automatically opened and closed.
Answer: C,D
NEW QUESTION 67
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 connection to the Junos device is explicitly 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 68
What are two examples of XPath operators? (Choose two.)
- A.
- B. AND
- C. IS
- D. @
Answer: A,D
NEW QUESTION 69
What will determine which data serialization format is used for interfacing with a system?
- A. IDE specifications
- B. programming language version
- C. the operating system
- D. the system's API
Answer: B
NEW QUESTION 70
Which code format is a valid example of an HTTPS get-interface-information method using the default port?
- A. https://172.25.11.1:3443/api/get-interface-information
- B. https://172.25.11.1/api/get-interface-information:3443
- C. https://I72.25.11.1:3443/get-interface-information
- D. https://172.25.il.!:3443/rpc/get-interface-information
Answer: D
NEW QUESTION 71
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. An Ansible playbook is a set of tasks written in XML
- C. SFTP must be used to allow communication between the Ansible control server and the Junos device
- D. Ansible modules are executed on the control server
Answer: A
NEW QUESTION 72
What are two popular methods of data serialization? (Choose two.)
- A. YAML
- B. JSON
- C. Python
- D. SLAX
Answer: A,C
NEW QUESTION 73
Exhibit.
Which type of data maps to the position key shown in the exhibit?
- A. Boolean
- B. string
- C. position
- D. integer
Answer: C
NEW QUESTION 74
What are three elements of Infrastructure as Code (IaC)? (Choose three.)
- A. code review
- B. integration
- C. flow
- D. version control
- E. feedback
Answer: B,C,D
NEW QUESTION 75
Which statement is correct about YAML?
- A. YAML files must start
- B. YAML strings must have quotation marks.
- C. YAML is not case-sensitive.
- D. YAML uses spaces for indentation
Answer: D
NEW QUESTION 76
......
Latest JN0-222 Exam Dumps Juniper Exam: https://www.passreview.com/JN0-222_exam-braindumps.html
Pass Juniper JN0-222 PDF Dumps Recently Updated 100 Questions: https://drive.google.com/open?id=11D_a_FTSaE419_Fjqso_blIMFR73xLNm