You are developing a Microsoft Bot Framework app that consumes structured NoSQL data. The app has the following data storage requirements: Data must be stored in Azure. Data persistence must be ensured. You want to keep costs at a minimum. Which of the following actions should you take? A. Make use of Azure Blob storage B. Make use of Azure Cosmos DB C. Make use of Azure Databricks D. Make use of Azure Table storage  Suggested Answer: D Table Storage is a NoSQL key-value store for rapid development using massive semi-structured datasets. 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. Reference: https://db-engines.com/en/system/Microsoft+Azure+Cosmos+DB%3BMicrosoft+Azure+Table+Storage This question is in AI-100 Designing and Implementing an Azure AI Solution Exam For getting Microsoft Certified: Azure AI Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer