EMT Practice Test
1. Question Content...
Question5: What are some of the features of Terraform state? (select three)
Question8: Which of the following is considered a Terraform plugin?
Question12: Which of the following value will be accepted for var1?
variable "var1" {
type = string
}
Question16: From the code below, identify the implicit dependency:
Question17: Which of the following actions are performed during a terraform init?
Question21: From the answers below, select the advantages of using Infrastructure as Code.
Question24: What resource dependency information is stored in Terraform's state?
Question25: State locking does not happen automatically and must be specified at run
Question27: You cannot publish your own modules on the Terraform Registry.
Question30: What does terrafom plan do ?
Question34: What kind of resource dependency is stored in terraform.tfstate file?
Question38: Which of the below options is a valid interpolation syntax for retrieving a data source?
Question49: What is the default backend for Terraform?
Question54: In the following code snippet, the block type is identified by which string?
Question63: How does Terraform handle working with so many providers?
Question64: lookup retrieves the value of a single element from which of the below data type?
Question66: Which of the following statements best describes the Terraform list(...) type?
Question68: Which of the below backends support state locking?
Question69: What is the result of the following terraform function call?
Question72: What is the result of the following terraform function call?