Bird
0
0

If a Strangler fig migration routes 40% of traffic to new services and the new services have a capacity of 5,000 requests per minute, what is the maximum total traffic the system can handle without overloading new services?

medium📝 calculation Q5 of 15
Microservices - Migration from Monolith
If a Strangler fig migration routes 40% of traffic to new services and the new services have a capacity of 5,000 requests per minute, what is the maximum total traffic the system can handle without overloading new services?
A12,500 requests per minute
B2,000 requests per minute
C5,000 requests per minute
D20,000 requests per minute
Step-by-Step Solution
Solution:
  1. Step 1: Calculate total traffic capacity

    If 40% of traffic equals 5,000 requests, total traffic = 5,000 / 0.4 = 12,500 requests per minute.
  2. Step 2: Confirm capacity limits

    At 12,500 total, new services handle 5,000, matching capacity.
  3. Final Answer:

    12,500 requests per minute -> Option A
  4. Quick Check:

    Total traffic = new capacity / 0.4 = C [OK]
Quick Trick: Divide new service capacity by traffic percent [OK]
Common Mistakes:
  • Multiplying instead of dividing
  • Using wrong percentage
  • Ignoring capacity limits

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes