Q: Environment configuration must be integrated only during package creation.
B
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.
Related Topic:
Share Above MCQ