You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft Azure AI Engineer Associate (AI-102) Exam Preparation
Welcome
A comprehensive preparation repository for the Microsoft Certified: Azure AI Engineer Associate exam (AI-102). Built as a structured, hands-on study guide covering all official exam domains as of December 23, 2025.
The Big Shift: Azure AI has rebranded under Microsoft Foundry (formerly Azure AI Foundry / Azure AI Studio). The exam now heavily emphasizes Generative AI, RAG patterns, Agentic solutions, and Responsible AI governance.
No Azure Lab? This repo is designed so you can fully study and practice without an Azure subscription. All demo scripts run in simulation mode. Both full mock exams (100 questions total) require no Azure resources.
git clone https://github.com/YOUR_USERNAME/AI-102_Cert_Prep.git
cd AI-102_Cert_Prep
2. Read Your Study Plan
# Open the week-by-week curriculum
open COURSE-PLAN.md
3. Study a Domain
# Start with the highest-weight domain
open docs/domain-01-plan-manage.md
4. Run a Demo (No Azure Required)
cd demos/01-plan-manage
python demo_plan_manage.py
# Shows simulated output — no Azure credentials needed
5. Take a Mock Exam
# Set a 100-minute timer, then open:
open mocks/full-mock-exam-01.md
# Check your answers:
open mocks/answer-keys/mock-exam-01-answers.md
6. (Optional) Run With Real Azure
# Install dependencies
pip install -r src/python/requirements.txt
# Copy and fill in your credentials
cp src/python/env-template.txt .env
# Edit .env with your endpoints# Run demos with real Azure APIs
python demos/01-plan-manage/demo_plan_manage.py
Last updated: March 2026 · Exam objectives as of December 23, 2025
About
Comprehensive AI-102 (Azure AI Engineer Associate) exam prep. 6 domain study guides, 100 practice questions with answer keys, simulation-mode code demos — all designed to study and practice without an Azure subscription. Dec 2025 exam objectives.