Microsoft Fabric Data Engineer Associate DP-700 Practice Question

You manage a Microsoft Fabric warehouse with a table dbo.FactSales (SaleDate, ProductCategory, Region, Quantity, SalesAmount). You must write one T-SQL query that returns: 1) total SalesAmount for every ProductCategory-Region pair, 2) totals per ProductCategory across all regions, 3) totals per Region across all product categories, and 4) a grand total. Using the least code, which GROUP BY clause achieves this?

  • GROUP BY GROUPING SETS ((ProductCategory, Region))

  • GROUP BY CUBE (ProductCategory, Region)

  • GROUP BY ProductCategory, Region

  • GROUP BY ROLLUP (ProductCategory, Region)

Microsoft Fabric Data Engineer Associate DP-700
Ingest and transform data
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot