MCQ Single Best Answer Moderate

QHow does configuration management help prevent "environment drift"?

ID: #24171 Configuration Management 80 views
Question Info
#24171Q ID
ModerateDifficulty
Configuration ManagementTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A By providing additional storage
  • B By running performance checks
  • C By automating and standardizing environment setups
  • D By limiting network traffic
Correct Answer: Option C

Explanation

"Environment drift" occurs when different environments (development, testing, staging, production) slowly become misaligned due to manual updates or inconsistent configurations. Configuration Management helps prevent this by automating environment setups using code. Every environment is provisioned using the same configuration files, ensuring consistency. This removes the dependency on manual intervention and guarantees that all environments behave similarly, which is crucial for continuous deployment. Version controlling these configurations also means changes can be tracked, reviewed, and rolled back, making the entire process transparent and reliable. Therefore, configuration management tools play a pivotal role in maintaining integrity across all stages of the software lifecycle.

Share This Question

Challenge a friend or share with your study group.