nerdexam
HashiCorpHashiCorp

TA-002-P · Question #331

TA-002-P Question #331: Real Exam Question with Answer & Explanation

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

Explanation

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.

Common mistakes.

  • A. Automation is a primary benefit of IaC, as it allows for consistent, repeatable, and rapid infrastructure provisioning without manual intervention.
  • B. Versioning is a critical benefit of IaC, enabling tracking of infrastructure changes, facilitating collaboration, and simplifying rollbacks through integration with version control systems.
  • C. 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.

Concept tested. Benefits of Infrastructure as Code

Reference. 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 PracticeBrowse All TA-002-P Questions