Bird
0
0

Which of the following is a correct reason to revert a microservices system back to a monolith?

easy📝 Conceptual Q3 of 15
Microservices - Real-World Architecture Case Studies
Which of the following is a correct reason to revert a microservices system back to a monolith?
AWhen the system uses container orchestration
BWhen services are independently scalable
CWhen services have high network latency causing slow responses
DWhen the system has a well-defined API gateway
Step-by-Step Solution
Solution:
  1. Step 1: Identify impact of network latency in microservices

    High latency between services slows down the system and degrades user experience.
  2. Step 2: Understand how monolith helps

    A monolith reduces network calls by combining components, improving response times.
  3. Final Answer:

    When services have high network latency causing slow responses -> Option C
  4. Quick Check:

    High latency = consider monolith [OK]
Quick Trick: High network latency? Monolith reduces inter-service calls [OK]
Common Mistakes:
  • Assuming container orchestration means no latency
  • Confusing scalability with latency issues
  • Thinking API gateway solves latency problems

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes