CertGrid
Microsoft Study Guide

DP-700: Microsoft Fabric Data Engineer Associate Study Guide

The DP-700 exam certifies your ability to implement and manage data engineering solutions on Microsoft Fabric, spanning lakehouses, warehouses, Data Factory pipelines, Spark notebooks, and Real-Time Intelligence. It is aimed at data engineers who ingest, transform, and serve analytics data on OneLake, and who administer, secure, and optimize those solutions. Expect hands-on scenarios covering T-SQL, PySpark/Spark SQL, KQL, capacity management, and monitoring.

Reviewed Jul 2026.

Domain 1: Implement and manage an analytics solution

Key concepts you must know · 263 practice questions

Domain 2: Ingest and transform data

Key concepts you must know · 263 practice questions

Domain 3: Monitor and optimize an analytics solution

Key concepts you must know · 232 practice questions

DP-700 exam tips

Study guide FAQ

What is the difference between a Fabric lakehouse and a warehouse?

A lakehouse stores files and Delta tables and is queried through a read-only SQL analytics endpoint plus Spark notebooks, while a warehouse is a fully transactional T-SQL relational store on OneLake that supports DML, DDL, and multi-statement transactions. Both persist data as Delta Parquet in OneLake, and you can query across them within a workspace using three-part names.

When should I use OneLake shortcuts instead of copying data?

Use a shortcut when you want to reference data in place - whether it lives in another OneLake location, ADLS Gen2, Amazon S3, Google Cloud Storage, or Dataverse - so it is queryable without duplication. Shortcuts avoid storage and pipeline overhead and keep a single source of truth, which is ideal for medallion layers and cross-workspace sharing.

How does Fabric capacity throttling work?

Fabric smooths CU consumption over time - interactive operations over seconds to minutes and background jobs over up to 24 hours - and applies progressive throttling when a capacity borrows too far into the future. It begins with interactive delay, then interactive rejection, then background rejection, and the Capacity Metrics app helps you find the peaks and top-consuming operations.

What is Direct Lake mode and why does it matter?

Direct Lake mode lets a semantic model read Delta Parquet directly from OneLake, giving near import-level query speed without importing or scheduling refreshes, while reflecting fresh data like DirectQuery. It is a key reason lakehouse and warehouse data can power fast Power BI reports without extra copies.