QuestionQ22

Agile Product Delivery

Which statement is accurate when using a DevOps model for continuous deployment?

  • A It alleviates the reliance on the skill sets of Agile Teams
  • B It ensures that changes deployed to production are always immediately available to end-users
  • C It increases the transaction cost
  • D It lessens the severity and frequency of release failures
Explanation

Continuous deployment delivers small, frequently validated changes through automated pipelines. Limiting each release’s scope makes failures less likely and easier to detect, isolate, and remediate, reducing both their frequency and severity.

Community Discussion

No comments yet. Be the first to start the discussion!