Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

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

Questions 31

Which of the following is not a valid Terraform collection type?

Options:
A.

Tree

B.

Map

C.

List

D.

set

HashiCorp Terraform-Associate-003 Premium Access
Questions 32

terraform validate confirms thesyntaxof Terraform files.

Options:
A.

True

B.

False

Questions 33

terraform validate uses provider APIs to verify your infrastructure settings.

Options:
A.

True

B.

False

Questions 34

Which of the following ate advantages of using infrastructure as code (laC) instead of provisioning with a graphical user interface (GUI)? Choose two correct answers.

Options:
A.

Lets you version, reuse, and share infrastructure configuration

B.

Provisions the same resources at a lower cost

C.

Secures your credentials

D.

Reduces risk of operator error

E.

Prevents manual modifications to your resources

Questions 35

You cannot install third party plugins using terraform init.

Options:
A.

True

B.

False

Questions 36

When using multiple configuration of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?

Options:
A.

Alias

B.

Id

C.

Depends_on

D.

name

Questions 37

When you initialize Terraform, where does it cache modules from the public Terraform Registry?

Options:
A.

In the /tmp directory.

B.

In the .terraform sub-directory.

C.

In memory.

D.

They are not cached.

Questions 38

You want to define a single input variable to capture configuration values for a server. The values must represent memory as a number, and the server name as a string.

Which variable type could you use for this input?

Options:
A.

List

B.

Object

C.

Map

D.

Terraform does not support complex input variables of different types

Questions 39

Terraform variable names are saved in the state file.

Options:
A.

True

B.

False

Questions 40

One remote backend configuration always maps to a single remote workspace.

Options:
A.

True

B.

False