TERRAFORM-ASSOCIATE-004 · Question #260
TERRAFORM-ASSOCIATE-004 Question #260: Real Exam Question with Answer & Explanation
The correct answer is A: allows infrastructure to be versioned. Infrastructure as Code (IaC) offers benefits such as versioning infrastructure, acting as a data center blueprint, and enabling easy sharing and reuse of code.
Question
Infrastructure as Code (IaC) provides many benefits to help organizations deploy application infrastructure much faster than clicking around in the console. What are additional benefits to IaC? (Select three)
Options
- Aallows infrastructure to be versioned
- Bcreates a blueprint of your data center
- Ccode can easily be shared and reused
- Dcan always be used to deploy the latest features and services
- Eeliminates parallelism
Explanation
Infrastructure as Code (IaC) offers benefits such as versioning infrastructure, acting as a data center blueprint, and enabling easy sharing and reuse of code.
Common mistakes.
- D. IaC tools and their providers must be updated to support the latest features and services of cloud platforms; the code itself does not inherently grant access to cutting-edge capabilities without these updates.
- E. IaC solutions often facilitate and leverage parallelism, enabling the concurrent deployment and management of multiple independent infrastructure resources to speed up operations.
Concept tested. Benefits of Infrastructure as Code
Reference. https://developer.hashicorp.com/terraform/intro/vs/iac
Topics
Community Discussion
No community discussion yet for this question.