nerdexam
HashiCorp

TA-002-P · Question #233

From the answers below, select the advantages of using Infrastructure as Code.

The correct answer is B. Safely test modifications using a "dry run" before applying any actual changes. C. Easily integrate with application workflows (GitLab Actions, Azure DevOps, CI/CD tools). D. Easily change and update existing infrastructure. E. Provide reusable modules for easy sharing and collaboration.. Option A is incorrect - IaC manages infrastructure provisioning, not customer-facing application development. The valid advantages are: B) 'terraform plan' acts as a dry run showing changes before they are applied; C) IaC files integrate naturally into CI/CD pipelines and DevOps

Understand infrastructure as code (IaC) concepts

Question

From the answers below, select the advantages of using Infrastructure as Code.

Options

  • AProvide a codified workflow to develop customer-facing applications.
  • BSafely test modifications using a "dry run" before applying any actual changes.
  • CEasily integrate with application workflows (GitLab Actions, Azure DevOps, CI/CD tools).
  • DEasily change and update existing infrastructure.
  • EProvide reusable modules for easy sharing and collaboration.

How the community answered

(64 responses)
  • A
    13% (8)
  • B
    88% (56)

Explanation

Option A is incorrect - IaC manages infrastructure provisioning, not customer-facing application development. The valid advantages are: B) 'terraform plan' acts as a dry run showing changes before they are applied; C) IaC files integrate naturally into CI/CD pipelines and DevOps workflows; D) existing infrastructure can be updated by modifying code and re-applying; E) reusable modules allow teams to share standardized infrastructure patterns.

Topics

#Infrastructure as Code#IaC benefits#CI/CD#Modularity

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice