Juniper JN0-223 Practice Test - Questions Answers, Page 5
List of questions
Related questions
Which two programming languages have a NETCONF library supported by Juniper Networks? (Choose two.)
A.
Ruby
B.
Python
C.
Go
D.
SLAX
Which two statements are correct about a Python list data type? (Choose two.)
A.
The data contained in a list data type can be modified.
B.
The data contained in a list data type is sequenced and indexed starting from 0.
C.
The data contained in a list data type cannot be modified.
D.
The data contained in a list data type is not sequenced or indexed.
Which two statements are correct about the Junos REST API Explorer? (Choose two.)
A.
The REST API Explorer is enabled by default on all Junos devices.
B.
The REST API Explorer returns data only in XML format.
C.
The REST API Explorer supports both GET and POST calls.
D.
The REST API Explorer supports multiple RPC calls.
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.
Which two data structures are used in JSON? (Choose two.)
A.
tuples
B.
objects
C.
arrays
D.
dictionaries
Which Python operator is used to test if two variables are equal?
A.
!=
B.
==
C.
%
D.
=
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 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
Question