
AI-102 Exam Preparation (Part 2): Exam Guide
Select AI-102 Exam Preparation (Part 1): Prerequisities | AI-102 Exam Preparation (Part 1): Prerequisities |
---|
Here is a 1-week focused study plan for the AI-102: Designing and Implementing a Microsoft Azure AI Solution certification. This is an intensive full-time schedule (6โ8 hours/day) aimed at someone who already has a basic understanding of Azure and Python.
๐ง What AI-102 Covers
Category | Weight |
---|---|
Plan and manage an Azure AI solution | 15โ20% |
Implement image and video processing solutions | 20โ25% |
Implement natural language processing (NLP) solutions | 20โ25% |
Implement knowledge mining solutions | 15โ20% |
Implement conversational AI solutions | 15โ20% |
โ Prerequisites You Should Already Have:
- AZ-900 & AI-900-level understanding of Azure + AI
- Python programming experience
- Basics of Azure Cognitive Services, REST APIs, and SDKs
๐ 1-Week AI-102 Study Plan
Goal: Focus on theory, hands-on labs, and practice exams every day.
๐ต Day 1 โ Overview + Planning AI Solutions
๐น Topics:
- AI-102 exam objectives + structure
- Azure AI Solution architecture
- Choosing the right Cognitive Service
- Security (authentication with keys & Azure AD)
- Monitoring and versioning models
๐น Resources:
- Microsoft Learn:
- MS Docs: Cognitive Services Authentication
- ๐งช Hands-on:
- Deploy a sample Azure AI solution using the portal
- Create a key vault and secure AI credentials
๐ฃ Day 2 โ Computer Vision + Video Indexer
๐น Topics:
- Computer Vision API, Face API, and Azure Video Indexer
- Read, analyze, and tag images
- Detect objects, people, and text (OCR)
- Spatial analysis, custom vision
๐น Resources:
- Microsoft Learn:
- ๐งช Hands-on Labs:
- Use SDK to extract text from image
- Build and train a custom vision model
๐ข Day 3 โ NLP (Text Analytics, Translator, Language)
๐น Topics:
- Text Analytics (Sentiment, Entities, Key Phrases, PII)
- Translator (real-time + document translation)
- Language service (QnA Maker successor)
๐น Resources:
- Microsoft Learn:
- ๐งช Hands-on:
- Sentiment analysis on product reviews
- Create a translation script
- Create and deploy a Language model
๐ก Day 4 โ Knowledge Mining (Azure Search + Form Recognizer)
๐น Topics:
- Azure AI Search (indexers, skillsets, cognitive skills)
- Form Recognizer
- Unstructured data enrichment pipelines
๐น Resources:
- Microsoft Learn:
- ๐งช Labs:
- Upload PDFs and extract text using Form Recognizer
- Build a searchable knowledge base with Azure AI Search
๐ด Day 5 โ Conversational AI (Azure Bot Service + LUIS)
๐น Topics:
- Bot Framework SDK vs Composer
- Azure Bot Channels
- Recognizers (LUIS vs. CLU)
- QnA, orchestration, dialogs
๐น Resources:
- Microsoft Learn:
- ๐งช Labs:
- Build a bot with Composer
- Add QnA and Language Understanding to the bot
๐ค Day 6 โ Review + Practice Exams
๐น Morning
- Review all notebooks and key code snippets
- Revisit weak areas (NLP or Form Recognizer, usually)
๐น Afternoon
- Microsoft Learn: Knowledge Checks on all modules
- Take a full-length practice test
- Example: MeasureUp or Whizlabs
- Review incorrect answers and refresh theory
โซ Day 7 โ Final Practice + Strategy
๐น Morning
- Flashcards / Rapid-fire review of services, SDKs, and use cases
- Use mind maps to summarize workflows
๐น Afternoon
- Take another timed full-length mock test
- Deep dive on missed topics
๐น Evening
- REST API vs SDK review
- Tips for exam day (REST URLs, pricing tiers, keys vs tokens)
๐งฐ Optional Tools
- Azure Portal (create resources)
- VS Code with Azure extensions
- Python SDK:
azure-cognitiveservices-vision
,azure-ai-textanalytics
, etc. - Postman (for REST API testing)