A saga can model a long-running business transaction across services.
Practice this question from Quiz: OAuth and Distributed Systems, with options and an explanation.
Question
A saga can model a long-running business transaction across services.
Option A — Correct answer
True
Sagas split work into steps and compensate when later steps fail.
Option B
False
Sagas split work into steps and compensate when later steps fail.