Juniper
JN0-224
Q1:
Which Junos API supports direct modification of the Ephemeral database?
○
A
JET○
B
WebSocket○
C
SOAP○
D
REST
Juniper
JN0-224
Q2:
You are asked to use the REST API to retrieve interface configuration information from your Junos device. You decide to use a cURL HTTP GET command to retrieve this information.
In this scenario, which statement is correct?
○
A
The request is handled by the mod process running on the Junos device.○
B
The request is handled by the isrpd process running on the Junos device.○
C
The request is handled by the rpd process running on the Junos device.○
D
The request is handled by the isd process running on the Junos device
Juniper
JN0-224
Q3:
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
Juniper
JN0-224
Q4:
What are two important aspects of the DevOps culture? (Choose two.)
☐
A
communication☐
B
separation of duties☐
C
use of specific tools☐
D
people
Juniper
JN0-224
Q5:
Which two statements about NETCONF are true? (Choose two.)
☐
A
It uses the operations layer to lock the configuration of a Junos device.☐
B
It uses the messages layer to commit the configuration of a Junos device.☐
C
It uses the messages layer to lock the configuration of a Junos device.☐
D
It uses the operations layer to commit the configuration of a Junos device.