Courseiva

TF-004 · domain

Understand Terraform's purpose

Practise HashiCorp Terraform Associate TF-004 Understand Terraform's purpose practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

53 questions15 easy21 medium17 hard

Focused practice

Practice Understand Terraform's purpose questions

Scored sessions drawing only from this domain — pick a length below.

Start 20-question practice test →

What this domain covers

What to know about Understand Terraform's purpose

Understand Terraform's purpose questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Understand Terraform's purpose exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Question index

All Understand Terraform's purpose questions (53)

Click any question to see the full explanation, or start a practice session above.

1

A company wants to manage both on-premises and cloud infrastructure with a single tool. Which feature of Terraform makes this possible?

Easy
2

Which of the following accurately describe core purposes and benefits of using Terraform in a cloud infrastructure environment? Choose all that apply. (There are four correct answers.)

Medium
3

What is the primary purpose of Terraform's state file?

Easy
4

Drag and drop the steps to destroy infrastructure managed by Terraform in the correct order.

Medium
5

Which THREE are considered Terraform's best practices?

Hard
6

An organization uses Terraform Cloud for remote state management. A user runs `terraform apply` locally but receives an error that the state is locked. What is the most likely cause?

Medium
7

A team is evaluating Terraform for managing their multi-cloud infrastructure. Which TWO statements accurately describe Terraform's purpose and capabilities? (Choose two.)

Medium
8

What does Terraform's declarative model mean for infrastructure changes?

Easy
9

An organization uses Terraform to deploy resources on AWS. They have separate configuration files for development, staging, and production. To differentiate these environments, they plan to use the same root module with different variable values. Which Terraform feature best supports this use case?

Medium
10

A company wants to adopt infrastructure as code (IaC) to manage their expanding cloud environment. Which problem does Terraform directly address?

Easy
11

A team member runs terraform apply with the configuration shown in the exhibit. The apply succeeds, but the output of the local-exec provisioner shows an empty string for the public IP address. What is the most likely cause?

Hard
12

During a terraform apply, the state file becomes corrupted. What is the recommended recovery method?

Medium
13

A developer runs `terraform plan` and sees that Terraform will create a new S3 bucket and modify a security group. Which Terraform feature allows the developer to review these changes before applying them?

Easy
14

A company is adopting Terraform to manage its multi-cloud infrastructure on AWS and Azure. The infrastructure team has written several Terraform configurations stored in a Git repository. Each configuration is applied by different team members using their local machines. Recently, the team has been experiencing state file conflicts and inconsistencies, leading to infrastructure drift. The team currently stores the state file locally. They want to ensure that only one person can apply changes at a time and that the state file is always up-to-date. They also want to be able to collaborate effectively without overwriting each other's changes. Which approach should they implement?

Hard
15

Which TWO statements best describe Terraform's purpose? (Choose two.)

Easy
16

A team is reviewing the Terraform configuration shown in the exhibit. Which statement best describes the relationship between the two resources?

Medium
17

A team has been managing their AWS infrastructure using a collection of Bash scripts that create resources in a specific order. They frequently encounter issues where resources are created out of order or not properly cleaned up. They want to adopt a more reliable approach that ensures consistent provisioning and teardown. Which action best aligns with Terraform's purpose?

Medium
18

Which Terraform feature allows managing multiple separate sets of infrastructure from the same configuration?

Hard
19

A company wants to ensure that Terraform configurations are consistent across teams. What practice should they adopt?

Medium
20

Which THREE of the following are valid Terraform providers?

Hard
21

An organization is evaluating Terraform for managing interconnected resources that must be created in a specific order. Why is Terraform's dependency graph handling a key aspect of its purpose?

Hard
22

A developer is new to infrastructure as code and wants to deploy a simple web server on AWS using a tool that allows them to define the infrastructure in a reusable and version-controlled manner. They are considering using the AWS Management Console, AWS CLI, or Terraform. Which course of action aligns best with Terraform's purpose?

Easy
23

A DevOps team accidentally deleted their Terraform state file. The actual infrastructure (EC2 instances, security groups, etc.) is still running and unchanged. They have the Terraform configuration files that were used to create the infrastructure. They want to re-establish management of the existing infrastructure without recreating it. Which course of action aligns with Terraform's purpose?

Hard
24

Refer to the exhibit. A user attempts to run terraform apply with this configuration. What error will occur?

Medium
25

A company has a Terraform configuration that works correctly in us-east-1 but fails in us-west-2 due to resource availability. What is the best way to handle this?

Hard
26

A company uses AWS CloudFormation for AWS resources and Azure Resource Manager for Azure resources. They want to standardize on a single tool that can manage resources across both clouds with a consistent workflow and support for infrastructure as code. They also want to ensure that their infrastructure can be version-controlled and reviewed. Which approach best fulfills Terraform's purpose?

Hard
27

A team wants to manage infrastructure across multiple cloud providers using a single tool that supports infrastructure as code. Which tool is best suited for this purpose?

Easy
28

Which TWO statements accurately describe key purposes of Terraform?

Easy
29

Match each Terraform error code to its meaning.

Medium
30

Which TWO are benefits of Terraform's immutable infrastructure approach?

Medium
31

Which three of the following best describe the core purpose and capabilities of Terraform? (Choose three.)

Medium
32

A team uses Terraform to manage infrastructure in AWS. They have a single workspace and store state in an S3 bucket with DynamoDB locking. After a recent apply, the state file became corrupted due to a network interruption during the state write. The team needs to recover the state and prevent future corruption. They have not enabled any backup or versioning. What should they do?

Hard
33

Refer to the exhibit. What does this output show?

Easy
34

Refer to the exhibit. A team is troubleshooting a Terraform deployment. What information can be inferred from this state file?

Hard
35

Which TWO tasks are better suited for configuration management tools than Terraform?

Medium
36

A team has been manually modifying cloud resources outside of Terraform. They now find that Terraform plans show changes that don't match their expectations. What core concept of Terraform's purpose does this situation violate?

Medium
37

An organization has a multi-cloud strategy using Terraform. They need to ensure that secrets such as API keys are not stored in plaintext in the configuration files. Which Terraform feature should they use to securely manage sensitive data?

Hard
38

A DevOps engineer needs to integrate Terraform with a CI/CD pipeline. What is a common practice?

Medium
39

A team is using Terraform to manage multiple environments (dev, staging, prod) with the same configuration but different variable values. They want to avoid duplicating configuration files. Which Terraform feature is best suited for this?

Hard
40

A team wants to use Terraform to manage their AWS infrastructure. They have existing resources created manually. What is the recommended approach to bring these resources under Terraform management?

Medium
41

Your organization manages a multi-cloud infrastructure using Terraform. The infrastructure includes an AWS VPC with subnets and EC2 instances, and an Azure resource group with virtual networks and VMs. The Terraform configuration is stored in a Git repository, and state is stored in an S3 bucket with DynamoDB locking. Recently, a developer updated the configuration to add a new security group rule in AWS, but after running `terraform apply`, the rule was not created. The developer verified that the configuration file contains the rule. Additionally, the developer noticed that the state file shows the security group exists but without the new rule. The developer ran `terraform plan` again, and it shows that the rule will be created. However, when applying, it fails with a 'timeout' error. The operations team suspects network connectivity issues to the S3 backend. What is the best course of action to resolve this issue?

Hard
42

Refer to the exhibit. A developer runs terraform plan and sees the above output. What will happen when terraform apply is executed?

Easy
43

Refer to the exhibit. What is the primary purpose of the version constraint '~> 4.0'?

Medium
44

A team uses a remote backend (S3) with state locking via DynamoDB. One team member runs terraform apply and it fails mid-way. Another team member immediately tries to run terraform plan. What is likely to happen?

Medium
45

A junior DevOps engineer is asked to explain the primary purpose of Terraform. Which statement best describes Terraform's purpose?

Easy
46

Which TWO statements accurately describe the purpose of Terraform? (Choose two.)

Easy
47

Refer to the exhibit. What is the purpose of the data source?

Hard
48

A new user is learning Terraform. They write a configuration file and run terraform apply expecting to provision resources. However, they forgot to run terraform init first. What will happen?

Easy
49

Which Terraform feature helps manage dependencies between resources?

Hard
50

A company wants to manage its infrastructure as code using Terraform. The team has a mix of on-premises servers and cloud resources in AWS and Azure. Which of the following best describes Terraform's purpose in this scenario?

Medium
51

A junior DevOps engineer is learning about Infrastructure as Code (IaC) and asks why Terraform is preferred over manual configuration in cloud consoles. Which of the following is the primary benefit of using Terraform for infrastructure management?

Easy
52

A DevOps engineer runs terraform plan and sees that a resource will be destroyed and recreated, but they expected an in-place update. The resource is an AWS EC2 instance with a specific AMI. Which attribute change is most likely causing the destruction?

Hard
53

Refer to the exhibit. What does this output indicate?

Medium

Frequently asked questions

What does the Understand Terraform's purpose domain cover on the TF-004 exam?
Understand Terraform's purpose questions test whether you can apply the concept in context, not just recognise a definition.
How many questions are in this domain?
This page lists all 53 Understand Terraform's purpose questions in the TF-004 question bank. The actual exam draws from this domain proportionally to its weighting in the official exam blueprint.
What is the best way to practise this domain?
Start with a short focused session (10 questions) to identify gaps, then work through explanations. Repeat with a longer session once the weak areas feel solid.
Can I practise only Understand Terraform's purpose questions?
Yes — the session launcher on this page filters questions to this domain only. Choose any session length for inline explanations and scoring.
HashiCorp Terraform Associate TF-004 Understand Terraform's purpose Practice Questions