employer cover photo
employer logo

SpotX interview question

Please explain CI and CD

Interview Answer

Anonymous

2 Mar 2021

CI is continuous integration. That means having automated testing set up that runs each time you make a push to the deployed branch. CD is continuous deployment. This means all changed are made on separate branches and then pushed and checked before being merged