MCQ
Single Best Answer
Easy
QEnvironment configuration must be integrated only during package creation.
ID: #23974
Continuous Deployment
90 views
Question Info
#23974Q ID
EasyDifficulty
Continuous DeploymentTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option 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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic