최신 Terraform Associate TA-003-P 무료샘플문제:
1. Where does the Terraform local backend store its state?
A) In the terraform file
B) In the user's terraform,state file
C) In the /tmp directory
D) In the terraform,tfstate file
2. Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
A) curl commands manually run from a terminal
B) A sequence of REST requests you pass to a public cloud API endpoint Most Voted
C) A series of commands you enter into a public cloud console
D) A script that contains a series of public cloud CLI commands
3. Which command lets you experiment with terraform expressions?
A) Terraform validate
B) Terraform test
C) Terraform console
D) Terraform env
4. Which of these ate secure options for storing secrets for connecting to a Terraform remote backend?
Choose two correct answers.
A) Defined in Environment variables
B) Defined in a connection configuration outside of Terraform
C) Inside the backend block within the Terraform configuration
D) A variable file
5. How is terraform import run?
A) All of the above
B) As a part of terraform plan
C) As a part of terraform init
D) As a part of terraform refresh
E) By an explicit call
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: D | 질문 # 3 정답: C | 질문 # 4 정답: A,B | 질문 # 5 정답: E |