Bird
0
0

Given a microservice that sends an alert when memory usage exceeds 70%, what happens if memory usage fluctuates rapidly around 71% and 69%?

medium📝 Analysis Q4 of 15
Microservices - Monitoring and Observability
Given a microservice that sends an alert when memory usage exceeds 70%, what happens if memory usage fluctuates rapidly around 71% and 69%?
AMultiple alerts may be sent repeatedly causing alert fatigue
BOnly one alert is sent and no more alerts are triggered
CNo alerts are sent because usage is unstable
DAlerts are sent only after memory usage stays above 90%
Step-by-Step Solution
Solution:
  1. Step 1: Understand alert triggering on threshold crossing

    Alerts trigger each time the condition is met; rapid fluctuations cause repeated triggers.
  2. Step 2: Analyze effect of rapid crossing of threshold

    Memory usage crossing above 70% repeatedly causes multiple alerts, leading to alert fatigue.
  3. Final Answer:

    Multiple alerts may be sent repeatedly causing alert fatigue -> Option A
  4. Quick Check:

    Rapid threshold crossing = Multiple alerts [OK]
Quick Trick: Rapid threshold crossing causes repeated alerts [OK]
Common Mistakes:
MISTAKES
  • Assuming only one alert is sent
  • Thinking alerts require stable high usage
  • Ignoring alert fatigue issues

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes