Question 127 of 213
Single answerHOTSPOT -You are developing a ticket reservation system for an airline.The storage solution for the application must meet the following requirements:✑ Ensure at least 99.99% availability and provide low latency.✑ Accept reservations even when localized network outages or other unforeseen failures occur.✑ Process reservations in the exact sequence as reservations are submitted to minimize overbooking or selling the same seat to multiple travelers.✑ Allow simultaneous and out-of-order reservations with a maximum five-second tolerance window.You provision a resource group named airlineResourceGroup in the Azure South-Central US region.You need to provision a SQL API Cosmos DB account to support the app.How should you complete the Azure CLI commands? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
✓A Box 1: BoundedStaleness -Bounded staleness: The reads are guaranteed to honor the consistent-prefix guarantee. The reads might lag behind writes by at most "K" versions (that is,"updates") of an item or by "T" time interval. In other words
BRefer to simulation panel
✓
Correct Answer: A
Box 1: BoundedStaleness -Bounded staleness: The reads are guaranteed to honor the consistent-prefix guarantee. The reads might lag behind writes by at most "K" versions (that is,"updates") of an item or by "T" time interval. In other words
▥
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.