Exam Code : JN0-223
Exam Name : Automation and DevOps, Associate (JNCIA-DevOps)
Vendor Name :
"Juniper"
JN0-223 Dumps
JN0-223 Braindumps JN0-223 Real Questions JN0-223 Practice Test
JN0-223 Actual Questions
Automation and DevOps, Associate (JNCIA-DevOps)
https://killexams.com/pass4sure/exam-detail/JN0-223
Ansible playbooks are written in which format?
YAML
Python
XML
JSON
Which two statements are correct about Junose PyEZ Tables and Views? (Choose two.)
PyEZ Tables and Views are defined using CS
The Juniper_Junos_config module enables the use of PyEZ Tables and Views.
The juniper_junos_table module enables the use of PyEZ Tables and Views.
PyEZ Tables and Views are defined using YAM
Referring to the exhibit, what is the output from the print(x) line?
[âbâ, âcâ]
[âbâ, âcâ, âdâ]
[âaâ, âbâ, âcâ]
[âaâ, âbâ]
Which type of data is contained in the key of the JSON object shown in the exhibit?
string
name
integer
interface
Answer: D
Question: 23
Which two statements about DevOps are correct? (Choose two.)
DevOps is a methodology that allows for frequent, quick modifications
DevOps is a methodology that ensures that collaboration does not occur across organizational boundaries
DevOps is a methodology used to develop software or systems
DevOps is a methodology that is limited to small codebase development
Explanation:
Reference: https://www.juniper.net/us/en/products-services/what-is/devnetops/
Exhibit.
Referring to the exhibit, which two statements are correct? (Choose two )
The connection to the Junos device is explicitly opened and closed.
The connection to the Junos device is automatically opened and closed.
The Junos configuration database is explicitly locked and unlocked.
The Junos configuration database is automatically locked and unlocked.
Which development model is the classic approach to software development?
Waterfall
Scrum
Kanban
Lean
Explanation: https://searchsoftwarequality.techtarget.com/definition/waterfall-model
What are two components of the Waterfall model of software development? (Choose two.)
a large volume of code changes between releases
a small volume of code changes between releases
a short interval of time between releases
a long interval of time between releases
which two statements are correct? (Choose two.)
The retrieved configuration will be from the Junos candidate configuration.
The configuration will be retrieved in JSON format.
The configuration will be retrieved in XML format.
The retrieved configuration will be from the Junos active configuration.
Referring to the exhibit, which XPath statement would retrieve the commit-user attribute in the candidate configuration?
configuration/@ junos: commit-user
configuration:@ junos: commit-user
configuration/junos: commit-user
configuration/commit-user
Explanation:
Which two statements about Ansible are correct? (Choose two.)
Ansible can use a single playbook to configure devices from multiple vendors.
Ansible modules must be written in Go.
Ansible is an open source project.
Ansible requires a license to unlock full functionality.
What are two examples of XPath axes? (Choose two.)
grandchild
sibling
parent
grandparent
Explanation: Explanation
Reference: https://www.juniper.net/documentation/en_US/junos/topics/concept/junosÂscript-automation- xpathoverview.html
Which Python operator tests two variables to see if they contain the same value?
!=
!= =
C. = =
D. =
Referring to the exhibit, which statement is correct?
The RPC execution output is saved to a file on the Ansible control machine
The RPC execution output is not saved
The RPC execution output is saved to a file on R1
The RPC execution output is saved to memory on R1
Which two programing languages would be used for on-box scripting with Junos devices? (Choose two.)
Python
Puppet
Ansible
XSLT
Why is a REST API considered stateless?
The client requests to the server do not include state information.
The REST API is an international AP
No client context is stored on the server between requests.
The state of the server is not important when making requests.
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?
The Python script was not able to connect to the Juniper device
The Juniper device rejects the connection
The Juniper device took too long to reply to the RPC call
The RPC syntax is incorrect