exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 353 discussion

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

What functionality do providers offer in Terraform? (Choose three.)

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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
poesklap
1 month, 2 weeks ago
Selected Answer: ABC
Correct answers: A, B, and C Explanation: Terraform providers are plugins that allow Terraform to interact with various APIs and systems. They are responsible for defining and managing resources. A. Interact with cloud provider APIs → ✅ Correct. Providers handle communication between Terraform and external APIs (e.g., AWS, Azure, GCP). B. Provision resources for on-premises infrastructure services → ✅ Correct. Many providers support on-premises systems (e.g., VMware vSphere, vCenter, F5). C. Provision resources for public cloud infrastructure services → ✅ Correct. Providers manage resources in public clouds like Azure, AWS, and GCP. D. Group a collection of Terraform configuration files that map to a single state file → ❌ This describes a Terraform workspace, not a provider. E. Enforce security and compliance policies → ❌ This is handled by tools like Sentinel or OPA, not providers.
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 ...