nerdexam
Cisco

300-910 · Question #111

What is a benefit of infrastructure as code?

The correct answer is B. documentation and risk minimization. Infrastructure as Code treats infrastructure configuration as versioned, reviewable code, which inherently produces documentation and reduces deployment risk through repeatability and consistency.

Infrastructure as Code

Question

What is a benefit of infrastructure as code?

Options

  • Ascripting and language features
  • Bdocumentation and risk minimization
  • Cdebugging and troubleshooting
  • Dperformance and scalability

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    88% (28)
  • C
    3% (1)
  • D
    6% (2)

Why each option

Infrastructure as Code treats infrastructure configuration as versioned, reviewable code, which inherently produces documentation and reduces deployment risk through repeatability and consistency.

Ascripting and language features

Scripting and language features are mechanisms used to implement IaC, not a primary organizational benefit that IaC delivers.

Bdocumentation and risk minimizationCorrect

IaC templates serve as living documentation of the infrastructure state, and by enforcing consistent, repeatable deployments through version-controlled code, they minimize the risk of human error and configuration drift compared to manual provisioning processes.

Cdebugging and troubleshooting

Debugging and troubleshooting capabilities are general software engineering practices applicable to any system, not a distinctive benefit uniquely conferred by the IaC approach.

Dperformance and scalability

Performance and scalability are attributes of the underlying infrastructure or application design, not benefits uniquely delivered by adopting IaC.

Concept tested: Infrastructure as Code core organizational benefits

Source: https://developer.hashicorp.com/terraform/intro

Topics

#Infrastructure as Code#Automation Benefits#Configuration Management#Risk Mitigation

Community Discussion

No community discussion yet for this question.

Full 300-910 Practice