MCQ Practice Single Best Answer Topic: Configuration Management

Q What happens when a configuration is changed without using configuration management tools?

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

Choose Your Answer

Click an option to check whether your answer is correct.

  • A It increases RAM speed
  • B It guarantees deployment success
  • C It may lead to environment inconsistencies
  • D It improves network latency
Correct Answer: C

Explanation

Making configuration changes manually or without using proper configuration management tools can result in inconsistencies across different environments. For instance, a developer may update a configuration in the development environment but forget to do so in staging or production. This "drift" can lead to software bugs, failures, and difficult-to-diagnose issues during deployments. Configuration management tools automate these updates across all environments and maintain a single source of truth for configurations. This ensures all deployments are consistent, traceable, and reversible, which is crucial in a fast-paced CD pipeline.

Share This Question

Share this MCQ with your friends or study group.