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

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

Which of the following is not an advantage of using infrastructure as code operations?

  • A. Self-service infrastructure deployment
  • B. Troubleshoot via a Linux diff command
  • C. Public cloud console configuration workflows
  • D. Modify a count parameter to scale resources
  • E. API driven workflows
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
camps
Highly Voted 1 year, 7 months ago
Selected Answer: C
C. Public cloud console configuration workflows. Public cloud console configuration workflows are not an advantage of using infrastructure as code operations, but are instead a separate method of managing cloud infrastructure. Infrastructure as code is focused on defining and managing infrastructure resources through code, using tools like Terraform or CloudFormation. Option A, self-service infrastructure deployment, allows developers and operations teams to provision resources on-demand, without having to request manual intervention from infrastructure teams. Option B, troubleshoot via a Linux diff command, allows teams to identify changes made to infrastructure configurations over time, and compare the differences between different versions of the code. Option D, modify a count parameter to scale resources, allows teams to easily scale resources up or down, without having to manually provision or deprovision resources. Option E, API driven workflows, allows teams to integrate infrastructure management with other automation tools and processes, and build custom workflows to meet their specific needs.
upvoted 10 times
Nunyabiznes
1 year, 7 months ago
I smell chat-GPT
upvoted 17 times
gold4otas
10 months, 4 weeks ago
Exactly! ChatGPT for sure.
upvoted 1 times
...
...
...
NashP
Most Recent 9 months, 3 weeks ago
C. Public cloud console configuration workflows: Using console-based configuration in a public cloud does not align with the principles of IaC. IaC promotes defining infrastructure through code rather than using graphical interfaces.
upvoted 1 times
...
David_C_90
1 year, 8 months ago
Selected Answer: C
Answer is C Regarding B, since infrastructure is defined as code (files) we can use the diff command to check for differences
upvoted 4 times
...
Pietjeplukgeluk
1 year, 9 months ago
C looks to me most correct anser. B is strange to, not sure why this is not also wrong, but C looks best anyway.
upvoted 4 times
...
jackn
1 year, 9 months ago
it is C Public cloud console configuration workflows - typically involve manual steps therefore nothing to do with IaC , certainly not being an advantage of IaC
upvoted 4 times
...
lezgino
1 year, 9 months ago
Selected Answer: C Advantages of using infrastructure as code operations include: Self-service infrastructure deployment Troubleshooting via a Linux diff command API driven workflows Modifying a count parameter to scale resources The use of a public cloud console configuration workflow is not an advantage of using infrastructure as code operations.
upvoted 4 times
...
depal_dhir
2 years, 2 months ago
Selected Answer: B
This is a Linux shell command and has nothing to do with IaC
upvoted 3 times
tycho
1 year, 7 months ago
it has everything to do with IaC, because you cannot diff the management console UI, but you can easily diff the terraform files, therefore an advantage to use the IaC
upvoted 1 times
...
...
0ptimus
2 years, 2 months ago
Selected Answer: B
B is correct since terraform is used to deploy the infrastructure, not to troubleshoot it
upvoted 2 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 ...