Click the Exhibit button.

Referring to the exhibit, which two statements are correct? (Choose two.)
Click the Exhibit button.
Referring to the exhibit, which two statements are correct? (Choose two.)
The retrieved configuration will be from the Junos active configuration because the parameter 'retrieve' is set to 'committed', which refers to the active configuration. The configuration will be retrieved in XML format by default unless another format is specified, and no specific format has been set in this script.
Correct answer will be: AC active configuration = current committed configuration of a device. Thus, it cant be a candidate configuration.
Answer A & B. output will be in JSON retrieve: 'committed' -> active configuration
Correction - not AC, but AB
B) retrieve: 'committed' -> active configuration D) i have doubt https://www.juniper.net/documentation/us/en/software/junos-ansible/ansible/topics/topic-map/junos-ansible-configuration-retrieving.html By default, the module returns configuration data as formatted text, which uses newlines, tabs and other white space, braces, and square brackets to indicate the hierarchical relationships between the statements. To specify the format in which to return the configuration data, set the format parameter equal to the desired format. To explicitly request text format, or to request Junos XML elements, Junos OS set commands, or JSON format, set the format value to 'text', 'xml', 'set', or 'json', respectively.
By default, the module returns configuration data as formatted text, which uses newlines, tabs and other white space, braces, and square brackets to indicate the hierarchical relationships between the statements. https://www.juniper.net/documentation/en_US/junos-ansible/topics/topic-map/junos-ansible-configuration-retrieving.html text is not in the answer. the next candidate is XML, in pyez default is xml, for json, {'format': 'json'} is used.
Output json from active config.