Click the exhibit button.

Which type of file is shown in the exhibit?
A. Puppet manifest
B. XML file
C. Ansible playbook
D. XSLT file
Junos PyEZ is a microframework used to operate the Junos OS using which language?
A. Puppet
B. Chef
C. Python
D. Ruby
Which two statements are correct about Junos PyEZ Tables and Views? (Choose two.)
A. PyEZ Tables and Views are defined using YAML
B. The juniper_junos_config module enables the use of PyEZ Tables and Views
C. PyEZ Tables and Views are defined using CSV
D. The juniper_junos_table module enables the use of PyEZ Tables and Views
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.
{ "interface": "ge-0/0/1.0" }
Which type of data is contained in the key of the JSON object shown in the exhibit?
A. string
B. name
C. integer
D. interface
Which Ansible module would be used to obtain basic information about a Junos device?
A. juniper_junos_facts
B. juniper_junos_info
C. juniper_junos_rpc
D. juniper_junos_config
Which API does the Junos CLI use to modify the configuration database?
A. REST API
B. XML API
C. JET API
D. RPC API
Click the Exhibit button.

Referring to the exhibit, which two statements about the script are correct? (Choose two.)
A. The script prints interface information for each interface name
B. The script prints the name of each configured interface
C. The script retrieves the interface configuration in JSON
D. The script retrieves the interface configuration in XML
Which HTTP status code indicates a response to a successful request?
A. 302
B. 400
C. 500
D. 200
Click the Exhibit button.

Referring to the exhibit, which XML XPath expression will only show the IP address XML elements?
A. //address/name
B. //name
C. /name
D. /address/name