Question 105 of 213
Single answerDRAG DROP -You are developing a solution for a hospital to support the following use cases:✑ The most recent patient status details must be retrieved even if multiple users in different locations have updated the patient record.✑ Patient health monitoring data retrieved must be the current version or the prior version.✑ After a patient is discharged and all charges have been assessed, the patient billing record contains the final charges.You provision a Cosmos DB NoSQL database and set the default consistency level for the database account to Strong. You set the value for Indexing Mode toConsistent.You need to minimize latency and any impact to the availability of the solution. You must override the default consistency level at the query level to meet the required consistency guarantees for the scenarios.Which consistency levels should you implement? To answer, drag the appropriate consistency levels to the correct requirements. Each consistency level may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.NOTE: Each correct selection is worth one point.Select and Place:
✓A Box 1: Strong -Strong: Strong consistency offers a linearizability guarantee. 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
BRefer to simulation panel
✓
Correct Answer: A
Box 1: Strong -Strong: Strong consistency offers a linearizability guarantee. 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
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.