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

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam Terraform Associate topic 1 question 97 discussion

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

Which statement describes a goal of infrastructure as code?

  • A. An abstraction from vendor specific APIs
  • B. Write once, run anywhere
  • C. A pipeline process to test and deliver software
  • D. The programmatic configuration of resources
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
amrith501
Highly Voted 1 year, 10 months ago
Selected Answer: D
Looks like D
upvoted 9 times
...
Eltooth
Highly Voted 1 year, 10 months ago
Selected Answer: D
D is correct answer.
upvoted 5 times
...
modarov
Most Recent 8 months, 3 weeks ago
D. The programmatic configuration of resources.
upvoted 1 times
...
Power123
1 year ago
D is correct
upvoted 1 times
...
agmesas
1 year, 2 months ago
Selected Answer: D
A, IaC is not for "specific APIs". B (WORE) an example is JVM or container, no matter where you run your code because there is an abstraction layer like docker, java virtual machine, etc.. where the code run fine. For Terraform you need to write a specific terraform configuration file based on which cloud you will deploy the infra (we can not deploy a tf file write for AWS in Azure changing only the provider, right?. C, IaC is a part of the pipeline but not the entire pipeline. The correct answer is D, "The programmatic configuration of resources" in a human-readable code.
upvoted 5 times
...
mifune
1 year, 10 months ago
I think that is B because one of the main features of Terraform is being a "Cloud agnostic" solution which best matches with: "Write once, run anywhere".
upvoted 1 times
mifune
1 year, 10 months ago
Sorry, I misunderstood the question... it's D, true.
upvoted 4 times
...
...
Zam88
1 year, 10 months ago
The purpose of infrastructure as code is to enable developers or operations teams to automatically manage, monitor and provision resources, rather than manually configure discrete hardware devices and operating systems. Infrastructure as code is sometimes referred to as programmable or software-defined infrastructure. D
upvoted 3 times
...
stalk98
1 year, 10 months ago
maybe is B?
upvoted 2 times
...
Roro_Brother
1 year, 11 months ago
Selected Answer: B
Sure, it's B
upvoted 4 times
...
bigboi23
1 year, 11 months ago
I think it is B. The purpose of infrastructure as code is to enable developers or operations teams to automatically manage, monitor and provision resources, rather than manually configure discrete hardware devices and operating systems.
upvoted 2 times
tbhtp
1 year, 8 months ago
So you're argument is supporting Answer D B states "run anywhere". Like any cloud provider. That is just not the case. Still, migrating to another cloud provider may be less of an headache with IAC.
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 ...