AI-100 · Question #45
You are configuring data persistence for a Microsoft Bot Framework application. The application requires a structured NoSQL cloud data store. You need to identify a storage solution for the…
The correct answer is D. Azure Table storage. Table Storage is a NoSQL key-value store for rapid development using massive semi-structured You can develop applications on Cosmos DB using popular NoSQL APIs. Both services have a different scenario and pricing model. While Azure Storage Tables is aimed at high capacity on a…
Question
You are configuring data persistence for a Microsoft Bot Framework application. The application requires a structured NoSQL cloud data store. You need to identify a storage solution for the application. The solution must minimize costs. What should you identify?
Options
- AAzure Blob storage
- BAzure Cosmos DB
- CAzure HDInsight
- DAzure Table storage
How the community answered
(39 responses)- A8% (3)
- B5% (2)
- C3% (1)
- D85% (33)
Explanation
Table Storage is a NoSQL key-value store for rapid development using massive semi-structured You can develop applications on Cosmos DB using popular NoSQL APIs. Both services have a different scenario and pricing model. While Azure Storage Tables is aimed at high capacity on a single region (optional secondary read only region but no failover), indexing by PK/RK and storage-optimized pricing; Azure Cosmos DB Tables aims for high throughput (single-digit millisecond latency), global distribution (multiple failover), SLA-backed predictive performance with automatic indexing of each attribute/property and a pricing model focused on throughput. engines.com/en/system/Microsoft+Azure+Cosmos+DB%3BMicrosoft+Azure+Table+Storage
Topics
Community Discussion
No community discussion yet for this question.