HashiCorp TA-002-P HashiCorp Certified: Terraform Associate Exam Practice Test

Page: 1 / 14
Total 92 questions
Question 1

Where does the Terraform local backend store its state?



Answer : C


Question 2

What does state looking accomplish?



Answer : B


Question 3

Which parameters does terraform import require? Choose two correct answers.



Answer : B, C


Question 4

You modified your Terraform configuration and run Terraform plan to review the changes. Simultaneously, your teammate manually modified the infrastructure component you are working on. Since you already ran terraform plan locally, the execution plan for terraform apply will be the same.



Answer : B


Question 5

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, and then removed the resource definition from your Terraform configuration file.

What will happen you run terraform apply in the working directory again?



Answer : D


Question 6

How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? Choose two correct answers.



Answer : A


Question 7

You have created a main.tf Terraform configuration consisting of an application server, a database and a load balanced. You ran terraform apply and Terraform created all of the resources successfully.

Now you realize that you do not actually need the load balancer, so you run terraform destroy without any flags. What will happen?



Answer : C


Page:    1 / 14   
Total 92 questions