Juniper JN0-223 Practice Exams
Last updated on Apr 09,2025- Exam Code: JN0-223
- Exam Name: Automation and DevOps, Associate (JNCIA-DevOps)
- Certification Provider: Juniper
- Latest update: Apr 09,2025
Which two statements about Junos automation are correct? (Choose two.)
- A . The Junos REST API client is on-box.
- B . Junos automation does not allow for device provisioning throuqh the console port.
- C . Junos automation allows for device provisioning through the console port.
- D . The Junos REST API client is off-box.
YAML uses which two data structures? (Choose two.)
- A . arrays
- B . mappings
- C . sequences
- D . objects
What is the difference between a list and a tuple in Python?
- A . Lists are immutable objects that use square brackets, and tuples are mutable objects that use parentheses.
- B . Lists are mutable objects that use square brackets, and tuples are immutable objects that use parentheses.
- C . Lists are immutable objects that use parentheses, and tuples are immutable objects that use square brackets.
- D . Lists are mutable objects that use parentheses, and tuples are immutable objects that use square brackets.
Junos supports which two APIs for on-box scripting? (Choose two.)
- A . JET
- B . Puppet
- C . XML
- D . Chef
You want to use a Python package or module.
In this scenario, which statement would accomplish this task?
- A . reap
- B . dir
- C . input
- D . Import
Using the set rest control configuration command, what are two ways to control access to the REST API running on a Junos device? (Choose two.)
- A . Limit management access to only SSH
- B . Limit management access to specific users.
- C . Limit the number of simultaneous connections.
- D . Limit access to only certain source IP addresses
What is the correct Python script syntax to prompt for input?
- A . hostIP = input("Device IP address: ")
- B . hostIP = input{Device IP address: }
- C . hostIP = input"Device IP address: "
- D . input("Device IP address: ") = hostIP
Which two statements are valid regarding Junos automation? (Choose two.)
- A . The jsd process handles XML API calls.
- B . The mgd process handles JET API requests.
- C . The jsd process handles JET API requests.
- D . The mod process handles XML API calls.
A REST API client uses which two HTTP methods to execute RPC requests on the server? (Choose two.)
- A . POST
- B . HEAD
- C . GET
- D . CONNECT
Which two statements are correct about using the Junos REST API? (Choose two.)
- A . It supports data In CSV format.
- B . It must use SSH for a connection.
- C . NETCONF is not supported.
- D . It is a simple configuration.