Bird
0
0

A microservices system has services tightly coupled with synchronous calls causing slow response times. Which anti-pattern is most likely present?

medium📝 Analysis Q6 of 15
Microservices - Advanced Patterns
A microservices system has services tightly coupled with synchronous calls causing slow response times. Which anti-pattern is most likely present?
ADistributed monolith
BEvent-driven architecture
CCQRS pattern
DAPI gateway pattern
Step-by-Step Solution
Solution:
  1. Step 1: Identify symptoms of tight coupling and slow sync calls

    Tightly coupled services with synchronous calls causing delays indicate a distributed monolith.
  2. Step 2: Match symptoms to anti-pattern

    Distributed monolith fits these symptoms best.
  3. Final Answer:

    Distributed monolith -> Option A
  4. Quick Check:

    Tight coupling + sync calls = Distributed Monolith [OK]
Quick Trick: Tight sync calls causing delays = distributed monolith [OK]
Common Mistakes:
  • Confusing event-driven with synchronous coupling
  • Assuming CQRS causes tight coupling
  • Mixing API gateway with anti-patterns

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes