Question 9 of 10Pro Only
Explain the Saga pattern for managing distributed transactions in microservices.
Sample answer preview
The Saga pattern manages distributed transactions across multiple microservices by breaking a transaction into a sequence of local transactions, each with a compensating action to undo its effects if something fails later.
distributed transactionscompensating transactionseventual consistencychoreographyorchestrationsaga orchestrator