가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

Terraform 면접 질문과 답변

관련 차이점

Ansible vs TerraformPuppet vs Terraform

Ques 1. What is Terraform?

Terraform is an open-source infrastructure as code (IaC) tool used for building, changing, and versioning infrastructure efficiently.

도움이 되었나요? Add Comment View Comments
 

Ques 2. Explain the difference between Terraform and Ansible.

Terraform is primarily an IaC tool that focuses on provisioning and managing infrastructure, while Ansible is a configuration management tool that automates software provisioning, configuration, and application deployment.

도움이 되었나요? Add Comment View Comments
 

Ques 3. What is a Terraform module?

A Terraform module is a reusable and self-contained collection of Terraform configurations used to define and provision a particular piece of infrastructure.

도움이 되었나요? Add Comment View Comments
 

Ques 4. Explain the concept of 'state' in Terraform.

Terraform state is a snapshot of the infrastructure managed by Terraform. It is used to keep track of the resources created and their current state.

도움이 되었나요? Add Comment View Comments
 

Ques 5. How does Terraform manage secrets and sensitive data?

Terraform uses input variables and data sources to manage sensitive information securely. Secrets can be stored in environment variables or using a secret management tool.

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.