Skip to main content
🔒 Preview mode. The first 15 Foundations lessons are free; this one is Pro. Start a 7-day trial to unlock the editor, AI hints and the rest of the curriculum. Card required, cancel any time in Dashboard.
Start 7-day trial →
⚡
← Courses
›
Senior Deep-Dives
›
Module 4 · Memory + profiling · Recap
›
Architecture: monolith vs microservices
quiz
99 / 161
🇺🇸
EN
▼
↗
Share
⋯
More
+100 XP
📋
Task
📖
Theory
🤖
AI Help
Task
📝 **Question:** When to extract a microservice? 📋 Pick the right answer. 💡 **Hint:** Re-read the theory above if unsure.
🎯 Quiz
Question
📝 **Question:** When to extract a microservice? 📋 Pick the right answer. 💡 **Hint:** Re-read the theory above if unsure.
A
As soon as the repo crosses 50k LOC — anything above that slows down `pytest` collection past the CI budget.
B
When two teams can't ship independently without coordination — split by team boundary, not by 'this looks separate'.
C
When a single endpoint exceeds 10 RPS in production — that's the threshold where horizontal scaling pays off cleanly.
D
After the monolith hits 5 distinct database schemas — that's the bounded-context signal for a Domain-Driven split.
Submit answer
💬 Discussion
Be the first to ask a question or share a tip.
Sign in
to join the discussion. Reading is free.
Loading discussion…