MCQ Practice Single Best Answer Topic: Continuous Deployment

Q Environment configuration must be integrated only during package creation.

Question ID
#23974
Subchapter
Continuous Deployment
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A True
  • B False
Correct Answer: B

Explanation

False

Environment configuration should not be integrated only during package creation. Instead, it should be managed separately to support flexibility across different environments (e.g., development, testing, staging, and production).

Best practices recommend using externalized configuration (such as environment variables, configuration files, or a configuration management system) so that the same package can be deployed across multiple environments without modification.

Share This Question

Share this MCQ with your friends or study group.