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

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

Which of the following are advantages of using infrastructure as code (IaC) instead of provisioning with a graphical user interface (GUI)? (Choose two.)

  • A. Secures your credentials
  • B. Lets your version, reuse, and share infrastructure configuration
  • C. Provisions the same resources at a lower cost
  • D. Reduces risk of operator error
  • E. Prevents manual modifications to your resources
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
dankositzke
9 months ago
Selected Answer: BD
(D) yes but (B) is a bad additional answer. Hope this one has been deprecated from the actual exam by now but BD seems to be the least worst answer
upvoted 1 times
...
Alandt
10 months ago
Selected Answer: BD
B. Infrastructure as Code (IaC) allows you to define and manage your infrastructure using code, which can be versioned, reused, and shared. This brings benefits such as easier collaboration, tracking changes over time, and ensuring consistency in your infrastructure. D. Using IaC reduces the risk of operator error compared to provisioning through a graphical user interface (GUI). With IaC, you have a repeatable and automated process, which minimizes the chances of human errors that might occur when manually configuring resources through a GUI.
upvoted 1 times
...
gold4otas
10 months, 4 weeks ago
Selected Answer: BD
B. Infrastructure as Code (IaC) allows you to define and manage your infrastructure using code, which can be versioned, reused, and shared. This brings benefits such as easier collaboration, tracking changes over time, and ensuring consistency in your infrastructure. D. Using IaC reduces the risk of operator error compared to provisioning through a graphical user interface (GUI). With IaC, you have a repeatable and automated process, which minimizes the chances of human errors that might occur when manually configuring resources through a GUI.
upvoted 1 times
...
Stargazer11
12 months ago
Selected Answer: BD
B & D.
upvoted 1 times
...
[Removed]
12 months ago
I choose B and D.
upvoted 1 times
...
kareem_ashraf
12 months ago
Selected Answer: BD
B-D Option A is incorrect because IaC does not secure your credentials by default. You will need to use additional security measures, such as encryption, to protect your credentials. Option C is incorrect because the cost of provisioning resources is typically determined by the cloud provider, and not by the method used to provision the resources. Option E is incorrect because IaC does not prevent manual modifications to your resources. If a user has access to your IaC files, they can make changes to your infrastructure configuration.
upvoted 1 times
...
kareem_ashraf
12 months ago
Selected Answer: AD
A and D Option A is incorrect because IaC does not secure your credentials by default. You will need to use additional security measures, such as encryption, to protect your credentials. Option C is incorrect because the cost of provisioning resources is typically determined by the cloud provider, and not by the method used to provision the resources. Option E is incorrect because IaC does not prevent manual modifications to your resources. If a user has access to your IaC files, they can make changes to your infrastructure configuration.
upvoted 1 times
kareem_ashraf
12 months ago
B. And D
upvoted 1 times
...
...
petersoliman
12 months ago
Selected Answer: AB
A and 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 ...