A county sled-dog relay board treats Cosmos consistency as only “strong or eventual.” Which order lists the five official Cosmos DB consistency levels from strongest to weakest?
Select an answer to reveal the explanation.
Short Explanation
Cosmos does not give you a two-speed bike—it gives you a five-gear ladder. From the top down: Strong, Bounded staleness, Session, Consistent prefix, Eventual. Memorize that stack, not CAP trivia.
Full Explanation
Azure Cosmos DB exposes five well-defined consistency levels. Strong is the strongest linearizable guarantee; Bounded staleness, Session, and Consistent prefix sit between Strong and Eventual; Eventual is the weakest. Session is the account default for many interactive apps, but the ordered set itself is what this skill asks candidates to know.