AZ-204 · Question #507
You are developing an inventory tracking solution. The solution includes an Azure Function app containing multiple functions triggered by Azure Cosmos DB. You plan to deploy the solution to multiple…
The correct answer is D. strong. Strong consistency offers a linearizability guarantee. Linearizability refers to serving requests concurrently. The reads are guaranteed to return the most recent committed version of an item. A client never sees an uncommitted or partial write. Users are always guaranteed to…
Question
Options
- Aconsistent prefix
- Beventual
- Cbounded staleness
- Dstrong
- Esession
How the community answered
(30 responses)- A3% (1)
- B3% (1)
- C13% (4)
- D70% (21)
- E10% (3)
Explanation
Strong consistency offers a linearizability guarantee. Linearizability refers to serving requests concurrently. The reads are guaranteed to return the most recent committed version of an item. A client never sees an uncommitted or partial write. Users are always guaranteed to read the latest committed write. Source: https://learn.microsoft.com/en-us/azure/cosmos-db/consistency-levels
Topics
Community Discussion
No community discussion yet for this question.