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

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

Questions 61

Which method for sharing Terraform modules fulfills the following criteria:

    Keeps the module configurations confidential within your organization.

    Supports Terraform's semantic version constraints.

    Provides a browsable directory of your modules.

Options:
A.

A Git repository containing your modules.

B.

Public Terraform module registry.

C.

A subfolder within your workspace.

D.

HCP Terraform/Terraform Cloud private registry.

HashiCorp Terraform-Associate-003 Premium Access
Questions 62

As a member of an operations team that uses infrastructure as code (lac) practices, you are tasked with making a change to an infrastructure stack running in a public cloud. Which pattern would follow laC best practices for making a change?

Options:
A.

Make the change via the public cloud API endpoint

B.

Clone the repository containing your infrastructure code and then run the code

C.

Use the public cloud console to make the change after a database record has been approved

D.

Make the change programmatically via the public cloud CLI

E.

Submit a pull request and wait for an approved merge of the proposed changes

Questions 63

How does the Terraform cloud integration differ from other state backends such as S3, Consul,etc?

Options:
A.

It can execute Terraform runs on dedicated infrastructure in Terraform Cloud

B.

It doesn't show the output of a terraform apply locally

C.

It is only arable lo paying customers

D.

All of the above

Questions 64

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 65

What type of block is used to construct a collection of nested configuration blocks?

Options:
A.

Dynamic

B.

For_each

C.

Nesting

D.

repeated.

Questions 66

Which Terraform command checks that your configuration syntax is correct?

Options:
A.

terraform validate

B.

terraform init

C.

terraform show

D.

terraform fmt

Questions 67

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

Options:
A.

Set

B.

Map

C.

Tuple

D.

list