TERRAFORM-ASSOCIATE-004 · Question #207
Which statement describes a goal of Infrastructure as Code (IaC)?
The correct answer is C. The programmatic configuration of resources. Infrastructure as Code (IaC) refers to managing infrastructure programmatically, enabling automation and repeatability. A is incorrect because IaC is not just about software delivery pipelines; it specifically deals with B is incorrect because "Write once, run anywhere" applies…
Question
Options
- AA pipeline process to test and deliver software.
- BWrite once, run anywhere.
- CThe programmatic configuration of resources.
- DDefining a vendor-agnostic API.
How the community answered
(15 responses)- A7% (1)
- C87% (13)
- D7% (1)
Explanation
Infrastructure as Code (IaC) refers to managing infrastructure programmatically, enabling automation and repeatability. A is incorrect because IaC is not just about software delivery pipelines; it specifically deals with B is incorrect because "Write once, run anywhere" applies more to software development than D is incorrect because IaC does not enforce vendor-agnostic APIs; it depends on the tool and
Topics
Community Discussion
No community discussion yet for this question.