- AFalse
- BTrue
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
False
Continuous deployment and continuous delivery are related but distinct practices.
You can practice continuous delivery without implementing continuous deployment, as continuous delivery allows for manual release decisions.
False
✅ "Acceptance"
Middleware configuration
✅ True
Environment configuration details can be integrated during build time, but it is generally not recommended for best practices.
At build time, configurations (such as database connections, API keys, or feature flags) can be baked into the build artifacts, but this approach has limitations:
Instead of integrating configurations at build time, it's better to:
Thus, while True, it's not the best practice for modern DevOps workflows. ✅
traceability
Traceability – CM tracks and records changes, ensuring that every modification is documented and can be traced back to its origin.
Continuous Deployment (CD) aims to automate the entire software release process and ensure that feedback loops are as short as possible. This helps teams:
Since CD focuses on minimizing feedback time, the correct answer is:
✅ True
People who perform the deployment should be involved in creating the deployment process because:
Thus, the correct answer is:
✅ True