▶ MCQ Portal
Home
Medical
Neet-Ug
4
Ssc-Cgl
General_Awareness
5
Devops
Ansible
10
Aws
5
Azure
10
Docker
5
Jenkins
5
Kubernetes
5
Terraform
10
⚑ Feedback
Home
terraform
Exam2
Exam2
devops / terraform
• 5 questions
Question 1 of 5
What language is used to write Terraform configurations?
A.
YAML
B.
Python
C.
HCL (HashiCorp Configuration Language)
D.
JSON only
Question 2 of 5
Which block in Terraform is used to define reusable infrastructure components?
A.
resource
B.
variable
C.
module
D.
output
Question 3 of 5
What does 'terraform destroy' do?
A.
Deletes the state file
B.
Removes all resources defined in the configuration
C.
Uninstalls Terraform from the system
D.
Resets the working directory
Question 4 of 5
Which Terraform feature allows you to store the state file remotely?
A.
Remote execution
B.
Backend configuration
C.
Provider registry
D.
Workspace isolation
Question 5 of 5
What is a Terraform 'provider'?
A.
A type of variable
B.
A cloud-specific plugin that manages resources
C.
An output value block
D.
A remote module source
← Back
Submit Answers ✓