nerdexam
Cisco

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

Infrastructure and Automation

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)
  • A
    3% (1)
  • B
    3% (1)
  • D
    93% (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

#Infrastructure as Code (IaC)#Automation principles#System reproducibility#Repeatable processes

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice