InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
In terraform modules are configured into _______ types. |
|
Answer» In terraform modules are configured into _______ types. |
|
| 2. |
Which of the following are advantages of using backend? |
|
Answer» Which of the following are advantages of USING backend? |
|
| 3. |
HCL Stands for? |
|
Answer» HCL Stands for? |
|
| 4. |
Terraform validate command provides output if there are no errors. |
|
Answer» Terraform validate command provides output if there are no errors. |
|
| 5. |
Name of the module should be ___________. |
|
Answer» NAME of the module should be ___________. choose the correct option from below list (1)Not need to be UNIQUE (2)DEPENDS on user (3)Unique Answer:-(3)Unique |
|
| 6. |
IaC is frequently referred as ____________. |
|
Answer» IaC is frequently REFERRED as ____________. |
|
| 7. |
A list is like a ________. |
|
Answer» A list is like a ________. |
|
| 8. |
Terraform allows interpolation of variables |
|
Answer» Terraform ALLOWS interpolation of variables |
|
| 9. |
What are the building blocks of terraform? |
|
Answer» What are the building BLOCKS of terraform? |
|
| 10. |
Terraform follows __________ type of language. |
|
Answer» TERRAFORM FOLLOWS __________ TYPE of language. choose the correct option from below LIST (1)procedural (2)declarative (3)Cannot be defined (4)Both declarative and Imperative Answer:-(2)declarative |
|
| 11. |
terraform.tfstate file provides information about terraform version. |
|
Answer» TERRAFORM.tfstate file PROVIDES information about terraform version. choose the correct option from below LIST (1)FALSE (2)True Answer:-(2)True |
|
| 12. |
Which is called as blueprint of infrastructure in terraform? |
|
Answer» Which is called as blueprint of INFRASTRUCTURE in terraform? |
|
| 13. |
Which of the following is the correct format to define list? |
|
Answer» Which of the following is the CORRECT format to define LIST? |
|
| 14. |
In terraform.tfvars file we mention in key/value pair. |
|
Answer» In terraform.tfvars file we mention in key value pair. |
|
| 15. |
Which is the command to initialize the plugins in terraform? |
|
Answer» Which is the command to initialize the PLUGINS in terraform? |
|
| 16. |
A set of files which describe the infrastructure in terraform is called as __________. |
|
Answer» A SET of FILES which describe the infrastructure in terraform is called as __________. |
|
| 17. |
Format to define module in terraform is _______. |
|
Answer» Format to DEFINE MODULE in terraform is _______. |
|
| 18. |
Terraform supports which of the following variables? |
|
Answer» Terraform supports which of the following variables? |
|
| 19. |
Terraform is an infrastructure provisioning tool. |
|
Answer» Terraform is an infrastructure PROVISIONING tool. |
|
| 20. |
_________ command is used for formatting the style and format. |
|
Answer» _________ command is used for formatting the STYLE and format. |
|
| 21. |
The default data type in terraform is __________. |
|
Answer» The DEFAULT data type in terraform is __________. |
|
| 22. |
Which of the following is not a terraform command? |
|
Answer» Which of the following is not a TERRAFORM command? |
|
| 23. |
_____________ command checks the downloaded modules and checks for the recent versions. |
|
Answer» _____________ COMMAND checks the downloaded MODULES and checks for the recent versions. |
|
| 24. |
What is the command to destroy the infrastructure in terraform? |
|
Answer» What is the COMMAND to destroy the infrastructure in terraform? |
|
| 25. |
terraform can read JSON configurations. |
|
Answer» terraform can read JSON configurations. |
|
| 26. |
File format for terraform code files is ____________. |
|
Answer» File format for TERRAFORM code files is ____________. |
|
| 27. |
Which of the following is a interpolation syntax for name? |
|
Answer» Which of the following is a interpolation SYNTAX for NAME? |
|
| 28. |
Format to define address in terraform is ________. |
|
Answer» FORMAT to define address in terraform is ________. choose the CORRECT option from below LIST (1) [10.0.0.0/16] (2)Both [10.0.0.0/16] and [ 10.0.0.0/16 ] are VALID (3)[ 10.0.0.0/16 ] Answer:-(3)[ 10.0.0.0/16 ] |
|
| 29. |
Which is a valid syntax for the name in the virtual network? |
|
Answer» Which is a valid SYNTAX for the name in the virtual NETWORK? |
|
| 30. |
Which of the following is the correct format to define type and name of resource of virtual network |
|
Answer» Which of the following is the correct format to define TYPE and name of resource of virtual network |
|
| 31. |
Order of declaration of variables in terraform? |
|
Answer» Order of DECLARATION of VARIABLES in TERRAFORM? |
|