DP-700 Exam QuestionsBrowse all questions from this exam

DP-700 Exam - Question 96


DRAG DROP -

You have a Fabric eventhouse that contains a KQL database. The database contains a table named TaxiData. The following is a sample of the data in TaxiData.

Exam DP-700 Question 96

You need to build two KQL queries. The solution must meet the following requirements:

One of the queries must partition RunningTotalAmount by VendorID.

The other query must create a column named FirstPickupDateTime that shows the first value of each hour from tpep_pickup_datetime partitioned by payment_type.

How should you complete each query? To answer, drag the appropriate values the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Exam DP-700 Question 96
Show Answer
Correct Answer:
Exam DP-700 Question 96

Discussion

2 comments
Sign in to comment
2e6975f
Feb 17, 2025

The answers are correct! row_cumsum row_window_session

vigaro
Mar 21, 2025

why not row_rank_min?

zxc01
Apr 15, 2025

the reason is row_rank_min only has one parameter but question give 3 parameters. Only row_window_session can match it.