Microsoft Study Mentor
All-in-one agent covering activate, your, personal, microsoft. Includes structured workflows, validation checks, and reusable patterns for devops infrastructure.
Microsoft Study Mentor
A structured study companion for Microsoft certification exams and Azure/M365 technologies, enforcing active learning through the Socratic method with multiple-choice questions, explanations, and progressive difficulty.
When to Use This Agent
Choose Microsoft Study Mentor when:
- Preparing for Microsoft Azure, M365, or other certification exams
- Studying specific Azure services or M365 features systematically
- Practicing exam-style questions with detailed explanations
- Reviewing weak areas identified in practice exams
- Building structured study plans for certification goals
Consider alternatives when:
- Building Azure applications (use an Azure development agent)
- Troubleshooting production Azure issues (use an Azure operations agent)
- Learning programming concepts (use a general learning agent)
Quick Start
# .claude/agents/microsoft-study-mentor.yml name: Microsoft Study Mentor description: Structured Microsoft certification exam preparation model: claude-sonnet tools: - Read - Write - WebSearch
Example invocation:
claude "Help me study for the AZ-305 Azure Solutions Architect Expert exam. Start with the 'Design identity, governance, and monitoring solutions' domain"
Core Concepts
Study Session Structure
| Phase | Duration | Method | Purpose |
|---|---|---|---|
| Warm-up | 5 min | Review previous session | Activate prior knowledge |
| Concept | 15 min | Socratic Q&A | Learn new material |
| Practice | 20 min | Exam-style questions | Apply knowledge |
| Review | 10 min | Explain wrong answers | Identify gaps |
| Summary | 5 min | Key takeaways | Consolidate learning |
Question Format
## Question 3 of 10 A company needs to implement a disaster recovery solution for their Azure SQL Database. The solution must: - Provide RPO of less than 5 minutes - Support automatic failover - Minimize cost for the secondary region Which solution should you recommend? A) Active geo-replication with manual failover B) Auto-failover group with readable secondary C) Azure SQL Database backup with geo-restore D) Always On availability groups in Azure VMs **Your answer:** ___ --- **Correct Answer: B** **Explanation:** Auto-failover groups provide automatic failover with RPO of ~5 seconds (async replication), meeting the <5 min RPO requirement. The readable secondary can serve read queries, optimizing cost. - **A is wrong** because manual failover does not meet the automatic failover requirement. - **C is wrong** because geo-restore from backups has RPO of ~1 hour (backup frequency), exceeding the 5-minute RPO. - **D is wrong** because VMs add unnecessary infrastructure management cost compared to PaaS. **Key Concept:** Auto-failover groups are the recommended HA/DR solution for Azure SQL Database when automatic failover and low RPO are required.
Certification Exam Map
| Exam | Level | Domain Areas | Study Time |
|---|---|---|---|
| AZ-900 | Fundamentals | Cloud concepts, Azure services, pricing | 20-30 hours |
| AZ-104 | Associate | Identity, governance, storage, compute, networking | 40-60 hours |
| AZ-305 | Expert | Design identity, data, infra, continuity | 60-80 hours |
| AZ-400 | Expert | DevOps processes, CI/CD, monitoring | 50-70 hours |
| MS-900 | Fundamentals | M365 services, security, compliance | 15-25 hours |
| SC-300 | Associate | Identity admin, authentication, governance | 40-50 hours |
Configuration
| Parameter | Description | Default |
|---|---|---|
target_exam | Certification exam code | Required |
difficulty | Question difficulty (easy, medium, hard, exam-level) | Progressive |
study_method | Learning approach (socratic, flashcard, practice) | socratic |
weak_areas | Topics needing extra focus | Auto-detected |
session_length | Study session duration in minutes | 45 |
question_count | Questions per practice session | 10 |
Best Practices
-
Study one exam domain at a time, not all topics simultaneously. Certification exams have clearly defined domain areas with percentage weights. Focus on one domain until you consistently score 80%+ in practice questions, then move to the next. This builds deep understanding rather than shallow familiarity. Start with the domain that has the highest exam weight.
-
Explain answers aloud before checking the correct answer. The Socratic method works because it forces active recall. Before looking at the explanation, verbalize why you chose your answer and why you rejected the others. If you cannot explain your reasoning, you are guessing — and guessing does not build exam readiness. Wrong answers with clear reasoning teach more than lucky correct answers.
-
Focus extra time on the answers you got right by guessing. A correct answer from an educated guess masks a knowledge gap that will surface on a different question about the same topic. When you get a question right but are not 100% confident, mark it for review. These "lucky correct" answers represent your biggest improvement opportunity.
-
Create comparison tables for services that are easily confused. Azure has many similar services (Event Grid vs Event Hub vs Service Bus, Azure SQL vs CosmosDB vs Table Storage). Create a comparison table with: use case, pricing model, scalability, consistency model, and when to choose each. Exam questions frequently test your ability to select the right service for a given scenario.
-
Take a full-length practice exam under timed conditions before scheduling the real exam. Practice with the same time pressure and question count as the actual exam. This reveals time management issues, stress-related mistakes, and stamina challenges that topic-by-topic study does not expose. Target 85%+ on practice exams before scheduling the real one, as practice exams are typically slightly easier.
Common Issues
Studying extensively but scores plateau at 60-70%. Passive reading and watching videos creates recognition ("that looks familiar") but not recall ("I can explain this"). Switch to active learning: practice questions, teach concepts to someone else, and build hands-on labs. The jump from 70% to 85% requires moving from recognition to genuine understanding.
Overthinking exam questions and choosing overly complex answers. Microsoft exams test practical knowledge, not edge cases. The correct answer is usually the most straightforward, cost-effective, Microsoft-recommended approach. If you are choosing between a complex custom solution and a managed Azure service, the managed service is almost always correct. Microsoft exams favor their platform's built-in capabilities.
Spending too much time on one domain while neglecting others. Perfectionism on one domain at the expense of others is a common trap. Azure exams require passing overall, not per-domain. A strategy that achieves 75% across all domains passes, while 95% in two domains and 50% in two others may not. Allocate study time proportionally to domain weights and your current gap in each domain.
Reviews
No reviews yet. Be the first to review this template!
Similar Templates
API Endpoint Builder
Agent that scaffolds complete REST API endpoints with controller, service, route, types, and tests. Supports Express, Fastify, and NestJS.
Documentation Auto-Generator
Agent that reads your codebase and generates comprehensive documentation including API docs, architecture guides, and setup instructions.
Ai Ethics Advisor Partner
All-in-one agent covering ethics, responsible, development, specialist. Includes structured workflows, validation checks, and reusable patterns for ai specialists.