▶ 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
Exam10
Exam10
devops / terraform
• 5 questions
Question 1 of 5
What does `terraform import` do?
A.
Downloads modules from a registry
B.
Imports existing infrastructure into Terraform state
C.
Copies configuration from another workspace
D.
Exports state to a JSON file
Question 2 of 5
What is Terraform Cloud primarily used for?
A.
Hosting static websites
B.
Collaborative remote runs, state storage, and policy enforcement
C.
Running Ansible playbooks
D.
Monitoring cloud costs
Question 3 of 5
What is a Sentinel policy in Terraform Enterprise/Cloud?
A.
A type of provider
B.
A policy-as-code framework for enforcing governance rules on plans
C.
A secret management integration
D.
A state backup mechanism
Question 4 of 5
Which command formats Terraform configuration files to the canonical style?
A.
terraform lint
B.
terraform style
C.
terraform fmt
D.
terraform format
Question 5 of 5
What does `terraform validate` check?
A.
That cloud credentials are valid
B.
That the configuration is syntactically correct and internally consistent
C.
That the state file is not corrupted
D.
That all required variables have values
← Back
Submit Answers ✓