Azure AI-900 cheat sheet for key facts, traps, service mappings, and final review.
On this page
Use this for last-mile review. AI-900 is mostly a classification exam: what kind of problem is this, what concept or service family fits it, and which tempting distractor actually solves a different problem? Keep the current Microsoft naming shift in mind: the certification page now says Azure AI Foundry is becoming Microsoft Foundry, but the live AI-900 study guide still uses the older wording.
Grounding: Supplying relevant source context so a generative model can answer from trusted material instead of only from its pretrained knowledge.
Inference: Using a trained model or prebuilt AI service to produce output for new input.
Validation data: Data used to check whether a model generalizes beyond the examples it learned during training.
AI-900 answer sequence
Use this when the stem mixes workload classification, responsible AI, ML basics, or service family choice.
flowchart TD
S["Scenario"] --> W["Classify the workload"]
W --> R["Check responsible AI or ML fit"]
R --> F["Pick the correct Azure service family"]
F --> E["Reject answers that solve a different problem"]
Fast lane picker
If the question is really about…
Focus first on…
Strongest first move
what kind of problem is being solved
workload classification
decide vision, language, speech, document, ML, or generative AI before naming a service
ethics, bias, trust, or human oversight
responsible AI
map the scenario to fairness, safety, privacy, inclusiveness, transparency, or accountability
labeled vs unlabeled data
ML basics
decide classification, regression, or clustering first
image, document, OCR, or face clue
vision lane
identify the output type before the Azure service
speech, translation, sentiment, or entities
NLP lane
separate text-analysis tasks from audio tasks
chat, summarization, copilots, or grounded answers
generative-AI lane
decide whether the task truly creates content or only extracts or classifies it
Workload chooser
Requirement
Strongest first fit
Why
classify or detect things in images
computer vision
the output is about visual content
extract text or structure from forms, invoices, or receipts
document processing
the clue is about reading an existing document, not generating content
detect sentiment, entities, or key phrases in text
NLP
the system is analyzing human language
convert audio into text or text into speech
speech
the input or output starts with audio
predict a label or number from historical data
machine learning
the task is predictive rather than prebuilt perception
draft, summarize, rewrite, or chat
generative AI
the system creates new content
Responsible-AI quick rules
Principle
Fast anchor
Look for clues like…
fairness
avoid unjust bias in outcomes
different groups receiving systematically weaker decisions