PL-300 · Get or connect to data
20 cards
Storage Modes
-
Quick check
A governed relational database must remain at its source, and report queries should retrieve its current data when they run. Which query path fits?
AUse DirectQuery pass-through to the source
Correct. DirectQuery leaves data at a supported source and passes report queries to it.
BImport the database into the model cache
Import creates the cached copy that the requirement rules out.
CRead it as OneLake Delta data with Direct Lake
Direct Lake requires the relevant data to be held as Delta tables in OneLake; an ordinary external relational source does not match that path.
4 / 20
-
Quick check
Why can a fast, flexible Import model miss a source change made after its last refresh?
ADirectQuery is waiting for a scheduled import
DirectQuery queries its source and does not need a scheduled data refresh.
BDirect Lake read an external SQL cache
Direct Lake reads OneLake Delta tables directly, not an imported SQL cache.
CIts cache has not been refreshed
Correct. Import is current only through its last successful refresh.
7 / 20
-
Quick check
Why must DirectQuery Power Query steps translate into the source's native queries?
AThe table must first be fully imported
A full local copy would be Import behavior, not DirectQuery.
BThe source executes the transformations
Correct. DirectQuery depends on source execution.
CEvery database must become OneLake Delta tables
OneLake Delta tables belong to Direct Lake, not DirectQuery.
11 / 20
-
Keep your progress in the app
That’s 3 of 6 quick checks. In the app they stay answered, and every lesson remembers where you left off.
-
Quick check
Why can Direct Lake be fast when analytical data already exists as Delta tables in OneLake?
AIt avoids both a separate import and an external DirectQuery round trip
Correct. Direct Lake reads OneLake Delta tables directly, avoiding import overhead and external-source query round trips.
BIt removes the semantic model and queries report visuals directly
A Fabric semantic model still serves the report; Direct Lake does not remove it.
CIt converts every Delta table into a calculated table in memory
Calculated tables stored in model memory are not the defining access path of Direct Lake.
14 / 20
-
Quick check
OneLake holds the required Delta tables, and the team wants neither import nor external query round trips. Which mode fits?
AImport
Import creates the separate cached copy the team wants to avoid.
BDirect Lake
Correct. Direct Lake reads the OneLake Delta tables directly.
CDirectQuery
DirectQuery sends report queries to an external source.
17 / 20
-
Quick check
Which reasoning applies the storage-mode decision correctly?
AChoose DirectQuery for every source because a pass-through query is always faster than memory
DirectQuery performance depends on the source and can be slower; pass-through is not automatically faster than an optimized in-memory cache.
BChoose Direct Lake for every Fabric report, regardless of where and how its data is stored
Direct Lake specifically requires Delta tables in OneLake; merely using Fabric does not establish that data path.
CStart with Import when its cache and refresh latency are acceptable
Correct. Import is the default starting point when its copy, size, and refresh behavior meet the requirements; switch to another path only when a stronger requirement demands it.
20 / 20
-
6 quick checks · then the test
In the app, finishing the quick checks opens this lesson’s 10-question test, and the ones you miss come back exactly when you’re about to forget them.
The whole course, on your phone
Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.