Easy1 markMultiple Choice
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?
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
Q01Contoso Ltd is a global manufacturing company with 50,000 employees. They operate a mix of on-pre...MediumQ02A financial institution has 500 Windows Server VMs on-premises and 200 VMs in Azure. They need to...HardQ03An enterprise uses Azure Sentinel and Log Analytics. They ingest 500 GB of logs daily. The IT bud...HardQ04You are designing a monitoring strategy for a new Azure deployment consisting of App Service, Azu...EasyQ05A healthcare company uses Microsoft Entra ID (Azure AD). They need to implement a security policy...Medium
Expert