Bird
0
0

Consider a microservice system where a chaos experiment randomly kills one instance every 5 minutes. What is the expected immediate effect on system availability?

medium📝 Analysis Q13 of 15
Microservices - Testing Microservices
Consider a microservice system where a chaos experiment randomly kills one instance every 5 minutes. What is the expected immediate effect on system availability?
ASystem availability remains stable if redundancy exists
BSystem availability drops to zero immediately
CSystem crashes permanently after first kill
DSystem automatically scales down instances
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the chaos experiment impact

    Killing one instance every 5 minutes tests resilience but does not remove all instances.
  2. Step 2: Consider system redundancy

    If the system has redundant instances, killing one does not reduce availability immediately.
  3. Final Answer:

    System availability remains stable if redundancy exists -> Option A
  4. Quick Check:

    Redundancy keeps availability stable during chaos [OK]
Quick Trick: Redundancy keeps system available despite instance failures [OK]
Common Mistakes:
  • Assuming system crashes immediately after one instance killed
  • Thinking availability drops to zero instantly
  • Believing system scales down automatically

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes