Juniper JN0-223 Practice Exams
Last updated on Apr 01,2025- Exam Code: JN0-223
- Exam Name: Automation and DevOps, Associate (JNCIA-DevOps)
- Certification Provider: Juniper
- Latest update: Apr 01,2025
You are asked to develop an on-box Junos script that prevents deletion of the SNMP configuration.
Which type of script serves this purpose?
- A . commit script
- B . event script
- C . op script
- D . SNMP script
Which two processes are used by Junos automation? (Choose two.)
- A . mod
- B . jsd
- C . ifd
- D . kmd
Which statement is correct about DevOps?
- A . DevOps is a collection of strict guidelines that promotes the project completion over all other aspects.
- B . DevOps is meant to define and restrict the development and operations tools used for a project.
- C . DevOps is meant to unite the development, operations, and other teams to improve project collaborations.
- D . DevOps is a defined standard written and maintained by the IEEE standards group.
Which DevOps "Three way" principle addresses technical debt?
- A . feedback
- B . flow
- C . continuous experimentation and learning
- D . continuous experimentation
Which two statements about the REST API are correct? (Choose two.)
- A . The TCP session state is maintained by the server.
- B . The REST API application is stateless.
- C . The TCP session state is maintained by the client
- D . The REST API application is stateful.
Which Junos API supports direct modification of the Ephemeral database?
- A . JET
- B . WebSocket
- C . SOAP
- D . REST
Which data construct is used to guarantee that element names and data values remain unique in an XML document?
- A . element
- B . schema definition
- C . namespace
- D . dictionary
Which two statements about NETCONF layers are correct? (Choose two.)
- A . NETCONF layers use the messages layer to receive RPCs from a remote NETCONF server.
- B . NETCONF layers use the messages layer to send RPCs to a remote NETCONF server.
- C . NETCONF layers use the operations layer to receive RPCs from a remote NETCONF server.
- D . NETCONF layers use the operations layer to send RPCs to a remote NETCONF server.
Which two tools would you use to make REST API requests? (Choose two.)
- A . cURL
- B . NETCOfJF
- C . Web browser
- D . SSH
Given the following Python script:
a = [1,2,3,4,5,6,7,8,9]
print(a[0])
What is the output of this print command?
- A . 1
- B . 2
- C . 7
- D . 9