1. Which command creates an execution plan without changing infrastructure?
- terraform apply
- terraform plan
- terraform init
- terraform refresh
Source: doonops-curriculum/certification.md
Doonops lesson
Prepare for HashiCorp Certified: Terraform Associate — format, domains, and practice-style questions.
The exam is multiple-choice, online proctored, ~1 hour. You need Terraform workflow, HCL, state, modules, and cloud basics — not every AWS service.
~60 minutes · Multiple choice — single answer, multiple answer, text match (platform dependent)
Passing score set by HashiCorp — check official exam page before booking.
1. Which command creates an execution plan without changing infrastructure?
2. What does terraform init do? (choose two)
3. Which block declares the AWS region for all resources in a module?
4. When should you use for_each instead of count?
5. Where should team state be stored for collaboration?