Exam Tips
Memory tricks, common gotchas, and quick-recall summaries. Review this page the night before your exam.
π Exam Quick Facts
π Study Priority by Weight
π§ All Memory Tricks
Managed Identity for auth Β· ACR Tasks for cloud builds Β· Premium for geo-rep + signing
Containerized serverless Β· Revisions Β· Event-driven scaling (KEDA) Β· Dapr Β· Scale-to-zero
Control plane = free Β· Helm for deploy Β· User + System pools Β· Networking = Azure CNI Β· Kubectl
Partition key = most important Β· RU = currency Β· Embeddings via DiskANN Β· VectorDistance() Β· Indexing auto Β· Event via Change Feed Β· Writes = 5-6x reads
HNSW = better accuracy (prod) Β· IVFFlat = less memory (needs data) Β· Cosine <=> for text
Semantic caching Β· All in-memory Β· Vector search (Enterprise) Β· Event streams Β· Session store + cache-aside
Service Bus = bank transfer (reliable, ordered) Β· Event Grid = news broadcast (reactive, fast)
Key Vault = secrets safe (encrypted) Β· App Config = settings dashboard (environment config) Β· Connect with Key Vault references
Where = filter (SQL WHERE) Β· Summarize = aggregate (GROUP BY) Β· Project = columns (SELECT)
β οΈ Top Exam Gotchas
ACR Admin user is disabled by default β never use in production. Answer is always Managed Identity.
Cosmos DB partition key cannot be changed after container creation. Must recreate and migrate.
Change feed does NOT capture deletes. Use soft-delete pattern.
IVFFlat index requires data before building. HNSW can be built on empty tables.
Redis vector search requires Enterprise tier. Basic/Standard/Premium won't work.
Key Vault purge protection is irreversible once enabled.
KQL pipe order is opposite to SQL: where (filter) β summarize (group) β project (select).
Ready to start studying?
Go through each module for the full notes, infographics, and exam tips.