1. Exam Overview
What the exam is testing
AI-102 tests whether you can design, build, deploy, secure, monitor, and integrate Azure AI solutions. The exam is not only about knowing service names. Most questions ask you to choose the best service, architecture, API, deployment model, or security approach for a business scenario.
You should be ready to reason about:
- Selecting the right Microsoft Foundry / Azure AI service for a requirement.
- Building generative AI solutions with models, prompts, retrieval, evaluation, safety, and deployment.
- Creating agentic solutions that use tools, grounding data, workflows, and guardrails.
- Implementing computer vision, OCR, image analysis, video/image classification, and face-related scenarios.
- Implementing language, speech, translation, summarization, sentiment, PII detection, and conversational workflows.
- Building search, enrichment, document extraction, vector retrieval, and knowledge mining pipelines.
- Applying Responsible AI, content safety, identity, network security, monitoring, cost control, and CI/CD.
How to think like the exam
The exam usually hides the answer in the requirement wording. Look for these clues:
| Requirement clue | What it usually means |
|---|---|
| “Use one endpoint and key for multiple AI services” | Multi-service Azure AI services resource |
| “Least privilege, avoid keys” | Managed identity + RBAC |
| “Private network only” | Private endpoint, VNet integration, disable public network access where supported |
| “Extract fields from invoices/receipts/contracts/forms” | Azure AI Document Intelligence or Content Understanding, not generic OCR alone |
| “Search across documents with semantic/vector retrieval” | Azure AI Search with vector index, semantic ranking, skillsets where needed |
| “Ground model answers on enterprise data” | RAG with Azure AI Search or another retrieval layer |
| “Generate or evaluate prompts/workflows” | Microsoft Foundry tooling, prompt flow, evaluation, content safety |
| “Speech to text / text to speech / translation” | Azure AI Speech / Translator / Language depending on input and output |
| “Moderate harmful text/images” | Azure AI Content Safety |
| “Named entities, key phrases, sentiment, PII” | Azure AI Language |
How to use this course
- Read the domain overview first.
- Study each domain by service-selection logic, not by memorizing isolated facts.
- Use the tables to eliminate wrong answers quickly.
- Review the traps section before practicing questions.
- Use the final checklist as the last-day exam review.