Click the Exhibit button.
Which command produces the output shown in the exhibit?
A. user@router> show version | display xml
B. user@router# show version | display xml
C. user@router> show version | display json
D. user@router> show version | display xml rpc
Junos PyEZ is a microframework used to operate the Junos OS using which language?
A. Puppet
B. Chef
C. Python
D. Ruby
Click the Exhibit button.
Referring to the exhibit, this snippet of code would represent which type of data?
A. JSON object
B. JSON array
C. YAML sequence
D. YAML mapping
What is a valid JSON object?
A. "hostname:vmx-1"
B. { "hostname": "vmx-1"}
C. ["vmx-1:172.25.11.1"]
D. {"vmx-1", "172.25.11.1"}
Which statement is correct about Infrastructure as Code (IaC)?
A. It is an infrastructure that runs identical operating systems
B. It is an infrastructure where devices are entirely virtualized
C. It is an infrastructure that is used for beta code testing
D. It is an infrastructure where devices are managed like software
Which two statements about Ansible are true? (Choose two.)
A. Ansible modules only execute a change if required
B. By default, Ansible core modules use NETCONF to connect to the remote host
C. By default, Ansible playbooks are executed locally
D. Ansible uses an agentless architecture
Click the Exhibit button.
>>> print(hardware_count)
{`MX960':10, `SRX300': 22, `QFX5100': 4}
Referring to the exhibit, what is the correct method to retrieve the value associated only with "MX960"?
A. hardware_count.keys()
B. hardware_count.values()
C. hardware_count[0]
D. hardware_count["MX960"]
Which two processes does Junos automation use? (Choose two.)
A. chassisd
B. jsd
C. dcd
D. mgd
Which statement about using Ansible with a Junos device is correct?
A. Ansible modules are executed on the control server
B. SFTP must be used to allow communication between the Ansible control server and the Junos device
C. An Ansible agent must be installed and running on the Junos device
D. An Ansible playbook is a set of tasks written in XML