The HashiCorp Terraform Associate exam preparation guide is designed to provide candidates with necessary information about the Terraform Associate exam. It includes exam summary, sample questions, practice test, objectives and ways to interpret the exam objectives to enable candidates to assess the types of questions-answers that may be asked during the HashiCorp Certified - Terraform Associate exam.
It is recommended for all the candidates to refer the Terraform Associate objectives and sample questions provided in this preparation guide. The HashiCorp Terraform Associate certification is mainly targeted to the candidates who want to build their career in Infrastructure Automation domain and demonstrate their expertise. We suggest you to use practice exam listed in this cert guide to get used to with exam environment and identify the knowledge areas where you need more work prior to taking the actual HashiCorp Certified Terraform Associate exam.
HashiCorp Terraform Associate Exam Summary:
Exam Name
|
HashiCorp Certified Terraform Associate |
Exam Code | Terraform Associate |
Exam Price | $70 USD |
Duration | 60 minutes |
Number of Questions | 57 |
Passing Score | Pass / Fail (Approx 70%) |
Recommended Training / Books | Prepare for the exam |
Schedule Exam | Cloud Engineer Certification Exam Portal |
Sample Questions | HashiCorp Terraform Associate Sample Questions |
Recommended Practice | HashiCorp Certified - Terraform Associate Practice Test |
HashiCorp Terraform Associate Syllabus:
Section | Objectives |
---|---|
Understand infrastructure as code (IaC) concepts |
- Explain what IaC is - Describe advantages of IaC patterns |
Understand the purpose of Terraform (vs other IaC) |
- Explain multi-cloud and provider-agnostic benefits - Explain the benefits of state |
Understand Terraform basics |
- Install and version Terraform providers - Describe plugin-based architecture - Write Terraform configuration using multiple providers - Describe how Terraform finds and fetches providers |
Use Terraform outside of core workflow |
- Describe when to use terraform import to import existing infrastructure into your Terraform state - Use terraform state to view Terraform state - Describe when to enable verbose logging and what the outcome/value is |
Interact with Terraform modules |
- Contrast and use different module source options including the public Terraform Module Registry - Interact with module inputs and outputs - Describe variable scope within modules/child modules - Set module version |
Use the core Terraform workflow |
- Describe Terraform workflow ( Write -> Plan -> Create ) - Initialize a Terraform working directory (terraform init)
- Validate a Terraform configuration (terraform validate)
- Generate and review an execution plan for Terraform (terraform plan)
- Execute changes to infrastructure with Terraform (terraform apply)
- Destroy Terraform managed infrastructure (terraform destroy)
- Apply formatting and style adjustments to a configuration (terraform fmt) |
Implement and maintain state |
- Describe default local backend - Describe state locking - Handle backend and cloud integration authentication methods - Differentiate remote state back end options - Manage resource drift and Terraform state - Describe backend block and cloud integration in configuration - Understand secret management in state files |
Read, generate, and modify configuration |
- Demonstrate use of variables and outputs - Describe secure secret injection best practice - Understand the use of collection and structural types - Create and differentiate resource and data configuration - Use resource addressing and resource parameters to connect resources together - Use HCL and Terraform functions to write configuration - Describe built-in dependency management (order of execution based) |
Understand HCP Terraform capabilities |
- Explain how HCP Terraform helps to manage infrastructure
- Describe how HCP Terraform enables collaboration and governance
|