Microsoft Azure Data Engineer Associate - DP-203

Microsoft Azure Data Engineer Associate - DP-203

Get started today

Ultimate access to all questions.


You are designing a partition strategy for a transportation dataset that includes GPS data, vehicle information, and timestamps. The data needs to support various analytical queries, including route optimization and vehicle performance analysis. What partition strategy would you recommend?




Explanation:

Partitioning by vehicle ID and timestamp allows for efficient analysis of individual vehicle performance and route optimization. This strategy also supports real-time analysis by grouping data based on chronological order.