CI/CD stands for:
CI/CD stands for:
CI/CD stands for Continuous Integration / Continuous Deployment. Continuous Integration involves integrating code changes frequently and automatically testing them, while Continuous Deployment automates the release of validated code changes to production. This is a common practice in modern software development to ensure fast and reliable delivery of updates.
D is correct
The correct answer is D
I thought B & D are the same. Need to take note to answers like this. Answer is D.