
Answer-first summary for fast verification
Answer: Creating a centralized repository for storing and versioning infrastructure code.
Creating a centralized repository for storing and versioning infrastructure code is correct. It enables efficient team collaboration, maintains a single source of truth, and tracks changes over time, aligning with infrastructure as code and immutable architecture practices. Manual updates and monolithic modules are discouraged due to their inconsistency and inflexibility. Direct modifications to production by developers are risky and should be avoided in favor of automated deployment pipelines.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a DevOps Engineer, you're responsible for managing your company's infrastructure as code and adopting an immutable architecture approach. What is the key focus area to ensure the system's robustness and reliability?
A
Frequently updating server configurations manually to ensure consistency across instances.
B
Implementing a single, monolithic infrastructure module for ease of deployment.
C
Creating a centralized repository for storing and versioning infrastructure code.
D
Allowing developers to directly modify production infrastructure.
No comments yet.