employer cover photo
employer logo

SpotX Interview Question

Please explain CI and CD

Interview Answer

Anonymous

Mar 2, 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