200-901 · Question #602
What is the purpose of Infrastructure as Code?
The correct answer is D. to use development engineering practices on the infrastructure. Infrastructure as Code (IaC) is the practice of managing and provisioning infrastructure (servers, networks, storage) through machine-readable configuration files rather than manual processes. It applies software development engineering practices - such as version control…
Question
What is the purpose of Infrastructure as Code?
Options
- Ato provide the ability of independent development process
- Bto manually configure and manage infrastructure at scale
- Cto apply new practices on the development process
- Dto use development engineering practices on the infrastructure
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (30)
Explanation
Infrastructure as Code (IaC) is the practice of managing and provisioning infrastructure (servers, networks, storage) through machine-readable configuration files rather than manual processes. It applies software development engineering practices - such as version control, automated testing, code review, and CI/CD pipelines - to infrastructure management. This enables repeatability, consistency, and scalability. It does not refer to manual configuration (opposite of IaC), nor is it simply about applying 'new practices' - it specifically bridges the gap between dev and ops by treating infrastructure like code.
Topics
Community Discussion
No community discussion yet for this question.