200-901 · Question #334
Which two situations align with infrastructure as code principles? (Choose two.)
The correct answer is D. easily reproducible systems E. repeatable processes. Infrastructure as Code (IaC) is the practice of managing and provisioning infrastructure through machine-readable definition files rather than manual processes. Its core principles include: Easily reproducible systems (D) - infrastructure can be rebuilt identically from code at a
Question
Which two situations align with infrastructure as code principles? (Choose two.)
Options
- Anonreplicable snowflake servers
- Brelease versions to specific hardware
- Cmaximized configuration drift
- Deasily reproducible systems
- Erepeatable processes
How the community answered
(29 responses)- A3% (1)
- B3% (1)
- D93% (27)
Explanation
Infrastructure as Code (IaC) is the practice of managing and provisioning infrastructure through machine-readable definition files rather than manual processes. Its core principles include: Easily reproducible systems (D) - infrastructure can be rebuilt identically from code at any time; and Repeatable processes (E) - the same automated process produces the same result every time. Snowflake servers (A) are unique, manually configured servers that cannot be reproduced - the opposite of IaC. Configuration drift (C) - where systems diverge from their desired state - is a problem that IaC solves, not promotes. Releasing to specific hardware (B) ties infrastructure to physical machines, contradicting IaC's hardware-agnostic, abstracted approach.
Topics
Community Discussion
No community discussion yet for this question.