JNCIS-DevOps: Juniper Networks Certified Specialist – DevOps — Question 13
In a Python commit script, which object provides the post-inheritance candidate configuration?
Answer options
- A. Commit-Script-Input
- B. Junos_Configuration
- C. Candidate_Configuration
- D. Checkout_Configuration
Correct answer: B
Explanation
The correct answer is B, Junos_Configuration, as it holds the post-inheritance configuration used in the commit process. The other options, while relevant to the commit script, do not specifically refer to the configuration that follows inheritance.