Practice Set
Practice questions aggregated across this exam type.
Practice Questions
10 of 126 questions
Q1. What is Infrastructure as Code (IaC)?
Select one answer before revealing.
Q2. Which of the following statements correctly differentiate Terraform from AWS CloudFormation? (Select all that apply — more than one answer may be correct.)
Select one answer before revealing.
Q3. What language is Terraform configuration primarily written in?
Select one answer before revealing.
Q4. What is the purpose of `terraform init`?
Select one answer before revealing.
Q5. A team member pushes a new Terraform configuration. What is the correct order of the standard Terraform workflow?
Select one answer before revealing.
Q6. What does `terraform plan` do?
Select one answer before revealing.
Q7. In `terraform plan` output, what does the symbol `-/+` next to a resource indicate?
Select one answer before revealing.
Q8. Which Terraform command automatically formats .tf files to the canonical HCL style?
Select one answer before revealing.
Q9. You need to apply Terraform changes in a CI/CD pipeline without human interaction. Which flag should you use with `terraform apply`?
Select one answer before revealing.
Q10. What does `terraform validate` check? (Select all that apply — more than one answer may be correct.)
Select one answer before revealing.
Important Concepts
Study chapter-wise concepts before you practice.