nerdexam
Microsoft

AZ-305 · Question #152

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 solut

The correct answer is A. an Azure Cosmos DB database. Azure Cosmos DB approaches data consistency as a spectrum of choices. This approach options than the two extremes of strong and eventual consistency. You can choose from five well- defined levels on the consistency spectrum. With Cosmos DB any write into any region must be replic

Submitted by yuriko_h· Mar 6, 2026Design data storage solutions

Question

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?

Options

  • Aan Azure Cosmos DB database
  • Ba Microsoft SQL Server Always On availability group on Azure virtual machines
  • Can Azure SQL database in an elastic pool
  • DAzure Table storage that uses geo-redundant storage (GRS) replication

How the community answered

(38 responses)
  • A
    63% (24)
  • B
    11% (4)
  • C
    18% (7)
  • D
    8% (3)

Explanation

Azure Cosmos DB approaches data consistency as a spectrum of choices. This approach options than the two extremes of strong and eventual consistency. You can choose from five well- defined levels on the consistency spectrum. With Cosmos DB any write into any region must be replicated and committed to all configured regions within the account. https://docs.microsoft.com/en-us/azure/cosmos-db/consistency-levels-tradeoffs

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice