HashiCorp Certified: Terraform Associate (003) Free Practice Exam Questions

30 real HashiCorp Certified: Terraform Associate (003) exam questions with answers and AI explanations. HashiCorp certification prep — page 1 of 3.

  1. Question 1: You can reference a resource created with for_each using a splat ( * ) expression.
  2. Question 2: Which argument(s) are required when declaring a Terraform variable?
  3. Question 3: Your security team scanned some Terraform workspaces and found secrets stored in plaintext in state files. How can you protect that data?
  4. Question 4: You add a new resource to an existing Terraform configuration, but do not update the version constraint in the configuration. The existing and new resources us…
  5. Question 5: Which parameters does terraform import require? (Choose two.)
  6. Question 6: You have a Terraform configuration that defines a single virtual machine with no references to it. You have run terraform apply to create the resource, then re…
  7. Question 7: What is a Terraform provider not responsible for?
  8. Question 8: It is ____________ to change the Terraform backend from the default “local” backend to a different one after performing your first terraform apply.
  9. Question 9: When does Terraform create the .terraform.lock.hcl file?
  10. Question 11: Which of these is true about Terraform’s plugin-based architecture?