What is the core practice of Continuous Integration (CI)?
Answer options
A
Deploying to production multiple times per day
B
Developers frequently merge code changes into a shared repository, verified by automated builds and tests
C
Writing infrastructure as code
D
Monitoring applications in production
Correct answer: Developers frequently merge code changes into a shared repository, verified by automated builds and tests
Explanation
Quick AnswerThe correct answer is Developers frequently merge code changes into a shared repository, verified by automated builds and tests because it directly addresses the core logic of Agile & DevOps.
This question has been retained as-is due to its unique context.