Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free HashiCorp Terraform-Associate-003 Practice Exam with Questions & Answers

Questions 1

What does this code do?

terraform { required_providers { aws = ">= 3.0" }}

Options:
A.

Requires any version of the AWS provider > = 3.0 and <4.0

B.

Requires any version of the AWS provider >= 3.0

C.

Requires any version of the AWS provider > = 3.0 major release. like 4.1

D.

Requires any version of the AWS provider > 3.0

HashiCorp Terraform-Associate-003 Premium Access
Questions 2

terraform destroy is the only way to remove infrastructure.

Options:
A.

True

B.

False

Questions 3

When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?

Options:
A.

In an environment variable

B.

On the disk

C.

In the remote backend or Terraform Cloud

D.

In memory

Questions 4

Which of the following module source paths does not specify a remote module?

Options:
A.

Source = “module/consul’’

B.

Source = ‘’githhub.comicrop/example’’

C.

Source =’’git@github.com:hasicrop/example.git’’

D.

Source = ‘’hasicrop/consul/aws’’

Questions 5

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 6

Which of these are features of HCP Terraform/Terraform Cloud? Pick the 2 correct responses below.

Options:
A.

Automated infrastructure deployment visualization.

B.

A web-based user interface (UI).

C.

Automatic backups of configuration and state.

D.

Remote state storage.

Questions 7

All standard backend types support state locking, and remote operations like plan, apply, and destroy.

Options:
A.

True

B.

False

Questions 8

Terraform providers are always installed from the Internet.

Options:
A.

True

B.

False

Questions 9

You want to know from which paths Terraform is loading providers referenced in your Terraform configuration (* files). You need to enable additional logging messages to find this out. Which of the following would achieve this?

Options:
A.

Set verbose for each provider in your Terraform configuration

B.

Set the environment variable TF_LOG_TRACE

C.

Set the environment variable TF_LOG_PATH

D.

Set the environment variable TF_log_TRACE

Questions 10

Where in your Terraform configuration do you specify a state backend?

Options:
A.

The resource block

B.

The data source block

C.

The terraform block

D.

The provider block