You need to recommend a data store service that meets the following requirements: ✑ Native SQL API access ✑ Configurable indexes What should you recommend? A. Azure Files B. Azure Blob storage C. Azure Table storage D. Azure Cosmos DB Suggested Answer: D Azure Cosmos DB comes with native Core (SQL) API support. In Azure Cosmos DB, data is indexed following indexing policies that are defined for each container. The default indexing policy for newly created containers enforces range indexes for any string or number. This policy can be overridden with your own custom indexing policy. Reference: https://docs.microsoft.com/en-us/azure/cosmos-db/sql/how-to-manage-indexing-policy This question is in DP-900 Microsoft Azure Data Fundamentals Exam For getting Microsoft Certified: Azure Data Fundamentals 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