Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 273

Which statement describes a goal of infrastructure as code?

    Correct Answer: D

    The goal of infrastructure as code (IaC) is to manage and provision computing infrastructure through machine-readable definition files, rather than through physical hardware configuration or interactive configuration tools. This approach allows for the programmatic configuration of resources, ensuring that infrastructure is defined in code and managed via code-based processes.

Discussion
enklauOption: D

wora refers to the principle of reusability of code in the software development field, not iac the answer whould be D. programmatic config or resources

ShakDaddyOption: D

Repeat question but answer is D

Jlee7Option: D

D This means that the infrastructure is defined in code, and the code is used to create and manage the infrastructure.

DevoteamAnalytix

Same question like #097 and there the majority votes for D (programmatic config of resources)