M

Microsoft Study Mentor

All-in-one agent covering activate, your, personal, microsoft. Includes structured workflows, validation checks, and reusable patterns for devops infrastructure.

AgentClipticsdevops infrastructurev1.0.0MIT
0 views0 copies

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

PhaseDurationMethodPurpose
Warm-up5 minReview previous sessionActivate prior knowledge
Concept15 minSocratic Q&ALearn new material
Practice20 minExam-style questionsApply knowledge
Review10 minExplain wrong answersIdentify gaps
Summary5 minKey takeawaysConsolidate 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

ExamLevelDomain AreasStudy Time
AZ-900FundamentalsCloud concepts, Azure services, pricing20-30 hours
AZ-104AssociateIdentity, governance, storage, compute, networking40-60 hours
AZ-305ExpertDesign identity, data, infra, continuity60-80 hours
AZ-400ExpertDevOps processes, CI/CD, monitoring50-70 hours
MS-900FundamentalsM365 services, security, compliance15-25 hours
SC-300AssociateIdentity admin, authentication, governance40-50 hours

Configuration

ParameterDescriptionDefault
target_examCertification exam codeRequired
difficultyQuestion difficulty (easy, medium, hard, exam-level)Progressive
study_methodLearning approach (socratic, flashcard, practice)socratic
weak_areasTopics needing extra focusAuto-detected
session_lengthStudy session duration in minutes45
question_countQuestions per practice session10

Best Practices

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

Community

Reviews

Write a review

No reviews yet. Be the first to review this template!

Similar Templates