Azure / ADX-in-a-Day-Lab1

MIT License
34 stars 23 forks source link

Ambiguous question for Challenge 3 task 5 #26

Closed EricBuist closed 1 year ago

EricBuist commented 1 year ago

Hi, there is no way to figure out if the date/time constraint applied on task 4 applies to task 5. Moreover, the figure out whether the "top" rowCount is the smallest or largest value of rowCount, so multiple answers can be provided. The "sort" operator always returns me errors so all I can do is return the whole table, click on the "rowCount" column to sort it and take the first or last row. First row with smallest rowCount has a different clientRequestId from the image, so either "top rowCount" means the largest rowCount, either the date/time constraint applies. The question needs to be unambiguous, or there needs to be a tool checking answers automatically so one can try the multiple possibilities, otherwise this is endless frustration, trial and error.

EricBuist commented 1 year ago

Reading further the question and the reference pages for sort and top solves it.