Free TA-002-P Exam Dumps

Question 76

- (Exam Topic 3)
Terraform Cloud always encrypts state at rest and protects it with TLS in transit. Terraform Cloud also knows the identity of the user requesting state and maintains a history of state changes.

Correct Answer:B
Terraform Cloud always encrypts state at rest and protects it with TLS in transit. Terraform Cloud also knows the identity of the user requesting state and maintains a history of state changes. This can be used to control access and track activity. Terraform Enterprise also supports detailed audit logging.
https://www.terraform.io/docs/state/sensitive-data.html#recommendations

Question 77

- (Exam Topic 2)
Terraform works well in Windows but a Windows server is required.

Correct Answer:A
You may see this QUESTION NO: in actual exam. Please remember : Terraform does not require GO language to be installed as a prerequisite and it does not require a Windows Server as well.

Question 78

- (Exam Topic 4)
Select the most accurate statement to describe the Terraform language from the following list.

Correct Answer:A
Terraform is not a configuration management tool - https://www.terraform.io/intro/vs/chefpuppet.html Terraform is a declarative language - https://www.terraform.io/docs/configuration/index.html Terraform supports a syntax that is JSON compatible https://www.terraform.io/docs/configuration/syntax-json.html
Terraform is primarily designed on immutable infrastructure principles - https://www.hashicorp.com/resources/what-is-mutable-vs-immutable-infrastructure

Question 79

- (Exam Topic 4)
Why should secrets not be hard coded into Terraform code? Choose two correct answers

Correct Answer:BC

Question 80

- (Exam Topic 4)
Terraform variable names are saved in the state file.

Correct Answer:B
Terraform stores information about your infrastructure in a state file. This state file keeps track of resources created by your configuration and maps them to real-world resources. https://learn.hashicorp.com/tutorials/terraform/state-cli