JN0-223 Dumps

JN0-223 Braindumps JN0-223 Real Questions JN0-223 Practice Test

JN0-223 Actual Questions


Juniper


JN0-223


Automation and DevOps, Associate (JNCIA-DevOps)


https://killexams.com/pass4sure/exam-detail/JN0-223


Question: 19


Ansible playbooks are written in which format?


  1. YAML

  2. Python

  3. XML

  4. JSON


Answer: D Question: 20

Which two statements are correct about Junose PyEZ Tables and Views? (Choose two.)


  1. PyEZ Tables and Views are defined using CS

  2. The Juniper_Junos_config module enables the use of PyEZ Tables and Views.

  3. The juniper_junos_table module enables the use of PyEZ Tables and Views.

  4. PyEZ Tables and Views are defined using YAM


Answer: A,C Question: 21 Exhibit


Referring to the exhibit, what is the output from the print(x) line?


  1. [âbâ, âcâ]

  2. [âbâ, âcâ, âdâ]

  3. [âaâ, âbâ, âcâ]

  4. [âaâ, âbâ]


Answer: C Question: 22

Which type of data is contained in the key of the JSON object shown in the exhibit?


  1. string

  2. name

  3. integer

  4. interface Answer: D Question: 23

Which two statements about DevOps are correct? (Choose two.)


  1. DevOps is a methodology that allows for frequent, quick modifications

  2. DevOps is a methodology that ensures that collaboration does not occur across organizational boundaries

  3. DevOps is a methodology used to develop software or systems

  4. DevOps is a methodology that is limited to small codebase development


Answer: A,C


Explanation:


Reference: https://www.juniper.net/us/en/products-services/what-is/devnetops/


Question: 24


Exhibit.



Referring to the exhibit, which two statements are correct? (Choose two )


  1. The connection to the Junos device is explicitly opened and closed.

  2. The connection to the Junos device is automatically opened and closed.

  3. The Junos configuration database is explicitly locked and unlocked.

  4. The Junos configuration database is automatically locked and unlocked.


Answer: A,B,D

Question: 25


Which development model is the classic approach to software development?


  1. Waterfall

  2. Scrum

  3. Kanban

  4. Lean


Answer: A


Explanation: https://searchsoftwarequality.techtarget.com/definition/waterfall-model


Question: 26


What are two components of the Waterfall model of software development? (Choose two.)


  1. a large volume of code changes between releases

  2. a small volume of code changes between releases

  3. a short interval of time between releases

  4. a long interval of time between releases


Answer: A,D Question: 27 Referring to the exhibit.



which two statements are correct? (Choose two.)


  1. The retrieved configuration will be from the Junos candidate configuration.

  2. The configuration will be retrieved in JSON format.

  3. The configuration will be retrieved in XML format.

  4. The retrieved configuration will be from the Junos active configuration.


Answer: A,B Question: 28 Exhibit.


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


  1. configuration/@ junos: commit-user

  2. configuration:@ junos: commit-user

  3. configuration/junos: commit-user

  4. configuration/commit-user


Answer: B


Explanation:


Question: 29


Which two statements about Ansible are correct? (Choose two.)


  1. Ansible can use a single playbook to configure devices from multiple vendors.

  2. Ansible modules must be written in Go.

  3. Ansible is an open source project.

  4. Ansible requires a license to unlock full functionality.


Answer: A,C Question: 30

What are two examples of XPath axes? (Choose two.)


  1. grandchild

  2. sibling

  3. parent

  4. grandparent


Answer: A,B,C


Explanation: Explanation

Reference: https://www.juniper.net/documentation/en_US/junos/topics/concept/junosÂscript-automation- xpathoverview.html


Question: 31


Which Python operator tests two variables to see if they contain the same value?


  1. !=

  2. != =

C. = =

D. =


Answer: C Question: 32 Exhibit.


Referring to the exhibit, which statement is correct?


  1. The RPC execution output is saved to a file on the Ansible control machine

  2. The RPC execution output is not saved

  3. The RPC execution output is saved to a file on R1

  4. The RPC execution output is saved to memory on R1


Answer: B Question: 33

Which two programing languages would be used for on-box scripting with Junos devices? (Choose two.)

  1. Python

  2. Puppet

  3. Ansible

  4. XSLT


Answer: A,D Question: 34

Why is a REST API considered stateless?


  1. The client requests to the server do not include state information.

  2. The REST API is an international AP

  3. No client context is stored on the server between requests.

  4. The state of the server is not important when making requests.


Answer: A Question: 35

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?


  1. The Python script was not able to connect to the Juniper device

  2. The Juniper device rejects the connection

  3. The Juniper device took too long to reply to the RPC call

  4. The RPC syntax is incorrect


Answer: C