HashiCorp Terraform Associate 004 - HashiCorp Certified: Terraform Associate (004) Exam
Page: 1 / 20
Total 99 questions
Question #1 (Topic: Topic 1, Infrastructure as Code (IaC) with Terraform
)
IaC (Infrastructure as Code) can be stored in a version control system along with application code.
A. True
B. False
Answer: A
Question #2 (Topic: Topic 1, Infrastructure as Code (IaC) with Terraform
)
It is best practice to store secret data in the same version control repository as your Terraform configuration.
A. True
B. False
Answer: B
Question #3 (Topic: Topic 1, Infrastructure as Code (IaC) with Terraform
)
Which is an advantage of using IaC (Infrastructure as Code) that is not possible when provisioning with a GUI (Graphical User Interface)?
A. Let’s you version, reuse, and share infrastructure configuration.
B. Secures your credentials.
C. Provisions the same resources at a lower cost.
D. Prevents manual modifications to your resources.
Answer: A
Question #4 (Topic: Topic 1, Infrastructure as Code (IaC) with Terraform
)
What is an advantage of immutable infrastructure?
A. Automatic infrastructure upgrades
B. In-place infrastructure upgrades
C. Quicker infrastructure upgrades
D. Less complex infrastructure upgrades
Answer: D
Question #5 (Topic: Topic 1, Infrastructure as Code (IaC) with Terraform
)
What is the primary purpose of IaC (Infrastructure as Code)?
A. To define a pipeline to test and deliver software.
B. To provision infrastructure cheaply.
C. To programmatically create and configure resources.
D. To define a vendor-agnostic API.
Answer: C