あなたは、500 台の車両の監視ソリューションを設計しています。各車両には、1 分に 1 回 Azure イベント ハブにデータを送信する GPS 追跡デバイスがあります。
Azure Data Lake Storage Gen2 コンテナーに CSV ファイルがあります。このファイルは、各車両が存在するはずの予想される地理的領域を維持します。
GPS 位置が予想範囲外にある場合、メッセージが別のイベント ハブに追加され、30 秒以内に処理されるようにする必要があります。ソリューションは、コストを最小限に抑える必要があります。
ソリューションには何を含める必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注: 正しい選択ごとに 1 ポイントの価値があります。

正解:

Explanation

Box 1: Azure Stream Analytics
Box 2: Hopping
Hopping window functions hop forward in time by a fixed period. It may be easy to think of them as Tumbling windows that can overlap and be emitted more often than the window size. Events can belong to more than one Hopping window result set. To make a Hopping window the same as a Tumbling window, specify the hop size to be the same as the window size.
Box 3: Point within polygon
Reference:
https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-window-functions