Hashicorp Certified Terraform Associate 003 Exam Questions & Answers

Practice 30 free Hashicorp Certified Terraform Associate 003 exam questions with answers and community-discussed explanations. Each question has its own page where you can reveal the correct answer and debate it in the comments.

All 30 questions

  1. Q1 You are using Terraform to deploy some cloud resources and have developed the following code. However, you receive an error when trying…
  2. Q2 Which of the following is a valid variable name in Terraform?
  3. Q3 A child module created a new subnet for some new workloads. What Terraform block type would allow you to pass the subnet…
  4. Q4 Which of the following is an advantage of using Infrastructure as Code?
  5. Q5 Your colleague provided you with a Terraform configuration file and you're having trouble reading it because parameters and blocks are not properly…
  6. Q6 When several single-line arguments appear on consecutive lines at the same nesting level in Terraform configuration files, what formatting convention does HashiCorp…
  7. Q7 In the example below, where is the value of the DNS record's IP address originating from?resource "aws_route53_record" "www" { zone_id = aws_route53_zone.primary.zone_id name…
  8. Q8 Steve is a developer who is deploying resources to AWS using Terraform. Steve needs to gather detailed information about an EC2 instance…
  9. Q9 You found a module on the Terraform Registry that will provision the resources you need. What information can you find on the…
  10. Q10 Infrastructure as Code (IaC) offers many benefits to help organizations deploy application infrastructure faster than manually clicking through the console. Which of…
  11. Q11 True or False? In Terraform Community, workspaces generally use the same code repository while workspaces in Terraform Enterprise/Cloud are often mapped to different…
  12. Q12 True or False? min, max, format, join, trim, and length are examples of different expressions in Terraform.
  13. Q13 As you are developing new Terraform code, you are finding that you are constantly repeating the same expression over and over throughout…
  14. Q14 After executing a terraform plan, you notice that a resource has a tilde (~) next to it. What does this mean?
  15. Q15 You are writing Terraform to deploy resources, and have included provider blocks as shown below:provider "aws" { region = "us-east-1"} provider "aws" {…
  16. Q16 Please fill the blank field(s) in the statement with the right words.The __ or the __ commands are available to delete all…
  17. Q17 Scenario: You are deploying a new application and want to deploy it to multiple AWS regions within the same configuration file. Which of…
  18. Q18 You want to start managing resources that were not originally provisioned through infrastructure as code. Before you can import the resource's current…
  19. Q19 What advantages does Terraform offer over using a provider's native tooling for deploying resources in multi-cloud environments? (select three)
  20. Q20 You have deployed your production environment with Terraform, and a developer has requested that you update a load balancer configuration to improve…
  21. Q21 True or False? A terraform plan is a required step before running a terraform apply?
  22. Q22 Which feature of HCP Terraform can be used to enforce fine-grained policies to enforce standardization and cost controls before resources are provisioned…
  23. Q23 True or False? Terraform is designed to work only with public cloud platforms, and organizations that wish to use it for on-premises infrastructure…
  24. Q24 Which common action does not cause Terraform to refresh its state?
  25. Q25 What Terraform command will launch an interactive console to evaluate and experiment with expressions?
  26. Q26 Fill in the blank from the correct answer below:A Terraform module (usually the root module of a configuration) can call other modules…
  27. Q27 Your organization uses IaC to provision and manage resources in a public cloud platform. A new employee has developed changes to existing…
  28. Q28 Why might a user opt to include the following snippet in their configuration file?terraform { required_version = ">= 1.10.2"}
  29. Q29 Terraform is distributed as a single binary and is available for many different platforms. Select all operating systems that Terraform supports. (select…
  30. Q30 True or False? Using the latest versions of Terraform, terraform init cannot automatically download community providers.

More HashiCorp certifications

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need