Easy1 markMultiple Choice
Domain 2.4: Non-Relational Data StorageDomain 2.4Table StorageCost Optimization

AZ-305 · Question 30 · Domain 2.4: Non-Relational Data Storage

A developer needs to store simple key-value data. The data volume is small, and the application requires a highly cost-effective solution. There is no requirement for global distribution, secondary indexes, or guaranteed sub-millisecond latency. Which storage solution should you recommend?

Answer options:

A.

Azure Cosmos DB Table API.

B.

Azure Table Storage.

C.

Azure SQL Database.

D.

Azure Cache for Redis.

How to approach this question

Choose the most cost-effective key-value store when advanced features are not needed.

Full Answer

B.Azure Table Storage.✓ Correct
Azure Table Storage.
Azure Table Storage is a service that stores non-relational structured data (also known as structured NoSQL data) in the cloud, providing a key/attribute store with a schemaless design. It is significantly cheaper than Cosmos DB for simple workloads.

Common mistakes

Selecting Cosmos DB Table API, which is over-engineered and too expensive for this specific scenario.

Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 6

55 questions · hints · full answers · grading

More questions from this exam