최신HashiCorp Certified: Terraform Associate (004) (HCTA0-004) - Terraform-Associate-004무료샘플문제
문제1
How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? Choose two correct answers.
How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? Choose two correct answers.
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
Only the user that generated a terraform plan may apply it.
Only the user that generated a terraform plan may apply it.
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
What is a key benefit of the Terraform state file?
What is a key benefit of the Terraform state file?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제4
A provider configuration block is required in every Terraform configuration.
Example:

A provider configuration block is required in every Terraform configuration.
Example:

정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
Which of the following is not a valid Terraform variable type?
Which of the following is not a valid Terraform variable type?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제6
What is the primary purpose of IaC (Infrastructure as Code)?
What is the primary purpose of IaC (Infrastructure as Code)?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제7
Exhibit:
module " web_stack " {
source = " ./modules/web_stack "
}
Your configuration defines the module block shown in the exhibit. The web_stack module accepts an input variable named servers. Which of the following changes to the module block sets the servers variable to the value of 3?
Exhibit:
module " web_stack " {
source = " ./modules/web_stack "
}
Your configuration defines the module block shown in the exhibit. The web_stack module accepts an input variable named servers. Which of the following changes to the module block sets the servers variable to the value of 3?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제8
You provisioned virtual machines (VMs) on Google Cloud Platform using the gcloud command-line tool.
What must be done to manage these VMs using Terraform instead? Pick the two correct responses.
You provisioned virtual machines (VMs) on Google Cloud Platform using the gcloud command-line tool.
What must be done to manage these VMs using Terraform instead? Pick the two correct responses.
정답: A,C
설명: (KoreaDumps 회원만 볼 수 있음)
문제9
You've enabled DEBUG-level logging for Terraform, and you'd like to send the log data to a file. Which action should you take?
You've enabled DEBUG-level logging for Terraform, and you'd like to send the log data to a file. Which action should you take?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)