Workload Taxonomies and the Microsoft Six
Two vocabularies the exam tests that you conceptually know but haven't memorized in Microsoft's phrasing: the workload taxonomies (how the exam categorizes AI problems) and Microsoft's six Responsible AI principles (asked by name, frequently).
AI workload categories
When a question says "identify the workload type," it means one of these:
- Machine learning β predictions from data: regression (numbers), classification (categories), clustering (groupings). Your Module 13 lesson 5 depth is exactly exam depth; no more is needed.
- Computer vision β image classification (what is this picture), object detection (what's in it and where, with bounding boxes), OCR (text in images), facial detection/analysis. Know those four apart β "classification vs. detection" is a perennial question.
- Natural language processing β sentiment analysis, key-phrase extraction, entity recognition, translation, speech-to-text/text-to-speech, language understanding.
- Document intelligence / knowledge mining β extracting structured data from documents and making content searchable (Document Intelligence + AI Search).
- Generative AI β creating content: text, code, images; chat; summarization; RAG- grounded answering; agents. The heaviest domain on AI-901.
Drill: hear a scenario, name the workload, then name the Azure service (lesson 2's table). Two-step, every time.
The Microsoft six Responsible AI principles
Microsoft's official six β the exam asks you to match principle to scenario, by name:
- Fairness β the system treats comparable people comparably; watch for training-data bias. (Scenario cue: loan approvals differ by demographic.)
- Reliability and safety β the system behaves as intended, including under unexpected conditions; tested and monitored. (Cue: autonomous system failure modes.)
- Privacy and security β data is protected, consented, and access-controlled throughout. (Cue: personal data in training or prompts.)
- Inclusiveness β the system works for people across abilities and contexts; accessibility. (Cue: speech interface for users who can't type.)
- Transparency β people understand what the system does and its limits; explainable outputs. (Cue: users should know they're talking to AI / why it decided.)
- Accountability β humans remain answerable for the system; governance and oversight. (Cue: who is responsible when the AI is wrong.)
Memory hook: F-R-P-I-T-A β "Fair, Reliable, Private, Inclusive, Transparent, Accountable." Note how cleanly these map onto vocabulary you already use: transparency β your citations/explainability doctrine; accountability β HITL and audit logging; reliability β fail-closed design. You've been practicing the six β now you can name them on demand.
Classic fundamentals still on the exam
A quick checklist of older-style items that survived into AI-901 β all crosswalk, no new study: features and labels; training vs. validation data; overfitting; confusion-matrix intuition (true/false positives and negatives β you drilled precision/recall well past exam depth); when clustering beats classification (no labels). If any of those feel soft, the fix is Module 12 lesson 6 and Module 13 lesson 5, not new material.