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

Free HashiCorp Terraform-Associate-004 Practice Exam with Questions & Answers | Set: 10

Questions 91

Which of the following commands would you use to access all of the attributes and details of a resource managed by Terraform?

Options:
A.

terraform state list ‘provider_type.name’

B.

terraform state show ‘provider_type.name’

C.

terraform get ‘provider_type.name’

D.

terraform state list

HashiCorp Terraform-Associate-004 Premium Access
Questions 92

Which of the following is not a key principle of infrastructure as code?

Options:
A.

Self-describing infrastructure

B.

Idempotence

C.

Versioned infrastructure

D.

Golden images

Questions 93

Which statement describes a goal of Infrastructure as Code (IaC)?

Options:
A.

A pipeline process to test and deliver software.

B.

Write once, run anywhere.

C.

The programmatic configuration of resources.

D.

Defining a vendor-agnostic API.

Questions 94

A senior admin accidentally deleted some of your cloud instances. What will Terraform do when you run terraform apply?

Options:
A.

Tear down the entire workspace ' s infrastructure and rebuild it.

B.

Build a completely brand new set of infrastructure.

C.

Rebuild only the instances that were deleted.

D.

Stop and generate an error message about the missing instances.

Questions 95

Running terraform fmt without any flags in a directory with Terraform configuration files check the formatting of those files without changing their contents.

Options:
A.

True

B.

False