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)
