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 21 discussion

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

You have recently started a new job at a retailer as an engineer. As part of this new role, you have been tasked with evaluating multiple outages that occurred during peak shopping time during the holiday season. Your investigation found that the team is manually deploying new compute instances and configuring each compute instance manually. This has led to inconsistent configuration between each compute instance.
How would you solve this using infrastructure as code?

  • A. Implement a ticketing workflow that makes engineers submit a ticket before manually provisioning and configuring a resource
  • B. Implement a checklist that engineers can follow when configuring compute instances
  • C. Replace the compute instance type with a larger version to reduce the number of required deployments
  • D. Implement a provisioning pipeline that deploys infrastructure configurations committed to your version control system following code reviews
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
tipzzz
Highly Voted 2 years, 7 months ago
Selected Answer: D
D for sure
upvoted 27 times
Eniras
2 years, 6 months ago
Yes Answer is D
upvoted 3 times
...
...
fabiomlop
Highly Voted 2 years, 5 months ago
Selected Answer: D
Obviously D... who picks those answers, FFS...
upvoted 17 times
...
Mattt
Most Recent 2 months, 1 week ago
Selected Answer: D
D is correct
upvoted 1 times
...
SilentH
7 months, 2 weeks ago
Selected Answer: D
C'mon, the answer is obviously D. I'm only on question 21 and have seen at least 5 obviously wrong answers. It's like ExamTopics is trying to fail people.
upvoted 6 times
...
qs5dq64s5dq5
1 year ago
Selected Answer: D
D for sure
upvoted 1 times
...
shivamkrsingh
1 year, 2 months ago
I think the answer is D. The person who stored the A as correct answer might not want to write terraform code or CICD.😅
upvoted 6 times
...
pradeepukg
1 year, 3 months ago
Selected Answer: D
D is correct answer
upvoted 1 times
...
jitusonawane89
1 year, 4 months ago
D is correct
upvoted 1 times
...
wheelan
1 year, 4 months ago
Selected Answer: D
D - in line with IaC
upvoted 1 times
...
Shane_C
1 year, 4 months ago
Selected Answer: D
D is the only thing close to a correct answer here
upvoted 1 times
...
DuboisNicolasDuclair
1 year, 5 months ago
Selected Answer: A
Because the topic said *a sample main.tf* it means that we can have many types of files like *.tf
upvoted 1 times
HMthyl
1 year, 4 months ago
This implies the question has completely changed over the last 3 weeks, huh?
upvoted 2 times
...
...
IK912
1 year, 5 months ago
Definitely D
upvoted 1 times
...
Ni33
1 year, 6 months ago
Selected Answer: D
D is the correct answer
upvoted 1 times
...
karendavtyan
1 year, 6 months ago
Selected Answer: D
D. for sure
upvoted 1 times
...
rookie1025
1 year, 7 months ago
man... obviously the answer is D. So many incorrect answers are there in all the dumps. With this website being so inconsistent with their answers they sure are shameless giving us captcha challenge and asking us to buy the pro version every 5 questions.
upvoted 8 times
...
connecttozee
1 year, 7 months ago
agree D
upvoted 1 times
...
camps
1 year, 7 months ago
Selected Answer: D
D. Implement a provisioning pipeline that deploys infrastructure configurations committed to your version control system following code reviews. To solve this problem, you should consider implementing infrastructure as code (IaC) using a provisioning pipeline. By doing so, you can define your compute instances and other infrastructure resources using code, which can be version controlled, reviewed, and tested before being deployed to production. This would eliminate the need for manual configuration and reduce the risk of inconsistent configuration between compute instances.
upvoted 3 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 ...