What are two XML elements of the NETCONF Message layer? (Choose two.)
A.
B.
C.
D.
Which two statements regarding NETCONF are true? (Choose two.)
A. NETCONF is a standardized protocol and works with multiple vendors' devices
B. NETCONF operations are processed by the jsd process
C. NETCONF is a proprietary protocol and works only with Junos devices
D. NETCONF operations are processed by the mgd process
Which statement is correct about Python?
A. Python automatically deletes unused objects from memory
B. The Python interpreter is written in Java
C. Python behavior is influenced by the host OS
D. Python code must be compiled on a Junos device
What are two benefits of a DevOps approach? (Choose two.)
A. to reduce deployment anxiety
B. to reduce the number of managed objects
C. to quickly integrate software updates
D. to reduce the number of configuration releases
Which Junos process is responsible for handling automation requests involving the JET API?
A. mgd
B. dcd
C. rpd
D. jsd
YAML was designed as a superset of which format?
A. XML
B. XSD
C. Ansible D. JSON
What are two data structures in JSON? (Choose two.)
A. objects
B. array
C. string
D. number
Which statement is correct about Ansible playbooks?
A. A playbook is a collection of tasks to be performed on the host.
B. A playbook is called by multiple Python modules.
C. A playbook is a specific Python module that is executed on a host.
D. A playbook is a collection of host files?
You are asked to update a PyEZ script that will check for errors when connecting or loading configurations
on a Junos device.
Which two command statements should be added to the script to accomplish this task? (Choose two.)
A. elseif statement
B. try statement
C. else statement
D. except statement
You are automating your Junos devices using NETCONF.
Which two actions will help to accomplish this task? (Choose two.)
A. Enable the NETCONF service
B. Specify the YAML version
C. Specify the transport protocol for NETCONF
D. Enable SSH access for the root user