LarryDpk
发布于 2021-12-18 / 721 阅读
0

How to Pass the Terraform Associate Certificate Exam

1 What is Terraform

Terraform is an IaC(Infrastructure as Code) tool, it helps to manage the infra like VM, Database, MQ by code.

As one of the most famous IaC tools, it's worth to learn Terraform. I have more than one year working experience using Terraform, so I want to get the Terraform Associate certificate.

2 Terraform Associate

HashiCorp provides 3 certificates for its product: Terraform Associate, Vault Associate and Consul Associate. The Terraform Associate certification is for Cloud Engineers specializing in operations, IT, or development who know the basic concepts and skills associated with open source HashiCorp Terraform.

Candidates will be best prepared for this exam if they have professional experience using Terraform in production, but performing the exam objectives in a personal demo environment may also be sufficient.

Prerequisites

  • Basic terminal skills
  • Basic understanding of on premises and cloud architecture

Product Version Tested

Terraform 0.14 and higher.

Exam Details

Assessment TypeMultiple choice
FormatOnline proctored
Duration1 hour
Price$70.50 USD plus locally applicable taxes and fees
LanguageEnglish
Expiration2 years

Exam Objectives

It's not much to learning before you take the exam, but you should go through all the topics, especially the key concepts: workflow, providers, state, module.

  1. Understand infrastructure as code (IaC) concepts
  2. Understand Terraform's purpose (vs other IaC)
  3. Understand Terraform basics
  4. Use the Terraform CLI (outside of core workflow)
  5. Interact with Terraform modules
  6. Navigate Terraform workflow
  7. Implement and maintain state
  8. Read, generate, and modify configuration
  9. Understand Terraform Cloud and Enterprise capabilities

3 how to prepare

The exam is not hard, but you need to go through all the consepts about Terraform. I prepared for about one week. The material you need:

study guide : You'd better learn with the guide if you are new to Terraform. You would need more time but it's really helpful to learn Terraform with the detailed guide.

review guide : if you don't have enough time, you can just review this and make sure you know the concept well. For who already knows and used Terraform, it's a good guide.

sample questions : With the sample questions, you won't be panic in the exam.

I just prepared with the review guide , as I think I already know Terraform well. But I still took time to look into all the details in the guide. You don't need to memorize all the commands and parameters, but you should know the common purpose and behaviar.

Commands you should know:

  • terraform init
  • terraform validate
  • terraform plan
  • terraform apply
  • terraform destroy
  • terraform fmt
  • terraform state
  • terraform taint
  • terraform workspace
  • terraform import
  • terraform output

Note: The official guide provided by Terraform is enough for you. You don't need other materials as they will be outdated.

4 take the exam

You need to make an appointment for the exam, remember to select the right timezone for you. You can launch the exam 30 minutes before the exam time. Because it will take time to do the examination for the environment.

We have 1 hour to complete about 60 questions, but don't worry, most of them are easy and just take few seconds. I completed all the questions within 30 minutes and passed the exam. You will get the result immediately after you submit you answers. It would also send the result and certificate badge via email to you after you finish the exam.

Keep learning and good luck!


Reference:

pkslow terraform

250 Practice Questions For Terraform Associate Certification