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.