HashiCorp Terraform Associate 004 - HashiCorp Certified: Terraform Associate (004) Exam
Page: 3 / 34
Total 167 questions
Question #11 (Topic: Topic 1, Infrastructure as Code (IaC) with Terraform
)
What does Terraform use to deploy infrastructure for different cloud providers?
A. Custom APIs developed by HashiCorp
B. Vendors’ CLI tools
C. Vendors’ UI
D. Vendor-specific providers
Answer: D
Question #12 (Topic: Topic 2, Terraform fundamentals
)
How can you enable verbose logging to troubleshoot?
A. Set the log level command line flag.
B. Set the TF_LOG environment variable.
C. Set the log level in your terraform block.
Answer: B
Question #13 (Topic: Topic 2, Terraform fundamentals
)
Which command lets you experiment with Terraform expressions?
A. terraform console
B. terraform env
C. terraform validate
D. terraform test
Answer: A
Question #14 (Topic: Topic 2, Terraform fundamentals
)
You can install Community/Partner plugins using terraform init.
A. True
B. False
Answer: A
Question #15 (Topic: Topic 2, Terraform fundamentals
)
What functionality do providers offer in Terraform? (Choose three.)
A. Group a collection of Terraform configuration files that map to a single state file.
B. Provision resources for public cloud infrastructure services.
C. Interact with cloud provider APIs.
D. Enforce security and compliance policies.
E. Provision resources for on-premises infrastructure services.
Answer: BCE