AZ-301 Exam QuestionsBrowse all questions from this exam

AZ-301 Exam - Question 224


You have an Azure subscription. The subscription contains an app that is hosted in the East US, Central Europe, and East Asia regions.

You need to recommend a data-tier solution for the app. The solution must meet the following requirements:

✑ Support multiple consistency levels.

✑ Be able to store at least 1 TB of data.

✑ Be able to perform read and write operations in the Azure region that is local to the app instance.

What should you include in the recommendation?

Show Answer
Correct Answer: C

Azure Cosmos DB is the best choice for this scenario as it supports multiple consistency levels, can store over 1 TB of data, and allows read and write operations in the local Azure region where the app is hosted. It meets all the requirements by providing low-latency access and the ability to handle distributed data efficiently across different geographic regions.

Discussion

3 comments
Sign in to comment
Shunya
Aug 11, 2020

Choice "C" of Cosmos is correct. Consistency is the key word

Rume
Jun 5, 2021

Distributed databases that rely on replication for high availability, low latency, or both, must make a fundamental tradeoff between the read ***consistency***, availability, latency, and throughput https://docs.microsoft.com/en-us/azure/cosmos-db/consistency-levels

us3rOption: D
Feb 21, 2022

cosmos