+1 vote
in Azure by
A company needs to implement a solution in Azure. Below are the key requirements for this solution.

No need for schema or Index management

Ensure low latency access to data from around the world.

Which of the following data solution would you consider for this requirement?

A. Azure SQL Database

B. Azure CosmosDB

C. Azure SQL Datawarehouse

D. SQL Server Stretch database

1 Answer

0 votes
by
Answer : B

Explanation :

The Microsoft documentation mentions the following when it comes to the features of CosmosDB.

Low latency feature in Microsoft Azure CosmosDB

No schema or index management through Microsoft CosmosDB

Option A is incorrect since this is used to store normal table-like data.

Option C is incorrect since this is used for building data warehouses.

Option D is incorrect since this is used to stretch warm dynamically and cold transactional data from Microsoft SQL Server 2016 to Microsoft Azure.

Related questions

+1 vote
asked Mar 3, 2023 in Azure by Robindeniel
0 votes
asked Jun 1, 2023 in Azure by sharadyadav1986
...