HashiCorp Certified: Terraform Associate Free Practice Exam Questions

318 real HashiCorp Certified: Terraform Associate exam questions with answers and AI explanations. HashiCorp certification prep — page 2 of 32.

  1. Question 11: Which argument(s) is (are) required when declaring a Terraform variable?
  2. Question 13: Which provisioner invokes a process on the resource created by Terraform?
  3. Question 14: Which of the following is not a key principle of infrastructure as code?
  4. Question 15: What is not processed when running a terraform refresh?
  5. Question 16: Your DevOps team is currently using the local backend for your Terraform configuration. You would like to move to a remote backend to begin storing the state f…
  6. Question 17: You write a new Terraform configuration and immediately run terraform apply in the CLI using the local backend. Why will the apply fail?
  7. Question 18: You just scaled your VM infrastructure and realized you set the count variable to the wrong value. You correct the value and save your change. What do you do n…
  8. Question 19: Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into syslog.
  9. Question 20: You have used Terraform to create an ephemeral development environment in the cloud and are now ready to destroy all the infrastructure described by your Terra…
  10. Question 21: Only the user that generated a plan may apply it.