dc dotCreds
Reference guide

AI-901 Course Notes

Study AI-901 section notes, then jump straight into the guided course or related practice questions without losing your place.

Continue Course Start Practice
Checking access

Checking Pro access...

Looking for your active Pro access before showing Course Notes. This usually takes just a moment.

Course Notes preview

Unlock Pro for the full per-exam reference guide.

Preview one piece from each section. Pro includes every Course Notes section, summary, key point, common mistake, exam tip, related-question review, and PDF export.

Includes full Course Mode and Course Notes.

Section 1 AI Foundations Preview
More in this section
  • Full summary in Pro version
  • 9 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 14 more related questions in Pro version

Summary

AI-901 starts with recognizing the workload before choosing a service. Common Azure AI workloads include machine learning prediction, anomaly detection, natural language processing, speech, computer vision, document extraction, content safety, and generative AI grounded with retrieval. Azure AI Services provide prebuilt capabilities through APIs, while Azure Machine Learning is the platform for training, evaluating, deploying, and managing custom models.

Key Points

  • AI Workload: An AI workload is the type of problem an AI system solves, such as prediction, anomaly detection, language, speech, vision, document extraction, search, or generation. AI-901 questions often become easy once the workload is identified.

Common Mistakes

  • Choosing Azure Machine Learning for every AI problem instead of recognizing prebuilt Azure AI Services, Stream Analytics, or Azure AI Search workloads.

Exam Tips

  • Identify the workload first: language, speech, document, safety, search, ML, anomaly detection, or generation.
Section 2 AI Application & Review Preview
More in this section
  • Full summary in Pro version
  • 9 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 27 more related questions in Pro version

Summary

Responsible AI review checks whether an AI system is fair, reliable, safe, private, secure, inclusive, transparent, and accountable. Fairness depends on representative data and evaluation across affected groups, not just overall accuracy. Transparency means users and reviewers can understand what the system is for, what data it uses, and where its limitations are.

Key Points

  • Responsible AI: Responsible AI is the practice of designing and operating AI systems according to principles such as fairness, reliability, privacy, security, inclusiveness, transparency, and accountability. It matters because AI-901 tests both service choice and responsible use.

Common Mistakes

  • Treating rule-based systems and machine learning as interchangeable even though rules need explicit logic and ML learns patterns from data.

Exam Tips

  • Representative data and subgroup evaluation are fairness clues.
Section 3 ML Fundamentals Preview
More in this section
  • Full summary in Pro version
  • 14 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 43 more related questions in Pro version

Summary

Machine learning fundamentals start with task type. Classification predicts a category, regression predicts a numeric value, clustering finds groups in unlabeled data, and reinforcement learning learns actions through rewards. AI-901 questions often describe the output first: a yes/no label, a product category, a price, a customer segment, or an action policy.

Key Points

  • Classification: Classification predicts a discrete category such as spam, sentiment, churn risk, or approved versus denied. It matters when the exam scenario asks for a label rather than a numeric estimate.

Common Mistakes

  • Using classification when the target is a number, or regression when the target is a category.

Exam Tips

  • Classification predicts categories; regression predicts numbers; clustering finds unlabeled groups.
Section 4 Azure AI Workloads Preview
More in this section
  • Full summary in Pro version
  • 13 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 47 more related questions in Pro version

Summary

Azure AI workloads are easiest to choose by input type and required output. Vision analyzes images and video frames, OCR extracts printed or handwritten text, Face detects or analyzes human faces, and object detection returns locations with bounding boxes. Image classification labels an entire image, while object detection answers where specific objects appear.

Key Points

  • Azure AI Vision: Azure AI Vision analyzes image content and returns visual information. It matters when the scenario involves images, photos, OCR, objects, faces, or visual features.

Common Mistakes

  • Choosing general Vision when the scenario specifically requires OCR, Face, or Document Intelligence.

Exam Tips

  • OCR extracts text; Document Intelligence extracts structured document fields.
Section 5 Generative AI Preview
More in this section
  • Full summary in Pro version
  • 13 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 41 more related questions in Pro version

Summary

Large language models generate text by processing prompts, system prompts, chat history, retrieved context, and other input as tokens. A system prompt sets behavior and constraints, while user and assistant messages form the conversation. Context windows limit how much input and output the model can consider at one time, so long documents usually require chunking, retrieval, or summarization.

Key Points

  • LLM: A large language model generates and transforms language based on patterns learned during training and the context supplied at runtime. It matters when the scenario asks for chat, summarization, drafting, or natural-language answers.

Common Mistakes

  • Fine-tuning a model when the problem is missing or changing source knowledge that RAG should retrieve.

Exam Tips

  • System prompts set behavior and constraints; user prompts provide the task.
Section 6 AI Governance & Security Preview
More in this section
  • Full summary in Pro version
  • 12 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 41 more related questions in Pro version

Summary

AI governance starts with access control. Azure RBAC assigns permissions to users, groups, and managed identities, while Key Vault protects secrets, keys, and credentials used by AI services and applications. Network isolation limits which networks can reach machine learning workspaces or AI resources. Encryption protects data at rest or in transit, but permissions and network design still decide who can use the resource.

Key Points

  • RBAC: Role-based access control grants permissions to identities at a defined scope. It matters because AI resources, data, indexes, and model assets should follow least privilege.

Common Mistakes

  • Using encryption as the answer for access control when the scenario really asks for RBAC or Key Vault.

Exam Tips

  • RBAC controls who can access resources; Key Vault protects secrets and keys.
Section 7 Responsible AI Preview
More in this section
  • Full summary in Pro version
  • 4 more key points in Pro version
  • 3 more common mistakes in Pro version
  • 3 more exam tips in Pro version

Summary

The Responsible AI framework provides a structured approach to managing AI risks, prioritizing proactive risk mitigation and preventing harm. This framework centers on establishing clear ownership for AI system outcomes and integrating technical controls with robust governance. Administrators utilize this framework to identify and address potential biases within AI systems, ensuring equitable outcomes and fostering trust. Successfully implementing this framework requires continuous monitoring and adaptation to evolving risks and regulatory requirements.

Key Points

  • Fairness: Addressing bias and ensuring equitable outcomes in AI systems, focusing on mitigating disparities in impact across different groups

Common Mistakes

  • Memorizing Responsible AI terms without tying them to a concrete design or review action.

Exam Tips

  • Fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability are the core Responsible AI ideas.