Hashicorp Terraform Certification CheatSheet

Raj Desikavinayagompillai
2 min readJun 16, 2020

--

About me

Overview

Overview

Learning Terraform

Terraform Study Guide

Terraform Getting Started

Hands-on Lab with Qwiklabs

Practice Exams

Practice Exam in Udemy by Cloudme

Practice Exam in Udemy by Bryan Krausen

Exam questions with explanations

Interview Questions

Interview Questions by Courseya

Interview questions by CyberIThub

Interview questions by dev.to

Exam Experiences

Exam Preparations by Shanmuganathan

Terraform Interview questions by Arun Singh

How to be success in Terraform Exam by Buddhi Weragoda

Areas of Focus in Terraform Certification

  1. Compare Terraform Offerings
  2. Terraform State
  3. Terraform Import
  4. Terraform Backends
  5. Terraform Sentinel
  6. Terraform Workspaces
  7. Terraform Destroy
  8. Terraform Force Unlock
  9. Terraform Registry
  10. Terraform Providers
  11. Terraform Releases
  12. Terraform OS Specific requirements

Hands on Experiences

  1. If manual changes happens what will be the error message on client if desired state is already made manually and what will be the message displayed in terraform client. Simulate different hands on experience and verify the same

2. Terraform basic commands and errors and how each operation works like terraform destroy, plan, refresh, etc

Additional Questions

1. what is the minimum OS version of Terraform Windows installations

2. READ READ READ terraform documentation page of all commands

Modules

Terraform Modules

Challenges

1. True or false questions are quite challenging. Example Is destroying infrastructure done by terraform destroy. This is a challenging question as you can terminate the infrastructure manually.

--

--