Online Inter College
BlogArticlesGuidesCoursesLiveSearch
Sign InGet Started

Stay in the loop

Weekly digests of the best articles — no spam, ever.

Online Inter College

Stories, ideas, and perspectives worth sharing. A modern blogging platform built for writers and readers.

Explore

  • All Posts
  • Search
  • Most Popular
  • Latest

Company

  • About
  • Contact
  • Sign In
  • Get Started

© 2026 Online Inter College. All rights reserved.

PrivacyTermsContact
HomePracticeQuestion BankTerraform & IaC — Associate Level

Terraform & IaC — Associate Level

003

Practice questions for the HashiCorp Certified Terraform Associate exam. Covers Terraform workflow, state, providers, modules, and best practices.

10 questions
Intermediate
Free
01

What command initialises a Terraform working directory and downloads providers?

Terraform Workflow
BeginnerMCQ
View →
02

Terraform state stores the current state of your managed infrastructure to map real resources to your configuration.

Terraform State
BeginnerTrue / False
View →
03

Which Terraform command shows a preview of changes without applying them?

Terraform Workflow
BeginnerMCQ
View →
04

What is a Terraform 'provider'?

Providers & Modules
BeginnerMCQ
View →
05

What is the best practice for storing Terraform state in a team environment?

Collaboration
IntermediateMCQ
View →
06

A Terraform module is a container for multiple resources that are used together.

Providers & Modules
BeginnerTrue / False
View →
07

Which Terraform block type defines reusable values that can be set at runtime?

Core HCL
BeginnerMCQ
View →
08

What does 'terraform destroy' do?

Terraform Workflow
BeginnerMCQ
View →
09

You can import existing infrastructure into Terraform state using which command?

Terraform State
IntermediateMCQ
View →
10

Terraform workspaces allow you to manage multiple deployment environments (dev/staging/prod) from a single configuration.

Collaboration
IntermediateTrue / False
View →