Cloud, Specialist (JNCIS-Cloud)
Cloud Professional (JNCIP-Cloud)
Security-Associate (JNCIA-SEC)
Automation and DevOps Specialist (JNCIS-DevOps)
Data Center, Associate (JNCIA-DC)
Service Provider Routing and Switching, Specialist (JNCIS-SP)
Data Center Specialist (JNCIS-DC)
Enterprise Routing and Switching Professional (JNCIP-ENT)
Mist AI - Specialist (JNCIS-MistAI)
Security, Professional (JNCIP-SEC)
Exhibit.
Referring to the exhibit, which two statements are correct? (Choose two.)
The module in the first task is maintained by Juniper.
The module in the first task in maintained by Ansible.
The Ansible play in the exhibit modifies and outputs the device hostname.
The Ansible play in the exhibit outputs but does not modify the device hostname.
Referring to the exhibit.
which two statements are correct? (Choose two.)
The retrieved configuration will be from the Junos candidate configuration.
The configuration will be retrieved in JSON format.
The configuration will be retrieved in XML format.
The retrieved configuration will be from the Junos active configuration.
Which code block shows valid YAML syntax?
Switches :
- s1
- s2
Switches: .{s1, s2}
Switches: ["s1", ''s2"]
Switches
s1
s2