BeginnerPhone
2 min
CI vs CD vs CD
CI/CDDevOpsAutomation
Advertisement
Interview Question
What is the difference between Continuous Integration, Continuous Delivery, and Continuous Deployment?
Key Points to Cover
- CI: Automatically integrate code changes with testing
- Continuous Delivery: Code is always ready for production deployment
- Continuous Deployment: Every change automatically goes to production
- Each builds upon the previous practice
Evaluation Rubric
Correctly explains Continuous Integration30% weight
Distinguishes Continuous Delivery (ready to deploy)35% weight
Explains Continuous Deployment (auto to production)35% weight
Hints
- 💡Think about the level of automation and human involvement
Advertisement