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

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

What does Terraform use providers for? (Choose three.)

  • A. Provision resources for on-premises infrastructure services
  • B. Simplify API interactions
  • C. Provision resources for public cloud infrastructure services
  • D. Enforce security and compliance policies
  • E. Group a collection of Terraform configuration files that map to a single state file
Show Suggested Answer Hide Answer
Suggested Answer: ABC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
waldonuts
Highly Voted 2 years, 2 months ago
Selected Answer: ABC
A and C are the same with a alternate target, and terraform can provision to local on prem resources (VMware for example) , B is pretty much the reason providers are there for me.
upvoted 15 times
...
bora4motion
Highly Voted 2 years, 2 months ago
Selected Answer: BCE
to me BCE sounds ok
upvoted 6 times
...
090200f
Most Recent 4 months, 1 week ago
seems like ABC options are correct
upvoted 1 times
...
[Removed]
11 months, 1 week ago
Selected Answer: ABC
A,B,C sounds good to me.
upvoted 1 times
...
kiran15789
1 year, 6 months ago
Selected Answer: ABC
Terraform can be used for Provision resources for on-premises infrastructure services
upvoted 1 times
...
camps
1 year, 7 months ago
Selected Answer: BCE
B. Simplify API interactions. C. Provision resources for public cloud infrastructure services. E. Group a collection of Terraform configuration files that map to a single state file. Terraform uses providers to interact with infrastructure services, both on-premises and in the public cloud. Providers are responsible for managing the lifecycle of resources, including creating, updating, and deleting resources as needed. Providers also simplify API interactions by abstracting away the details of the underlying APIs and presenting a unified interface to Terraform. Enforcing security and compliance policies is not a primary responsibility of providers, although some providers may offer features to help with these tasks. Option A is incorrect because while providers can be used to manage on-premises infrastructure services, this is not their only purpose. Option E is incorrect because while Terraform workspaces can be used to group a collection of Terraform configuration files that map to a single state file, this is not the purpose of providers.
upvoted 2 times
...
sagunala5
1 year, 8 months ago
ABC https://developer.hashicorp.com/terraform/language/providers#what-providers-do
upvoted 1 times
...
kennynelcon
1 year, 9 months ago
Selected Answer: ABC
Def not D and E
upvoted 1 times
...
Zeppoonstream
1 year, 10 months ago
A. Provision resources for on-premises infrastructure services: Providers can be used to provision resources for on-premises infrastructure services like VMWare, OpenStack, etc. C. Provision resources for public cloud infrastructure services: Providers can be used to provision resources for public cloud infrastructure services like AWS, GCP, Azure, etc. D. Enforce security and compliance policies: Providers can be used to enforce security and compliance policies like IAM roles and policies, security groups, firewall rules, etc.
upvoted 3 times
lezgino
1 year, 9 months ago
correct
upvoted 1 times
...
...
robertninho
1 year, 10 months ago
BCD,Option A (provision resources for on-premises infrastructure services) is not necessarily true, as not all providers support on-premises infrastructure. Option E (group a collection of Terraform configuration files that map to a single state file) is not related to providers.
upvoted 1 times
robertninho
1 year, 10 months ago
My bad, ABC
upvoted 2 times
...
...
adouban
1 year, 11 months ago
Selected Answer: ABC
ABC for me
upvoted 1 times
...
itsVespucci
2 years ago
ABC 4 sure
upvoted 1 times
...
RVivek
2 years, 1 month ago
Selected Answer: ABC
Provider is used to provison resources A on prem C on cloud. B to use API communication
upvoted 3 times
...
babuappnet
2 years, 2 months ago
sure for BCE
upvoted 1 times
...
Fati_2022
2 years, 2 months ago
ABC A Terraform Provider represents an integration that is responsible for understanding API interactions with the underlying infrastructure, such as a public cloud service (AWS, GCP, Azure), a PaaS service (Heroku), a SaaS service (DNSimple, CloudFlare), or on-prem resources (vSphere).
upvoted 4 times
...
keiffo2
2 years, 2 months ago
ABC - for me too
upvoted 4 times
...
donathon
2 years, 2 months ago
Selected Answer: BCD
E is talking about module. "Terraform evaluates all of the configuration files in a module, effectively treating the entire module as a single document. "
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 ...