50 Questions And Answers The terraform.tfstate file always matches your currently built infrastructure. A. True B. False - B One remote backend configuration always maps to a single remote workspace. A. True B. False - B How is the Terraform remote backend different than oth er state backends such as S3, Consul, etc.? A. It can execute Terraform runs on dedicated infrastructure on premises or in Terraform Cloud B. It doesn't show the output of a terraform apply locally C. It is only available to paying customers D. All of the above - A What is the workflow for deploying new infrastructure with Terraform? A. terraform plan to import the current infrastructure to the state file, make code changes, and terraform apply to update the infrastructure. B. Write a Terraform configuration, run terraform show to view proposed changes, and terraform apply to create new infrastructure. C. terraform import to import the c urrent infrastructure to the state file, make code changes, and terraform apply to update the infrastructure. D. Write a Terraform configuration, run terraform init, run terraform plan to view planned infrastructure changes, and terraform apply to create new infrastructure. - D A provider configuration block is required in every Terraform configuration. Example: pvorider "provider_name" { ... } A.True B.False - B(58%) - A(42%) You run a local -exec provisioner in a null resource called null_resource.run _script and realize that you need to rerun the script. Which of the following commands would you use first? A. terraform taint null_resource.run_script B. terraform apply -target=null_resource.run_script C. terraform validate null_resource.run_script D. terraform plan -target=null_resource.run_script - A Which provisioner invokes a process on the resource created by Terraform? A. remote -exec B. null -exec C. local -exec D. file - A Which of the following is not true of Terraform providers? A. Providers can be written by individuals B. Providers can be maintained by a community of users C. Some providers are maintained by HashiCorp D. Major cloud vendors and non -cloud vendors can write, maintain, or collaborate on Terraform providers E. None of the above - E What command does Terraform require the first time you run it within a configuration directory? A. terraform import B. terraform init C. terraform plan D. terraform work space - B You have deployed a new webapp with a public IP address on a cloud provider. However, you did not create any outputs for your code. What is the best method to quickly find the IP address of the resource you deployed? A. Run terraform output ip _address to view the result B. In a new folder, use the terraform_remote_state data source to load in the state file, then write an output for each resource that you find the state file C. Run terraform state list to find the name of the resource, then t erraform state show to find the attributes including public IP address D. Run terraform destroy then terraform apply and look for the IP address in stdout - C Which of the following is not a key principle of infrastructure as code? A. Versioned infrastructure
Terraform Associate Exam Questions 1-50 Questions And Answers
The te file always matches your currently built infrastructure. A. True B. False - B One remote backend configuration always maps to a single remote workspace. A. True B. False - B How is the Terraform remote backend different than other state backends such as S3, Consul, etc.? A. It can execute Terraform runs on dedicated infrastructure on premises or in Terraform Cloud B. It doesn't show the output of a terraform apply locally C. It is only available to paying customers D. All of the above - A What is the workflow for deploying new infrastructure with Terraform? A. terraform plan to import the current infrastructure to the state file, make code changes, and terraform apply to update the infrastructure. B. Write a Terraform configuration, run terraform show to view proposed changes, and terraform apply to create new infrastructure. C. terraform import to import the current infrastructure to the state file, make code changes, and terraform apply to update the infrastructure. D. Write a Terraform configuration, run terraform init, run terraform plan to view planned infrastructure changes, and terraform apply to create new infrastructure. - D A provider configuration block is required in every Terraform configuration. Example: pvorider "provider_name" { ... } A.True B.False - B(58%) - A(42%) You run a local-exec provisioner in a null resource called null__script and realize that you need to rerun the script. Which of the following commands would you use first? A. terraform taint null__script B. terraform apply -target=null__script C. terraform validate null__script D. terraform plan -target=null__script - A Which provisioner invokes a process on the resource created by Terraform? A. remote-exec B. null-exec C. local-exec D. file - A Which of the following is not true of Terraform providers? A. Providers can be written by individuals B. Providers can be maintained by a community of users C. Some providers are maintained by HashiCorp D. Major cloud vendors and non-cloud vendors can write, maintain, or collaborate on Terraform providers E. None of the above - E What command does Terraform require the first time you run it within a configuration directory? A. terraform import B. terraform init C. terraform plan D. terraform workspace - B You have deployed a new webapp with a public IP address on a cloud provider. However, you did not create any outputs for your code. What is the best method to quickly find the IP address of the resource you deployed? A. Run terraform output ip_address to view the result B. In a new folder, use the terraform_remote_state data source to load in the state file, then write an output for each resource that you find the state file C. Run terraform state list to find the name of the resource, then terraform state show to find the attributes including public IP address D. Run terraform destroy then terraform apply and look for the IP address in stdout - C Which of the following is not a key principle of infrastructure as code? A. Versioned infrastructure B. Golden images C. Idempotence D. Self-describing infrastructure - B
Written for
- Institution
- Terraform associate
- Course
- Terraform associate
Document information
- Uploaded on
- August 7, 2023
- Number of pages
- 10
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
terraform associate exam questions 1 50 questions
Content preview
50 Questions And Answers The terraform.tfstate file always matches your currently built infrastructure. A. True B. False - B One remote backend configuration always maps to a single remote workspace. A. True B. False - B How is the Terraform remote backend different than oth er state backends such as S3, Consul, etc.? A. It can execute Terraform runs on dedicated infrastructure on premises or in Terraform Cloud B. It doesn't show the output of a terraform apply locally C. It is only available to paying customers D. All of the above - A What is the workflow for deploying new infrastructure with Terraform? A. terraform plan to import the current infrastructure to the state file, make code changes, and terraform apply to update the infrastructure. B. Write a Terraform configuration, run terraform show to view proposed changes, and terraform apply to create new infrastructure. C. terraform import to import the c urrent infrastructure to the state file, make code changes, and terraform apply to update the infrastructure. D. Write a Terraform configuration, run terraform init, run terraform plan to view planned infrastructure changes, and terraform apply to create new infrastructure. - D A provider configuration block is required in every Terraform configuration. Example: pvorider "provider_name" { ... } A.True B.False - B(58%) - A(42%) You run a local -exec provisioner in a null resource called null_resource.run _script and realize that you need to rerun the script. Which of the following commands would you use first? A. terraform taint null_resource.run_script B. terraform apply -target=null_resource.run_script C. terraform validate null_resource.run_script D. terraform plan -target=null_resource.run_script - A Which provisioner invokes a process on the resource created by Terraform? A. remote -exec B. null -exec C. local -exec D. file - A Which of the following is not true of Terraform providers? A. Providers can be written by individuals B. Providers can be maintained by a community of users C. Some providers are maintained by HashiCorp D. Major cloud vendors and non -cloud vendors can write, maintain, or collaborate on Terraform providers E. None of the above - E What command does Terraform require the first time you run it within a configuration directory? A. terraform import B. terraform init C. terraform plan D. terraform work space - B You have deployed a new webapp with a public IP address on a cloud provider. However, you did not create any outputs for your code. What is the best method to quickly find the IP address of the resource you deployed? A. Run terraform output ip _address to view the result B. In a new folder, use the terraform_remote_state data source to load in the state file, then write an output for each resource that you find the state file C. Run terraform state list to find the name of the resource, then t erraform state show to find the attributes including public IP address D. Run terraform destroy then terraform apply and look for the IP address in stdout - C Which of the following is not a key principle of infrastructure as code? A. Versioned infrastructure