Validate understanding

Terraform Academy: Knowledge assessment

Test whether you can explain concepts, select controls and reason through production trade-offs.

01Which design or operational decision best demonstrates production understanding of Terraform Basics?

A strong answer should use these outcomes: Read HCL confidently; Predict plan behaviour; Separate configuration from state. It should also explain risk, evidence and rollback.

02Which design or operational decision best demonstrates production understanding of Terraform State?

A strong answer should use these outcomes: Explain state sensitivity; Configure remote state; Recover from locking and drift issues. It should also explain risk, evidence and rollback.

03Which design or operational decision best demonstrates production understanding of Terraform Modules?

A strong answer should use these outcomes: Define clean inputs and outputs; Version modules; Test module contracts. It should also explain risk, evidence and rollback.

04Which design or operational decision best demonstrates production understanding of Variables and Validation?

A strong answer should use these outcomes: Model complex inputs; Reject invalid plans early; Avoid duplicated expressions. It should also explain risk, evidence and rollback.

05Which design or operational decision best demonstrates production understanding of Environments and Workspaces?

A strong answer should use these outcomes: Compare separation models; Prevent cross-environment impact; Select repository boundaries. It should also explain risk, evidence and rollback.

06Which design or operational decision best demonstrates production understanding of Azure Provider?

A strong answer should use these outcomes: Use workload identity; Manage provider features; Handle unsupported API capability. It should also explain risk, evidence and rollback.

07Which design or operational decision best demonstrates production understanding of Production Practices?

A strong answer should use these outcomes: Build a quality gate; Limit blast radius; Plan rollback and recovery. It should also explain risk, evidence and rollback.

08Which design or operational decision best demonstrates production understanding of Terraform Interviews?

A strong answer should use these outcomes: Answer scenario questions; Describe trade-offs; Use evidence-based troubleshooting. It should also explain risk, evidence and rollback.

09Which design or operational decision best demonstrates production understanding of Terraform Labs?

A strong answer should use these outcomes: Complete guided labs; Capture evidence; Explain each design decision. It should also explain risk, evidence and rollback.