Valid DP-420 Dumps shared by ExamDiscuss.com for Helping Passing DP-420 Exam! ExamDiscuss.com now offer the newest DP-420 exam dumps, the ExamDiscuss.com DP-420 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DP-420 dumps with Test Engine here:
You have an Azure Cosmos DB for NoSQL account named account1 that has a single read-write region and one additional read region. Account1 uses the strong default consistency level. You have an application that uses the eventual consistency level when submitting requests to account1. How will writes from the application be handled?
Correct Answer: A
This is because the write concern is mapped to the default consistency level configured on your Azure Cosmos DB account, which is strong in this case. Strong consistency ensures that every write operation is synchronously committed to every region associated with your Azure Cosmos DB account. The eventual consistency level that the application uses only applies to the read operations. Eventual consistency offers higher availability and better performance, but it does not guarantee the order or latency of the reads.