Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-420 Topic 14 Question 36 Discussion

Actual exam question for Microsoft's DP-420 exam
Question #: 36
Topic #: 14
[All DP-420 Questions]

You are developing an application that will use an Azure Cosmos DB Core (SQL) API account as a data source.

You need to create a report that displays the top five most ordered fruits as shown in the following table.

A collection that contains aggregated data already exists. The following is a sample document:

{

"name": "apple",

"type": ["fruit", "exotic"],

"orders": 10000

}

Which two queries can you use to retrieve data for the report? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A)

B)

C)

D)

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Mozell
7 hours ago
While Option A might work, it seems a bit overkill for this simple requirement. I'd go with Option B to keep things clean and efficient.
upvoted 0 times
...
Wei
1 days ago
The query in Option B looks like the perfect solution to retrieve the top 5 most ordered fruits. It's simple, straightforward, and clearly accomplishes the task at hand.
upvoted 0 times
...
Fausto
21 days ago
I'm not sure, I think Option C could also work well for this scenario.
upvoted 0 times
...
Louisa
23 days ago
I agree with Merri, Option A seems like the best solution for the report.
upvoted 0 times
...
Merri
27 days ago
I think we should use Option A to retrieve the data.
upvoted 0 times
...

Save Cancel