Skip to content

DP-800: Cheatsheet โ€‹

โ† Overview ยท โ† Exam Guide


Three-Domain Map โ€‹

DomainFocus
Domain 1SQL design, advanced T-SQL, AI-assisted development
Domain 2Security, performance, CI/CD, DAB
Domain 3Embeddings, vector search, hybrid search, RAG

Security Shortcuts โ€‹

NeedUse
Hide values from some usersDynamic Data Masking
Restrict which rows users can seeRow-Level Security
Protect plaintext even from DB sideAlways Encrypted
Capture compliance evidenceAuditing
Avoid secrets in codeManaged Identity / proper secrets management

SQL Object Memory Hooks โ€‹

  • Temporal = history
  • Ledger = tamper evidence
  • Graph = relationship traversal
  • Columnstore = analytics/compression
  • Trigger = automatic reaction to DML event
  • Stored procedure = explicit controlled execution path

Search Ladder โ€‹

text
Keyword match -> Full-text search
Meaning match -> Vector search
Keyword + meaning -> Hybrid search
Retrieved data + generated answer -> RAG

AI Integration Quick Rules โ€‹

Question signalBest answer direction
Data changes oftenRAG, not fine-tuning
Need faster approximate vector lookup at scaleANN
Need exact nearest-neighbor resultsENN
Need combined ranking from lexical + semantic searchRRF
Need SQL to call external model endpointsp_invoke_external_rest_endpoint

DevOps and API Shortcuts โ€‹

NeedUse
Source-controlled schema lifecycleSQL Database Projects
Drift detectionSQL Database Projects
REST/GraphQL over SQLData API builder
Safer AI-assisted SQL workCopilot instruction files + review + least privilege
Event-driven downstream refreshCDC / Change Tracking / CES / Functions / Logic Apps

Beta Exam Reminders โ€‹

  • 100 minutes
  • 700 passing score
  • No immediate beta scoring
  • No practice assessment yet

โ† Overview ยท โ† Exam Guide

Happy Studying! ๐Ÿš€ โ€ข Privacy-friendly analytics โ€” no cookies, no personal data
Privacy Policy โ€ข AI Disclaimer โ€ข Report an issue