Exam Tips

Memory tricks, common gotchas, and quick-recall summaries. Review this page the night before your exam.

πŸ“‹ Exam Quick Facts

Pass Score: 700 / 1000
Duration: 100 minutes
Questions: ~40–60
Heaviest Domain: Data Services (25–30%)
Question Types: MCQ, drag-drop, case study
Replaces: AZ-204

πŸ“Š Study Priority by Weight

Domain 1: Develop Containerized Solutions on Azure 20–25%
Domain 2: Develop AI Solutions by Using Azure Data Management Services 25–30%
Domain 3: Connect to and Consume Azure Services 20–25%
Domain 4: Secure, Monitor, and Troubleshoot Azure Solutions 20–25%

🧠 All Memory Tricks

πŸ“¦ Module 1 β€” ACR "MAP"

Managed Identity for auth Β· ACR Tasks for cloud builds Β· Premium for geo-rep + signing

πŸš€ Module 2 β€” Container Apps "CREDS"

Containerized serverless Β· Revisions Β· Event-driven scaling (KEDA) Β· Dapr Β· Scale-to-zero

☸️ Module 3 β€” AKS "CHUNK"

Control plane = free Β· Helm for deploy Β· User + System pools Β· Networking = Azure CNI Β· Kubectl

🌍 Module 4 β€” Cosmos "PREVIEW"

Partition key = most important Β· RU = currency Β· Embeddings via DiskANN Β· VectorDistance() Β· Indexing auto Β· Event via Change Feed Β· Writes = 5-6x reads

🐘 Module 5 β€” pgvector "HIC"

HNSW = better accuracy (prod) Β· IVFFlat = less memory (needs data) Β· Cosine <=> for text

⚑ Module 6 β€” Redis "SAVES"

Semantic caching Β· All in-memory Β· Vector search (Enterprise) Β· Event streams Β· Session store + cache-aside

πŸ”— Module 7 β€” "Bank vs News"

Service Bus = bank transfer (reliable, ordered) Β· Event Grid = news broadcast (reactive, fast)

πŸ” Module 8 β€” "Safe vs Dashboard"

Key Vault = secrets safe (encrypted) Β· App Config = settings dashboard (environment config) Β· Connect with Key Vault references

πŸ” Module 9 β€” KQL "WSP"

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.