Beginner Software Engineering / SDLC / Agile
Q21 / 100

What is "continuous integration" (CI)?

Correct! Well done.

Incorrect.

The correct answer is A) A development practice where developers frequently merge their code changes into a shared repository, with automated builds and tests run on each integration to detect issues early

A

Correct Answer

A development practice where developers frequently merge their code changes into a shared repository, with automated builds and tests run on each integration to detect issues early

Explanation

By integrating and testing code changes frequently (often multiple times a day), CI helps catch integration issues and bugs early, before they compound into larger problems.

Progress
21/100