After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Azure Cosmos DB database that contains a container named Container1. The partition key for Container1 is set to /day. Container1 contains the items shown in the following table. You need to programmatically query Azure Cosmos DB and retrieve Item1 and Item2 only. Solution: You run the following query. SELECT day - WHERE value = "10" You set the EnableCrossPartitionQuery property to False. Does this meet the goal? A. Yes B. No  Suggested Answer: B Returns Item1 only as EnableCrossPartitionQuery property to False. If EnableCrossPartitionQuery property is set to true, it will return Item1 and Item3. Reference: https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-where This question is in AZ-303 Microsoft Azure Architect Technologies Exam For getting Microsoft Certified: Azure Solutions Architect Expert 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