Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Microsoft logo

Microsoft Certified:Azure Data Engineer Associate

Domain 1Objective 1

Implement a Partition Strategy DP-203 Practice Questions (Page 3)

Part of the Design and implement data storage domain, which accounts for 15–20% of the DP-203 exam. Microsoft does not publish an official question count, but from its 100-minute exam (~40–65 total, ~6–13 in this domain), expect 3–7 from this objective — we provide 30 practice questions to prepare you well beyond it. (estimate)

30questions here
6free pages
5concepts
15–20%of the exam

Questions 11–15

  1. 11application · medium

    A logistics company streams GPS tracking data from delivery vehicles to Azure Event Hubs. The data is landed in Azure Data Lake Storage Gen2. Analysts need to query routes by vehicle_id and by trip date. The current writer creates a new file every 5 minutes with all vehicles. File counts are high and queries are slow. You need to implement a file partition strategy that reduces file count and improves query performance. What should you do?

    Select an answer first
  2. 12application · medium

    A financial analytics platform stores historical market data in Azure Data Lake Storage Gen2. Analysts run queries that aggregate data by trading date and by sector. The current layout is /marketdata/year=2024/month=05/day=15/data.parquet. Queries that filter by sector are slow because they scan all files. You need to optimize the layout for sector-based queries while keeping date-based queries efficient. What should you do?

    Select an answer first
  3. 13expert · hard

    A large e-commerce company uses Azure Synapse dedicated SQL pool for a sales fact table. The table is partitioned by month and distributed by hash on CustomerID. Analysts run two types of queries: (1) daily sales reports that filter on a specific date, and (2) customer lifetime value queries that filter on a specific customer ID. The table has 5 years of data. You need to optimize performance for both query types. What should you do?

    Select an answer first
  4. 14application · medium

    A manufacturing company stores sensor readings in Azure Data Lake Storage Gen2. Each reading includes a sensor ID, a timestamp, and a value. The data is used for real-time dashboards and historical analysis. The current layout is /sensors/{sensorId}/readings_<timestamp>.csv. Queries that filter by date and sensor ID are slow. You need to improve query performance. What should you do?

    Select an answer first
  5. 15application · medium

    A data warehouse in Azure Synapse Analytics dedicated SQL pool has a large fact table distributed with hash distribution on ProductKey. The table is partitioned by OrderDateKey using monthly partitions. Queries that aggregate sales by product for a single month are slow. You analyze the query plan and see that all 60 partitions are being scanned. What is the most likely cause?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Microsoft. “DP-203” is a trademark of its owner, used for identification only.