MCQ Practice Single Best Answer Topic: Configuration Management

Q Which tool is commonly used for infrastructure configuration in a Continuous Deployment pipeline?

Question ID
#24170
Subchapter
Configuration Management
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A Jenkins
  • B Terraform
  • C Selenium
  • D GitHub
Correct Answer: B

Explanation

Terraform is an open-source Infrastructure as Code (IaC) tool developed by HashiCorp. It is widely used in Continuous Deployment pipelines to provision and manage infrastructure across multiple cloud platforms. Unlike traditional scripts, Terraform uses a declarative configuration language, allowing teams to define the desired state of infrastructure and manage it consistently across environments. This makes it ideal for version-controlled, automated deployments. Using Terraform, you can provision servers, databases, networking resources, and more, ensuring that each environment is predictable and repeatable. This supports the principles of CD, where environments must be ready for automated deployment without manual interference.

Share This Question

Share this MCQ with your friends or study group.