시험덤프
매달, 우리는 1000명 이상의 사람들이 시험 준비를 잘하고 시험을 잘 통과할 수 있도록 도와줍니다.
  / TA-002-P 덤프  / TA-002-P 문제 연습

HashiCorp TA-002-P 시험

HashiCorp Certified: Terraform Associate 온라인 연습

최종 업데이트 시간: 2024년04월23일,174문제.

당신은 온라인 연습 문제를 통해 HashiCorp TA-002-P 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.

시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 TA-002-P 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 174개의 시험 문제와 답을 포함하십시오.

 / 6

Question No : 1


What is one disadvantage of using dynamic blocks in Terraform?

정답:
Explanation:
Reference: https://github.com/hashicorp/terraform/issues/19291

Question No : 2


CORRECT TEXT
FILL BLANK
What is the name of the default file where Terraform stores the state?
Type your answer in the field provided. The text field is not case-sensitive and all variations of the correct answer are accepted.

정답: Terraform.tfstate

Question No : 3


One remote backend configuration always maps to a single remote workspace.

정답:
Explanation:
Reference: https://www.terraform.io/docs/language/settings/backends/remote.html

Question No : 4


Module variable assignments are inherited from the parent module and do not need to be explicitly set.

정답:

Question No : 5


You would like to reuse the same Terraform configuration for your development and production environments with a different state file for each.
Which command would you use?

정답:

Question No : 6


Where in your Terraform configuration do you specify a state backend?

정답:
Explanation:
Backends are configured with a nested backend block within the top-level terraform block.
Reference: https://www.terraform.io/docs/language/settings/backends/configuration.html

Question No : 7


Your DevOps team is currently using the local backend for your Terraform configuration. You would like to move to a remote backend to begin storing the state file in a central location.
Which of the following backends would not work?

정답:

Question No : 8


You’re building a CI/CD (continuous integration/ continuous delivery) pipeline and need to inject sensitive variables into your Terraform run.
How can you do this safely?

정답:

Question No : 9


What does the default "local" Terraform backend store?

정답:
Explanation:
The local backend stores state on the local filesystem, locks that state using system APIs, and performs operations locally.
Reference: https://www.terraform.io/docs/language/settings/backends/local.html

Question No : 10


Which of the following is the correct way to pass the value in the variable num_servers into a module with the input servers?

정답:

Question No : 11


What command does Terraform require the first time you run it within a configuration directory?

정답:
Explanation:
terraform init command is used to initialize a working directory containing Terraform configuration files.
Reference: https://www.terraform.io/docs/cli/commands/init.html

Question No : 12


What is the workflow for deploying new infrastructure with Terraform?

정답:

Question No : 13


When you initialize Terraform, where does it cache modules from the public Terraform Module Registry?

정답:

Question No : 14


What type of block is used to construct a collection of nested configuration blocks?

정답:

Question No : 15


What is the name assigned by Terraform to reference this resource?



정답:

 / 6
HashiCorp