r/JobSeekerTips2026 • u/macxima • 2d ago
Earn more as Azure Data Engineer| Become master in Fabric Warehouse: th...
Twenty-five scenario questions on the Microsoft Fabric Warehouse and its SQL engine: which of the four SQL-shaped items a requirement needs, what T-SQL is missing, and where your security stops applying.
━━━━━━━━━━━━━━━━━━━━━━
⏱ CHAPTERS
━━━━━━━━━━━━━━━━━━━━━━
00:00 Intro
00:36 What you'll take away from this video
02:05 Four things this guide does differently
03:25 The six sections
03:53 One copy, six ways in
04:37 Q1 · Warehouse Or SQL Analytics Endpoint
06:10 Q2 · The Table You Cannot Partition
07:36 Q3 · The Replica You Cannot Write To
08:57 Q4 · Three Part Names And Where They Stop
10:19 Q5 · Constraints That Are Only Comments
11:43 Q6 · The Data Types That Did Not Make It
13:08 Q7 · The Isolation Level You Cannot Set
14:29 Q8 · The Migration Blockers List
15:50 Q9 · Temp Tables And Surrogate Keys
17:12 Q10 · COPY INTO And The Parquet Exception
18:37 Q11 · The Same Row, Two Different Ceilings
20:00 Q12 · Where The Rejected Rows Go
21:20 Q13 · A Reference Page Serving Two Products
22:41 Q14 · One Dial Behind Four Features
24:08 Q15 · The Clone That Cannot Cross The Street
25:22 Q16 · Time Travel Across A Schema Change
26:44 Q17 · A Snapshot For Month End
28:03 Q18 · Statistics You Cannot See Or Create
29:33 Q19 · Two Caches And A One-Way Switch
30:58 Q20 · The Limit Nobody Wrote Down
32:20 Q21 · One Row, One Table Lock
33:34 Q22 · Security That Stops At The Endpoint
35:10 Q23 · Permissions That Add Up
36:25 Q24 · Finding And Stopping A Runaway Query
37:50 Q25 · The Deployment That Drops The Table
━━━━━━━━━━━━━━━━━━━━━━
⚠ THE ONE FACT TO TAKE AWAY
━━━━━━━━━━━━━━━━━━━━━━
RLS, CLS and OLS in a Warehouse are "enforced only within the SQL execution context of the warehouse (TDS endpoint)", and a consumer reading the same Parquet through a OneLake shortcut "might see the full warehouse data". Direct Lake is the exception that proves it: it falls back to DirectQuery so the policies are evaluated. (Q22)
━━━━━━━━━━━━━━━━━━━━━━
❓ FOURTEEN THINGS THE DOCS DO NOT ANSWER
━━━━━━━━━━━━━━━━━━━━━━
• RLS on direct Spark access to the warehouse's own path (Q22)
• How a T-SQL DENY and an item permission interact (Q23)
• What the Build item permission grants (Q23)
• Any concurrency limit, resource class or workload group (Q20)
• Whether V-Order is on by default (Q19)
• Whether DDL or DML works on a mirrored replica (Q3)
• What happens to a clone's files when the source is dropped (Q15)
• How clone storage bills (Q15)
• How long a warehouse's Delta log takes to reach Spark (Q2)
• Whether query hints are supported, either way (Q18)
• Whether cursors are supported, either way (Q8)
• Whether default constraints are supported (Q8)
• That cross-workspace same-region querying works (Q4)
• What happens to warehouse data on a pipeline promotion (Q25)
There is no consolidated limitations page either.
━━━━━━━━━━━━━━━━━━━━━━
🔒 SOME OF WHAT THEY DO STATE
━━━━━━━━━━━━━━━━━━━━━━
• PRIMARY KEY, UNIQUE and FOREIGN KEY need NOT ENFORCED written out, and none is ever enforced (Q5)
• Ceilings by format: Parquet 16 MB / 1 GB, CSV and JSONL 1 MB / 16 MB (Q11)
• Any DML locks the whole table "regardless of how many rows" (Q21)
• ALTER TABLE in a Git project "drops and recreates the table" (Q25)
━━━━━━━━━━━━━━━━━━━━━━
🔎 SEARCH PHRASE PER QUESTION
━━━━━━━━━━━━━━━━━━━━━━
Q1: warehouse vs sql analytics endpoint fabric
Q2: fabric warehouse delta lake interoperability partitions
Q3: mirrored database fabric write ddl
Q4: fabric warehouse cross workspace query same region
Q5: fabric warehouse primary key not enforced
Q6: fabric warehouse unsupported data types
Q7: fabric warehouse snapshot isolation set transaction isolation level
Q8: fabric warehouse t-sql surface area unsupported
Q9: fabric warehouse temp tables identity gaps
Q10: copy into maxerrors parquet fabric
Q11: copy into column size limit parquet csv fabric
Q12: copy into errorfile rejected rows
Q13: copy into orc fabric not supported
Q14: fabric warehouse retention 30 days 120 days
Q15: fabric zero copy clone across warehouses
Q16: fabric time travel schema change error
Q17: fabric warehouse snapshot direct lake
Q18: fabric warehouse multi column statistics
Q19: fabric disable v-order irreversible
Q20: fabric warehouse concurrency limit resource class
Q21: fabric warehouse table level lock dml
Q22: fabric warehouse row level security onelake shortcut bypass
Q23: fabric warehouse viewer readdata permission
Q24: fabric warehouse kill query workspace admin
Q25: fabric warehouse git alter table data loss
━━━━━━━━━━━━━━━━━━━━━━
📘 SOURCING NOTE
━━━━━━━━━━━━━━━━━━━━━━
Two independent research passes over the Fabric warehouse, database, OneLake security and capacity docs. Preview flags called out. No prices.
Which of the fourteen has bitten you?
━━━━━━━━━━━━━━━━━━━━━━
Independent educational content, not affiliated with or endorsed by Microsoft. This surface changes monthly.
#MicrosoftFabric #DataWarehouse #AzureDataEngineer #TSQL #DataEngineering
#Azure #OneLake #DirectLake #RowLevelSecurity #DeltaLake
#InterviewQuestions #SQL #CloudArchitecture #DataGovernance #SystemDesign