exam questions

Exam DP-700 All Questions

View all questions & answers for the DP-700 exam

Exam DP-700 topic 1 question 34 discussion

Actual exam question from Microsoft's DP-700
Question #: 34
Topic #: 1
[All DP-700 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

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 a Fabric eventstream that loads data into a table named Bike_Location in a KQL database. The table contains the following columns:

BikepointID -

Street -

Neighbourhood -

No_Bikes -

No_Empty_Docks -

Timestamp -
You need to apply transformation and filter logic to prepare the data for consumption. The solution must return data for a neighbourhood named Sands End when No_Bikes is at least 15. The results must be ordered by No_Bikes in ascending order.

Solution: You use the following code segment:


Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
benni_ale
Highly Voted 2 months, 3 weeks ago
Selected Answer: B
no, order by by default is desc in kql
upvoted 5 times
...
568f95c
Most Recent 2 months, 3 weeks ago
Selected Answer: A
They are asking for the order of No_Bikes in ascending order in this question
upvoted 2 times
...
Tuki93
3 months, 2 weeks ago
Selected Answer: B
default is desc in Kusto
upvoted 3 times
...
mauriciorosa8
3 months, 2 weeks ago
Selected Answer: B
The default sorting order in KQL is **descending (desc)**; **ascending (asc) must be explicitly specified when needed.**
upvoted 2 times
...
8d6881f
3 months, 2 weeks ago
Selected Answer: B
no. In kql desc is default for sort/order by: "asc sorts into ascending order, low to high. Default is desc, high to low." https://learn.microsoft.com/en-us/kusto/query/sort-operator?view=microsoft-fabric
upvoted 2 times
...
amli123
3 months, 3 weeks ago
Selected Answer: B
default is desc
upvoted 2 times
...
MuffiSan
3 months, 4 weeks ago
Selected Answer: B
no. In kql desc is default for sort by: "asc sorts into ascending order, low to high. Default is desc, high to low." https://learn.microsoft.com/en-us/kusto/query/sort-operator?view=microsoft-fabric
upvoted 2 times
MuffiSan
3 months, 4 weeks ago
"The sort and order operators are equivalent"
upvoted 1 times
...
...
QAZdbarhate12345678
4 months, 2 weeks ago
Selected Answer: A
The provided solution meets the goal. Analysis: Filtering Condition: The code includes filter Neighbourhood == "Sands End" and No_Bikes >= 15, which satisfies the requirement to only include rows where the neighborhood is "Sands End" and No_Bikes is at least 15. Ordering: The order by No_Bikes clause ensures that the results are sorted by No_Bikes in ascending order, meeting the stated requirement. Projection: The project BikepointID, Street, Neighbourhood, No_Bikes, No_Empty_Docks, Timestamp ensures that the necessary columns are returned. Conclusion: The solution fulfills all the requirements. Correct Answer: A. Yes.
upvoted 2 times
...
Bharat
5 months ago
Selected Answer: A
the answer is yes since you don't have to specify the "asc" option. It is the default.
upvoted 2 times
GHill1982
4 months, 2 weeks ago
The answer is no. The default for order by in KQL in desc therefore asc must be specified. Confusing at first as it is the opposite of SQL. https://learn.microsoft.com/en-gb/kusto/query/sort-operator?view=azure-data-explorer#parameters
upvoted 8 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago