최신HashiCorp Certified: Terraform Associate (004) (HCTA0-004) - Terraform-Associate-004무료샘플문제
문제1
Running terraform fmt without any flags in a directory with Terraform configuration files will check the formatting of those files, but will never change their contents.
Running terraform fmt without any flags in a directory with Terraform configuration files will check the formatting of those files, but will never change their contents.
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
The terraform output command shows outputs from child modules.
The terraform output command shows outputs from child modules.
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
What kind of configuration block will manage an infrastructure object with settings specified within the block?
What kind of configuration block will manage an infrastructure object with settings specified within the block?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제4
When should you use the terraform force-unlock command?
When should you use the terraform force-unlock command?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
What does Terraform use to deploy infrastructure for different cloud providers?
What does Terraform use to deploy infrastructure for different cloud providers?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제6
A child module can always access variables declared in its parent module.
A child module can always access variables declared in its parent module.
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제7
What is the workflow for deploying new infrastructure with Terraform?
What is the workflow for deploying new infrastructure with Terraform?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제8
Which of the following is not a valid source path for specifying a module?
Which of the following is not a valid source path for specifying a module?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제9
The HCP Terraform private registry keeps the module configurations confidential within your organization.
The HCP Terraform private registry keeps the module configurations confidential within your organization.
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제10
Before you can use a remote backend, you must first execute terra-form init.
Before you can use a remote backend, you must first execute terra-form init.
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제11
Terraform providers are always installed from the Internet.
Terraform providers are always installed from the Internet.
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제12
How can terraform plan aid in the development process?
How can terraform plan aid in the development process?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제13
The_________determines how Terraform creates, updates, or delete resources.
The_________determines how Terraform creates, updates, or delete resources.
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제14
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 회원만 볼 수 있음)