Bird
0
0

Given a microservice setup where 60% of traffic is routed to the new version and 40% to the old, what is the expected behavior during parallel running?

medium📝 Analysis Q4 of 15
Microservices - Migration from Monolith
Given a microservice setup where 60% of traffic is routed to the new version and 40% to the old, what is the expected behavior during parallel running?
ATraffic is routed randomly without percentage control
BNew version handles most requests, old version handles fewer
CBoth versions handle equal requests
DOld version handles most requests, new version handles fewer
Step-by-Step Solution
Solution:
  1. Step 1: Analyze traffic distribution percentages

    60% to new means it handles majority of requests; 40% to old means fewer requests.
  2. Step 2: Understand impact on request handling

    New version will process more requests, allowing better testing coverage.
  3. Final Answer:

    New version handles most requests, old version handles fewer -> Option B
  4. Quick Check:

    Traffic percentage = More traffic means more requests handled [OK]
Quick Trick: Higher traffic percentage means more requests handled [OK]
Common Mistakes:
  • Assuming equal traffic despite percentages
  • Confusing which version gets more traffic
  • Ignoring traffic split in routing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes