Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 11 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 11
Topic #: 1
[All Terraform Associate Questions]

Which of the following is not a key principle of infrastructure as code?

  • A. Versioned infrastructure
  • B. Golden images
  • C. Idempotence
  • D. Self-describing infrastructure
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ItaloVinodi
Highly Voted 2 years, 6 months ago
Sorry but here is asking which is NOT a key principle. I think the answer is B, golden Image
upvoted 29 times
...
alexik96
Highly Voted 2 years, 1 month ago
B is correct. Even if you're not sure, you can eliminate the others A - is a principle (think of the case when you store the state in an S3 bucket and it gets versioned) B - is NOT a principle (where in terraform documentation is mentioned anything related to images) C - it is a principle by definition of what terraform does D - is a principle as you use declarative language -> infrastructure describes itself
upvoted 12 times
...
nharaz
Most Recent 1 month, 4 weeks ago
Selected Answer: B
B. Golden images "Golden images" refers to a specific method of deployment where a pre-configured image of an operating system or application is stored and used as a base for all new deployments. This method is not a key principle of Infrastructure as Code, but it is a common method of deployment in traditional IT environments. Infrastructure as Code is based on the following key principles: A. Versioned infrastructure - The infrastructure is treated as code and is version controlled, allowing for auditing, rollback, and collaboration. C. Idempotence - The infrastructure is provisioned in a repeatable and predictable manner, making it possible to run the provisioning scripts multiple times without creating additional resources or causing changes to existing resources. D. Self-describing infrastructure - The code used to provision the infrastructure is human-readable and self-documented, making it easier to understand and maintain over time.
upvoted 6 times
...
Bere
1 month, 4 weeks ago
Selected Answer: B
Golden images are not a key principle of infrastructure as code (IaC). Golden images refer to a pre-configured and standardized system image that contains all the necessary software and settings to run a particular application or service. While they are commonly used in traditional server management and virtualization, they are not inherently related to infrastructure as code.
upvoted 3 times
...
Badii
1 month, 4 weeks ago
Selected Answer: B
Golden images are not a key principle of infrastructure as code (IaC). Instead, golden images are a concept related to traditional server provisioning and management.
upvoted 1 times
...
SilentH
1 month, 4 weeks ago
Selected Answer: B
I vote B because not only is a "golden image" not a key principle but, I would argue, in conflict with the idea behind IaC.
upvoted 1 times
...
samimshaikh
1 month, 4 weeks ago
B. Golden images: While golden images are a common concept in traditional infrastructure management, they are not a key principle of infrastructure as code. IaC focuses on defining and managing infrastructure through code rather than relying on pre-configured images.
upvoted 2 times
...
vibzr2023
1 month, 4 weeks ago
Answer:B B. Golden Images: While golden images (pre-configured images for server deployments) are used in infrastructure management, they are not considered a key principle of IaC. IaC focuses on defining infrastructure through code that can be versioned, reused, and managed as part of application development workflows. Relying solely on golden images does not fully embrace the dynamism and flexibility offered by IaC practices, as it leans more towards a traditional, immutable infrastructure approach.
upvoted 2 times
...
fasaleAkshay
1 month, 4 weeks ago
Selected Answer: B
B. Golden images Explanation: Golden images refer to pre-configured, machine images (such as VM snapshots) that contain all necessary software and configurations. While golden images are used in infrastructure provisioning, they are not a key principle of Infrastructure as Code (IaC), especially in Terraform.
upvoted 1 times
...
fasaleAkshay
2 months ago
B. Golden images Explanation: Golden images refer to pre-configured, machine images (such as VM snapshots) that contain all necessary software and configurations. While golden images are used in infrastructure provisioning, they are not a key principle of Infrastructure as Code (IaC), especially in Terraform.
upvoted 1 times
...
starkonbullet
6 months, 1 week ago
Selected Answer: B
The other 3 options can be associated with the principle.
upvoted 1 times
...
gofavad926
1 year, 1 month ago
Selected Answer: B
Agree with B
upvoted 1 times
...
Jayanth
1 year, 3 months ago
B. Golden images
upvoted 1 times
...
Busi57
1 year, 4 months ago
Selected Answer: B
B Golden image
upvoted 1 times
...
foreverlearner
1 year, 4 months ago
Selected Answer: B
Golden image is not part of IaC. For more info see https://developer.hashicorp.com/well-architected-framework/operational-excellence/operational-excellence-tao
upvoted 1 times
...
Shane_C
1 year, 4 months ago
Selected Answer: B
B is the only answer here that is not a key principle
upvoted 1 times
...
connecttozee
1 year, 7 months ago
agree B
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...