AI-300 · Associate

AI-300 Cheat Sheet 2026: Quick Reference

Every MLOps and GenAIOps domain condensed to a table, plus a quality-metrics guide and a deployment/throughput decision table for the exam's most-confused pairs.

Exam Snapshot

Questions: ~40
Duration: 100 minutes
Passing score: 700 / 1000
Cost: $165 USD
Level: Associate
Last updated: 2026-08-04 (no dated skills-measured revision published)

1. MLOps Infrastructure (15-20%)

ConceptAreaQuick note
Workspace, datastores, computeML workspace basicsCore resources every workspace needs
Identity & access for workspacesRBAC scopingIsolate teams within one shared workspace
Data assets, environments, componentsWorkspace assetsReusable, versioned building blocks
RegistriesCross-workspace sharingShare assets across multiple workspaces
GitHub integrationSecure access configConnects source control to the workspace
Bicep / Azure CLI deploymentInfrastructure as codeVersion-controlled, repeatable workspace setup
GitHub ActionsAutomated provisioningCI/CD for resource provisioning
Network restrictionWorkspace network accessLimits who/what can reach the workspace
Git source controlML project versioningStandard version control for ML project code

2. ML Model Lifecycle & Operations (25-30%)

ConceptAreaQuick note
MLflow experiment trackingTraining orchestrationLog and compare metrics across training runs
AutoMLTraining orchestrationAutomatically explores candidate models
Hyperparameter tuningTraining orchestrationAutomated search across parameter combinations
Distributed trainingTraining orchestrationFor large or deep learning models
Training pipelinesTraining orchestrationRepeatable, automated training runs
MLflow model registrationRegistration & versioningRegisters a trained model with version history
Responsible AI evaluationRegistration & versioningChecked before/at registration, not after
Model archivingRegistration & versioningManages the end of a model version's lifecycle
Real-time vs. batch endpointsProduction deploymentReal-time = single predictions; batch = bulk, latency-tolerant
Progressive rollout / safe rollbackProduction deploymentShift traffic gradually; revert quickly if needed
Data drift detectionProduction monitoringCatches model degradation with no code change
Retraining / alert triggersProduction monitoringAutomated response when thresholds are crossed

3. GenAIOps Infrastructure (20-25%)

ConceptAreaQuick note
Foundry resources & project environmentsPlatform setupBase configuration for GenAIOps work
Managed identity + RBACAccess controlNo password-based access to Foundry resources
Private networkingNetwork securityKeeps traffic off the public internet
Bicep deploymentInfrastructure as codeSame IaC pattern as MLOps, applied to Foundry
Serverless API endpointsFoundation model deploymentBest for variable, unpredictable load
Managed computeFoundation model deploymentDedicated compute for a foundation model
Provisioned throughput unitsFoundation model deploymentPredictable latency at known, fixed volume
Model versioning & deployment strategyProduction rolloutControlled promotion of foundation model versions
Prompt design & variantsPrompt engineeringComparing prompt performance systematically
Git version control for promptsPrompt engineeringPrompts are versioned like code

4. GenAI Quality Assurance & Observability (10-15%)

ConceptAreaQuick note
Test datasets & data mappingEvaluation setupFoundation for any quality evaluation run
Groundedness / relevance / coherence / fluencyQuality metricsSee the quick reference table below
Risk & safety evaluationsEvaluation setupDetects harmful content, not just quality issues
Automated evaluation workflowsEvaluation setupBuilt-in and custom metrics, run automatically
Continuous monitoring in FoundryObservabilityOngoing, not a one-time check
Latency, throughput, response timeObservabilityPerformance metrics
Token consumption, resource usageObservabilityCost metrics
Logging, tracing, debuggingObservabilityProduction troubleshooting capability

5. GenAI Optimization (10-15%)

ConceptAreaQuick note
Similarity thresholds & chunk sizesRAG tuningDirect levers for retrieval accuracy
Embedding model selection/fine-tuningRAG tuningDomain-specific accuracy improvement
Hybrid searchRAG tuningCombines semantic and keyword-based retrieval
Relevance metrics & A/B testingRAG tuningHow RAG performance is actually evaluated
Advanced fine-tuning methodsModel customizationBeyond basic fine-tuning
Synthetic data creationModel customizationFor fine-tuning when real data is limited
Fine-tuned model monitoringModel customizationOngoing, not just at deployment
Dev-to-production managementModel customizationA managed path, not a one-time promotion

Quality Metrics Quick Reference

Four metrics that sound similar but test completely different failure modes:

MetricMeasuresFails when…
GroundednessFactual support from source contentResponse includes unsupported or fabricated details
RelevanceHow on-topic the response isResponse drifts from what was actually asked
CoherenceInternal logical consistencyResponse contradicts itself or reads disjointed
FluencyGrammatical, natural language qualityResponse is awkward, broken, or unnatural

Deployment & Throughput Quick Decision

ScenarioUse this
Unpredictable, variable request volumeServerless API endpoint
Fixed, known high-volume workload needing predictable latencyProvisioned throughput units
Testing a new model version on a small % of traffic firstProgressive rollout
Need to undo a bad deployment fastSafe rollback strategy
Real-time, single predictionsReal-time endpoint
Large batch of predictions, latency not criticalBatch endpoint

Common Questions

Is AI-300 about building models or operating them in production?

Operating them. AI-300 tests MLOps and GenAIOps — deployment, monitoring, and optimization of systems that already exist, not model design or data science fundamentals.

What's the difference between groundedness and relevance?

Relevance is whether a response is on-topic. Groundedness is whether it's factually supported by the source content. A response can be relevant and still ungrounded if it invents unsupported details.

What's the fastest way to review right before the exam?

Scan the five domain tables plus the quality metrics and deployment decision tables — those two distinctions account for a large share of missed questions.

Can I print this AI-300 cheat sheet?

Yes — every table here is plain HTML, so a browser print or "print to PDF" renders cleanly.

MSCertQuiz sells practice-exam access for AI-300 and other Microsoft certifications; this cheat sheet is written by the same team that builds those questions.

Related Resources

Reviewed the cheat sheet? Now drill it.

Start with 40 free AI-300 questions covering every domain above.

Start Free AI-300 Practice