nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #98

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

The correct answer is B. A Graphical User Interface. Infrastructure as Code (IaC) provides several benefits, including the ability to version control infrastructure, reuse code, and automate infrastructure management. However, IaC is typically associated with declarative configuration files and does not inherently provide a…

Submitted by kwame.gh· Apr 18, 2026Understand Infrastructure as Code (IaC) Concepts

Question

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

Options

  • AVersioning
  • BA Graphical User Interface
  • CReusability of code
  • DAutomation

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    93% (26)
  • C
    4% (1)

Explanation

Infrastructure as Code (IaC) provides several benefits, including the ability to version control infrastructure, reuse code, and automate infrastructure management. However, IaC is typically associated with declarative configuration files and does not inherently provide a graphical user interface (GUI). A GUI is a feature that may be provided by specific tools or platforms built on top of IaC principles but is not a direct benefit of IaC itself.

Topics

#Infrastructure as Code#IaC Benefits#IaC Concepts

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice