DP-700 · Question #55
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…
The correct answer is B. No. The provided code segment "bike_" is incomplete and cannot apply the required filtering and ordering logic to the Bike_Location table.
Question
- BikepointID
- Street
- Neighbourhood
- No_Bikes
- No_Empty_Docks
- Timestamp
Options
- AYes
- BNo
How the community answered
(25 responses)- A16% (4)
- B84% (21)
Why each option
The provided code segment "bike_" is incomplete and cannot apply the required filtering and ordering logic to the Bike_Location table.
The incomplete code segment "bike_" does not perform any of the required filtering or ordering operations.
The partial code segment "bike_" does not contain the necessary KQL operators (like 'where' or 'order by') or table references to filter data for "Sands End" or No_Bikes >= 15, nor can it order the results by No_Bikes ascending. Therefore, it fails to meet any of the specified requirements for data transformation and filtering.
Concept tested: Kusto Query Language (KQL) basics, data filtering and ordering
Source: https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/whereoperator
Community Discussion
No community discussion yet for this question.