Quiz: OAuth and Distributed Systems Questions
Browse questions from Quiz: OAuth and Distributed Systems. Each question has options and an explanation.
Questions — Page 1 of 1
- What problem does OAuth primarily solve?
- OAuth mainly exists so users can share their passwords with every client app.
- What does idempotency mean?
- Idempotency is important for retry-safe APIs.
- Why are distributed transactions difficult in microservices?
- Distributed transactions are always simpler than a local database transaction.
- Which pattern is often used instead of a single strong distributed transaction?
- A saga can model a long-running business transaction across services.