00:00

QUESTION 106

- (Exam Topic 4)
Which of the following is not supported backend types in Terra form?

Correct Answer: D

QUESTION 107

- (Exam Topic 1)
What value does the Terraform Cloud/Terraform Enterprise private module registry provide over the public Terraform Module Registry?

Correct Answer: C
Terraform Cloud's private registry works similarly to the public Terraform Registry and helps you share Terraform providers and Terraform modules across your organization. It includes support for versioning and a searchable list of available providers and modules.

QUESTION 108

- (Exam Topic 4)
Your configuration file has been locked accidentally. What of the following command would you use to unlock?

Correct Answer: C

QUESTION 109

- (Exam Topic 4)
A user creates three workspaces from the command line - prod, dev, and test. Which of the following commands will the user run to switch to the dev workspace?

Correct Answer: B
The terraform workspace select command is used to choose a different workspace to use for further operations. https://www.terraform.io/docs/commands/workspace/select.html

QUESTION 110

- (Exam Topic 4)
In a Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit changes to version control.

Correct Answer: B