Verified JN0-222 exam dumps Q&As with Correct 100 Questions and Answers [Q45-Q62]

Share

Verified JN0-222 exam dumps Q&As with Correct 100 Questions and Answers

Juniper JN0-222 Test Engine PDF - All Free Dumps from Prep4pass


Juniper JN0-222 Exam Topics:

SectionObjectives
Python/PyEZ

Identify Python or PyEZ tools for automating Junos

  • Syntax and concepts
  • REST
  • JSNAPy
  • Jinja2
  • RPCs
  • PyEZ exception handling
  • Device status and configuration handling
Rest API

Identify the concepts, benefits, or operation of the Junos REST API

  • Configuring the Junos REST API
  • Using the REST API Explorer
  • Using curl to access the REST API
Data Serialization

Identify the concepts, benefits, or operation of data serialization

  • YAML
  • JSON
XML/NETCONF

Identify concepts and general functionality of XML, the XML API, XPath, or NETCONF

  • XML concepts and syntax
  • XPath concepts and syntax
  • NETCONF concepts
  • XML API concepts and syntax
Junos Automation Stack and DevOps Concepts

Identify concepts and general features of Junos automation or DevOps

  • Automation tools
  • Automation frameworks
  • Automation APIs
  • DevOps culture, practices, and tools

 

NEW QUESTION 45
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 46
You are asked to develop a PyEZ application that will connect to multiple Junos devices using the XML API and perform an asset inventory.
Which standards-based protocol should you use to perform this

  • A. NETCONF
  • B. THRIFT
  • C. gRPC
  • D. MQTT

Answer: A

 

NEW QUESTION 47
Exhibit.

You are making alternations to an existing script to retrieve the encrypted root password from the Junos device shown in the exhibit. You decide to add this request to the script after the script has navigated to the configuration/system hierarchy.
In this scenario, which XPath reference should be used to accomplish this task

  • A. root-authentication/encrypted-password
  • B. host-name/root-authentication/encrypted-password
  • C. configuration/version/system/host-name/root-authentication/encrypted-password
  • D. encrypted-password

Answer: C

 

NEW QUESTION 48
According to the Manifesto for Agile Software Development, what is the highest priority?

  • A. customer satisfaction obtained through continuous delivery of valuable software
  • B. continuous attention to technical excellence and good design enhances quality
  • C. a well-documented statement of work created before the development cycle begins
  • D. on-time software releases based on a quarterly or semi-annual time frame

Answer: A

 

NEW QUESTION 49
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 50
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?

  • A. ansible-playbook myPlays -limit myRouters
  • B. ansible-playbook myPlays --check -i myRouters.ini
  • C. ansible-playbook myPlays -extra-vars "dry run=True" myRouters.ini
  • D. ansible-playbook myPlays -extra-vars "inventory_file=myRouters .ini"

Answer: D

 

NEW QUESTION 51
Referring to the exhibit.

which two statements are correct? (Choose two.)

  • A. The configuration will be retrieved in JSON format.
  • B. The configuration will be retrieved in XML format.
  • C. The retrieved configuration will be from the Junos active configuration.
  • D. The retrieved configuration will be from the Junos candidate configuration.

Answer: A,D

 

NEW QUESTION 52
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 53
Which character is used to separate multiple parameters in a single REST API call?

  • A. #
  • B. =
  • C. &
  • D. ?

Answer: C

 

NEW QUESTION 54
Exhibit.

Referring to the exhibit, which XPath statement would retrieve the commit-user attribute in the candidate configuration?

  • A. configuration/commit-user
  • B. configuration:@ junos: commit-user
  • C. configuration/@ junos: commit-user
  • D. configuration/junos: commit-user

Answer: B

 

NEW QUESTION 55
Which two processes does Junos automation use? (Choose two.)

  • A. mgd
  • B. dcd
  • C. jsd
  • D. chassisd

Answer: A,C

 

NEW QUESTION 56
While conducting an automation test, you must issue a command using the curl tool to request the text formatted output from the show interfaces ge-0/0/0 terse command.D18912E1457D5D1DDCBD40AB3BF70D5D In this scenario, which command would you use?

  • A. curl -u "lab:lab123" "http://10.210.10.155:3000/rpc/get-interfaceinformation@format=text?interface-name=ge-0/0/0&terse="
  • B. curl -u "lab:lab123" "http://10.210.10.155:3000/rpc/get-interfaceinformation@format=text&interface-name=ge-0/0/0?terse="
  • C. curl -u "lab:lab123" "http://10.210.10.155:3000/rpc/get-interfaceinformation@interface-name=ge-0/0/0?terse="
  • D. curl -u "lab:lab123" "http://10.210.10.155:3000/rpc/get-interfaceinformation&format=text&interface-name=ge-0/0/0&terse="

Answer: C

 

NEW QUESTION 57
Which two statements about the Junos PyEZ configuration module are correct? (Choose two )

  • A. PyEZ does not support performing an exclusive lock on the configuration database.
  • B. The configuration module does not support loading a rescue configuration
  • C. The lock() method can be used to lock the configuration database.
  • D. The configuration module supports loading a rescue configuration

Answer: C,D

 

NEW QUESTION 58
Which Ansible module would be used to obtain basic information about a Junos device?

  • A. juniper_junos_info
  • B. juniper_junos_config
  • C. juniper_junos_facts
  • D. juniper_junos_rpc

Answer: C

 

NEW QUESTION 59
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 60
Ansible playbooks are written in which format?

  • A. YAML
  • B. Python
  • C. XML
  • D. JSON

Answer: D

 

NEW QUESTION 61
Exhibit.

Referring to the exhibit, which statement about the Ansible host file is correct?

  • A. Only router3 is included in the routers group
  • B. router1 and router2 are included in the routers group.
  • C. router1 and router2 are excluded from the routers group.
  • D. All routers are part of the routers group.

Answer: B

 

NEW QUESTION 62
......


Juniper JN0-222 Exam Certification Details:

Recommended TrainingIntroduction to Junos Platform Automation and DevOps (IJAUT)
Passing ScorePass / Fail (60-70% Approx.)
Number of Questions65
Exam NameAutomation and DevOps Associate
Exam RegistrationPEARSON VUE
Duration90 minutes
Exam Price$200 USD
Sample QuestionsJuniper JN0-222 Sample Questions
Exam CodeJN0-222 JNCIA-DevOps

 

100% Passing Guarantee - Brilliant JN0-222 Exam Questions PDF: https://www.prep4pass.com/JN0-222_exam-braindumps.html

Get New JN0-222 Certification – Valid Exam Dumps Questions: https://drive.google.com/open?id=1uiH_OhTCOp5Tr3DQ_4R1R0mUSLZmX7Vo