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

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

Questions 21

Terraform installs its providers during which phase?

Options:
A.

Plan

B.

Init

C.

Refresh

D.

All of the above

HashiCorp Terraform-Associate-003 Premium Access
Questions 22

Which of these is true about Terraform's plugin-based architecture?

Options:
A.

Terraform can only source providers from the internet

B.

Every provider in a configuration has its own state file for its resources

C.

You can create a provider for your API if none exists

D.

All providers are part of the Terraform core binary

Questions 23

What is the provider for this resource?

Terraform-Associate-003 Question 23

Options:
A.

Vpc

B.

Test

C.

Main

D.

aws

Questions 24
Options:
A.

Run all Terraform commands on a shared server or container.

B.

Configure the authentication credentials in your Terraform configuration files, and store them in version control.

C.

Use environment variables to configure authentication credentials outside of your Terraform configuration.

D.

None of the above.

Questions 25

What feature stops multiple users from operating on the Terraform state at the same time?

Options:
A.

State locking

B.

Version control

C.

Provider constraints

D.

Remote backends

Questions 26

What command can you run to generateDOT (Graphviz)formatted data to visualize Terraform dependencies?

Options:
A.

terraform refresh

B.

terraform graph

C.

terraform output

D.

terraform show

Questions 27

You have a simple Terraform configuration containing one virtual machine (VM) in a cloud provider. You run terraform apply and the VM is created successfully. What will happen if you terraform apply again immediately afterward without changing any Terraform code?

Options:
A.

Terraform will terminate and recreate the VM.

B.

Terraform will create another duplicate VM.

C.

Terraform will apply the VM to the state file.

D.

Nothing

Questions 28

When do changes invoked by terraform apply take effect?

Options:
A.

After Terraform has updated the state file

B.

Once the resource provider has fulfilled the request

C.

Immediately

D.

None of the above are correct

Questions 29

Which Terraform command checks that your configuration syntax is correct?

Options:
A.

terraform validate

B.

terraform init

C.

terraform show

D.

terraform fmt

Questions 30

Which of the following is not a benefit of adopting infrastructure as code?

Options:
A.

Versioning

B.

A Graphical User Interface

C.

Reusability of code

D.

Automation