Bird
0
0

If a parallel running test shows that the new microservice version returns errors for 10% of requests, what should be the immediate next step?

medium📝 Analysis Q5 of 15
Microservices - Migration from Monolith
If a parallel running test shows that the new microservice version returns errors for 10% of requests, what should be the immediate next step?
ARollback to old version and fix errors before retrying
BIncrease traffic to new version to test more
CIgnore errors and proceed with full deployment
DStop all traffic to old version immediately
Step-by-Step Solution
Solution:
  1. Step 1: Interpret error rate during parallel running

    10% errors indicate instability or bugs in new version.
  2. Step 2: Decide safe action based on errors

    Rollback to old version to maintain stability and fix issues before full deployment.
  3. Final Answer:

    Rollback to old version and fix errors before retrying -> Option A
  4. Quick Check:

    Error detected = Rollback and fix [OK]
Quick Trick: Errors during parallel running require rollback and fix [OK]
Common Mistakes:
  • Increasing traffic despite errors
  • Ignoring errors and deploying fully
  • Stopping old version prematurely

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes