The correct answer is D because the real problem is not Batul’s individual scheduling conflict; it is the organization’s release model. Weekend releases, large batches, war rooms, and extraordinary coordination are symptoms of a high-risk, low-frequency delivery process. DevOps aims to make releases routine, safe, repeatable, and sustainable by creating continuous delivery capability and releasing small increments regularly.
A continuous delivery pipeline reduces manual effort, improves confidence through automated build, test, security, and deployment steps, and enables faster feedback. Smaller releases reduce complexity and risk because each change contains less scope, is easier to understand, easier to validate, and easier to recover from if something goes wrong. This also reduces the human cost of delivery, including weekend work, overtime, burnout, and dependence on heroic individuals.
A war room may help manage a risky release, but it does not solve the systemic issue. Asking someone else to cover only transfers the burden. Moving a large release into working hours may reduce personal disruption but still preserves the risky batch size. Relevant study guide references: Becoming a DevOps Organization; Measuring to Improve; Maintaining Energy and Momentum.
==============