Designing Cisco Data Center Infrastructure (DCID) — Question 71
Which two automation requirements are met when Puppet is used? (Choose two.)
Answer options
- A. Enable clients to pull changes without installing an agent.
- B. Enable clients to pull changes to configuration files.
- C. Enable one-off infrastructure changes to be performed manually.
- D. Immediately push configuration updates to servers.
- E. Provide support for writing new modules in Python.
Correct answer: A, D
Explanation
The correct answers are A and D because Puppet allows clients to pull changes without requiring an agent installation and can push configuration updates immediately. Options B and C do not align with Puppet's automation focus, while E is not a core feature of Puppet as it primarily uses its own DSL for module development.