Which pattern is often used instead of a single strong distributed transaction?
Practice this question from Quiz: OAuth and Distributed Systems, with options and an explanation.
Question
Which pattern is often used instead of a single strong distributed transaction?
Option A — Correct answer
Saga with compensating actions
Sagas split work into steps and compensate when later steps fail.
Option B
StringBuilder only
Option C
Scanner loop
Option D
Enum switch only