MCQ Single Best Answer Moderate

QWhat happens when a configuration is changed without using configuration management tools?

ID: #24178 Configuration Management 152 views
Question Info
#24178Q ID
ModerateDifficulty
Configuration ManagementTopic

Choose the Best Option

Click any option to instantly check if you're 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: Option 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

Challenge a friend or share with your study group.