Which Ansible module would be used to obtain basic information about a Junos device?
Answer : A
Which two Junos processes handle automation on Junos devices? (Choose two.)
Answer : A
Which two Python packages use NETCONF to interact with Junos devices? (Choose two.)
Answer : B, C
What will determine which data serialization format is used for interfacing with a system?
Answer : A
What is the advantage of using the REST API?
Answer : A
since REST API Retrieve configuration information in XML, ASCII (plain text), or JSON, it retrieve operational data in XML, ASCII, or JSON. And you need to set the service to enable the rest API. Guide : https://www.juniper.net/documentation/us/en/software/junos/rest-api/topics/concept/rest-api-overview.html
Ansible playbooks are written in which format?
Answer : A
Ansible Playbooks are written in YAML
Which API does the Junos CLI use to modify the configuration database?
Answer : A