Microsoft Fabric Data Engineer Associate DP-700 Practice Question

Online order data is stored in a Microsoft Fabric warehouse table named OnlineOrders. ItemsJson (nvarchar(max)) holds a JSON array of order-line objects. You must load a new table ItemsWide with one row per order line and its parent order details using a single T-SQL INSERT…SELECT. Which T-SQL construct in the SELECT flattens the JSON array into multiple relational rows?

  • Use JSON_VALUE to extract each property and insert it directly.

  • Apply GROUP BY on ItemsJson and aggregate values into columns.

  • PIVOT the ItemsJson column to turn array items into columns.

  • CROSS APPLY OPENJSON(ItemsJson) WITH (…)

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