nerdexam
HashiCorp

TA-002-P · Question #331

Which of the following is not a benefit of adopting infrastructure as code?

The correct answer is D. Interpolation. While automation, versioning, and code reusability are significant benefits of adopting Infrastructure as Code, interpolation is a technical feature within IaC languages rather than a direct high-level benefit of the overall approach.

Understand infrastructure as code (IaC) concepts

Question

Which of the following is not a benefit of adopting infrastructure as code?

Options

  • AAutomation
  • BVersioning
  • CReusability of code
  • DInterpolation

How the community answered

(34 responses)
  • A
    6% (2)
  • B
    3% (1)
  • D
    91% (31)

Why each option

While automation, versioning, and code reusability are significant benefits of adopting Infrastructure as Code, interpolation is a technical feature within IaC languages rather than a direct high-level benefit of the overall approach.

AAutomation

Automation is a primary benefit of IaC, as it allows for consistent, repeatable, and rapid infrastructure provisioning without manual intervention.

BVersioning

Versioning is a critical benefit of IaC, enabling tracking of infrastructure changes, facilitating collaboration, and simplifying rollbacks through integration with version control systems.

CReusability of code

Reusability of code is a significant benefit of IaC, achieved through modularization and parameterization, which reduces redundancy and improves efficiency across different environments or projects.

DInterpolationCorrect

Interpolation is a technical feature of configuration languages within Infrastructure as Code (IaC) tools, allowing for dynamic value insertion, but it is not a direct high-level benefit of adopting IaC as a methodology itself.

Concept tested: Benefits of Infrastructure as Code

Source: https://developer.hashicorp.com/terraform/intro/what-is-iac

Topics

#IaC benefits#Infrastructure as Code#IaC concepts

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice