nerdexam
HashiCorpHashiCorp

TA-002-P · Question #382

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

The correct answer is B: The ability to reuse best practice configurations and settings. A primary advantage of Infrastructure as Code (IaC) for operations teams is the ability to define, reuse, and standardize best practice configurations across different environments.

Understand infrastructure as code (IaC) concepts

Question

What advantage does an operations team that uses infrastructure as code have?

Options

  • AThe ability to delete infrastructure
  • BThe ability to reuse best practice configurations and settings
  • CThe ability to autoscale a group of servers
  • DThe ability to update existing infrastructure

Explanation

A primary advantage of Infrastructure as Code (IaC) for operations teams is the ability to define, reuse, and standardize best practice configurations across different environments.

Common mistakes.

  • A. While IaC tools can delete infrastructure, this is a capability, not the primary 'advantage' over manual deletion, as the advantage lies more in the reproducibility and versioning of the process itself.
  • C. Autoscaling is a feature of cloud providers or applications, not an inherent advantage of IaC itself, although IaC can be used to configure autoscaling.
  • D. IaC certainly allows updating existing infrastructure, but like deletion, the primary advantage is how it's updated (reproducibly, versioned, consistent), which is encompassed by reusing configurations.

Concept tested. Benefits of Infrastructure as Code (IaC)

Reference. https://developer.hashicorp.com/terraform/intro/use-cases/infrastructure-as-code

Topics

#Infrastructure as Code (IaC)#IaC benefits#Configuration reuse#Operations efficiency

Community Discussion

No community discussion yet for this question.

Full TA-002-P PracticeBrowse All TA-002-P Questions