Developers on the housing-vouchers service merge small changes into a shared mainline several times a day, each time running automated checks. Which CI/CD concept is this?
Select an answer to reveal the explanation.
Short Explanation
Continuous integration means ‘merge early, merge often, and let the robots yell if you broke something.’ Tiny daily merges beat a giant conflict pile at month-end. Shared mainline plus automated checks is the heartbeat.
Full Explanation
Continuous integration is the practice of frequently merging developer work into a shared mainline while automated builds and tests verify each integration. It reduces long-lived branch divergence and surfaces defects quickly. Annual DR drills, document watermarking, or capacity reservations are separate operational concerns.