Bird
0
0

Which communication method is commonly used between Spotify's microservices?

easy📝 Architecture Q12 of 15
Microservices - Real-World Architecture Case Studies
Which communication method is commonly used between Spotify's microservices?
AAPIs and message queues
BFTP file transfers
CShared memory
DDirect database access
Step-by-Step Solution
Solution:
  1. Step 1: Identify common microservice communication

    Microservices usually communicate via APIs or message queues for loose coupling.
  2. Step 2: Match with Spotify's design

    Spotify uses APIs and message queues to keep services independent and responsive.
  3. Final Answer:

    APIs and message queues -> Option A
  4. Quick Check:

    Microservices communicate via APIs/message queues [OK]
Quick Trick: Microservices talk via APIs or message queues, not direct DB [OK]
Common Mistakes:
  • Choosing direct database access which breaks service independence
  • Selecting shared memory which is uncommon in distributed systems
  • Picking FTP which is unrelated to microservice communication

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes