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-700 Topic 2 Question 9 Discussion

Actual exam question for Microsoft's DP-700 exam
Question #: 9
Topic #: 2
[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:

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?

Show Suggested Answer Hide Answer
Suggested Answer: B

This code does not meet the goal because this is an SQL-like query and cannot be executed in KQL, which is required for the database.

Correct code should look like:


Contribute your Thoughts:

Troy
21 hours ago
I think the code segment meets the goal because it filters data for Sands End and orders by No_Bikes.
upvoted 0 times
...
Raul
2 days ago
B) No
upvoted 0 times
...
Samira
4 days ago
The code segment looks good to me. It filters the data for Sands End neighbourhood and orders the results by No_Bikes in ascending order as required.
upvoted 0 times
...
Troy
8 days ago
A) Yes
upvoted 0 times
...

Save Cancel