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 10 of 32.

  1. Question 104: While deploying a virtual machine, the first launch user_data script fails due to race condition with another resource deployed during the same Terraform run.…
  2. Question 105: The public Module Registry is free to use.
  3. Question 106: Both Terraform Cloud and Terraform Enterprise support policy as code (Sentinel).
  4. Question 107: You want to define multiple data disks as nested blocks inside the resource block for a virtual machine. What Terraform feature would help you define the block…
  5. Question 108: Which of the following module source paths does not specify a remote module?
  6. Question 109: You have a list of numbers that represents the number of free CPU cores on each virtual cluster: numcpus = [ 18, 3, 7, 11, 2 ] What Terraform function could yo…
  7. Question 110: When using a module from the public Terraform Module Registry, the following parameters are required attributes in the module block. (Choose two.)
  8. Question 111: Module version is required to reference a module on the Terraform Module Registry.
  9. Question 112: What is a key benefit of the Terraform state file?
  10. Question 113: You can access state stored with the local backend by using the terraform_remote_state data source.