QuestionQ1
Junos Automation Stack and DevOps ConceptsWhich two automation tools make use of YAML?
- A JSNAPy
- B PyEZ
- C Junos REST API
- D Junos REST API Explorer
QuestionQ2
Data SerializationWhich three formats are designed for data serialization?
- A Ruby
- B JSON
- C YAML
- D Python
- E XML
Community Discussion
QuestionQ3
Data SerializationWhich two of the following statements about JSON are true?
- A Curly braces are used to create arrays.
- B Square brackets are used to create arrays.
- C Curly braces are used to create nested objects.
- D Square brackets are used to create nested objects.
Community Discussion
QuestionQ4
Python/PyEZWhat is the purpose of the #!/usr/bin/python3 line placed at the top of a Python program?
- A It provides the location of the Python interpreter.
- B It provides the location of a data file used by the script.
- C It provides the location of the Python script.
- D It provides the location of third-party packages.
Community Discussion
QuestionQ5
NETCONF/XML APIWhich protocol serves as the underlying protocol used by Junos PyEZ for establishing connections to devices?
- A JET
- B Junos REST API
- C XML API
- D NETCONF
Community Discussion