What is the difference between continuous delivery and continuous deployment?
Answer / Kaushal Pratap Singh
Continuous Delivery (CD) is a software development practice where code changes are automatically built, tested, and prepared for release to production. Continuous Deployment (CD) takes this a step further by automatically deploying all tested changes to production.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is configuration management in terms of infrastructure and mention a few popular tools used?
What is agile development and scrum?
Explain continuous testing.
What are the foundational pillars of devops testing?
What is DevOps lifecycle?
Define alm (application life cycle management) ?
What all the major provisioning tools in devops ?
How will you approach when a project needs to implement devops?
Why we need devops?
Explain the typical roles involved in devops.
What is devops engineer’s duty with regards to agile development?
What are the advantages of test driven development?