Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free HashiCorp Terraform-Associate-003 Practice Exam with Questions & Answers | Set: 5

Questions 41

Which Terraform collection type should you use to store key/value pairs?

Options:
A.

Set

B.

Map

C.

Tuple

D.

list

HashiCorp Terraform-Associate-003 Premium Access
Questions 42

Which of these actions will prevent two Terraform runs from changing the same state file at the same time?

Options:
A.

Refresh the state after running Terraform

B.

Delete the state before running Terraform

C.

Configure state locking for your state backend

D.

Run Terraform with parallelism set to 1

Questions 43

If you update the version constraint in your Terraform configuration, Terraform will update your lock file the next time you run terraform Init.

Options:
A.

True

B.

False

Questions 44

Select the command that doesn’t cause Terraform to refresh its state.

Options:
A.

Terraform destroy

B.

Terraform apply

C.

Terraform plan

D.

Terraform state list

Questions 45

You can configure Terraform to log to a file using the TF_LOG environment variable.

Options:
A.

True

B.

False

Questions 46

terraform validate uses provider APIs to verify your infrastructure settings.

Options:
A.

True

B.

False

Questions 47

Only the user that generated a plan may apply it.

Options:
A.

True

B.

False

Questions 48

Which of these ate features of Terraform Cloud? Choose two correct answers.

Options:
A.

Automated infrastructure deployment visualization

B.

Automatic backups

C.

A web-based user interface (Ul)

D.

Remote state storage

Questions 49

What kind of configuration block will create an infrastructure object with settings specified within the block?

Options:
A.

provider

B.

state

C.

data

D.

resource

Questions 50

Which of the following isnotan advantage of using Infrastructure as Code (IaC) operations?

Options:
A.

Self-service infrastructure deployment.

B.

Modify a count parameter to scale resources.

C.

API-driven workflows.

D.

Troubleshoot via a Linux diff command.

E.

Public cloud console configuration workflows.