Designing Cisco Data Center Infrastructure (DCID) — Question 44
Which two automation requirements can be met by using Puppet? (Choose two.)
Answer options
- A. Push configuration updates immediately to servers.
- B. Enable clients to pull changes to configuration files.
- C. Enable clients to pull changes without installing an agent.
- D. Provide support for writing new modules in Python.
- E. Enable one-off infrastructure changes to be performed manually.
Correct answer: A, B
Explanation
The correct answers, A and B, reflect Puppet's functionality where it can either push updates directly to servers or allow clients to pull configuration changes as needed. Options C, D, and E are incorrect because Puppet requires agents for pulling changes, does not natively support writing modules in Python, and is designed for automation rather than manual changes.