Bird
0
0

A microservice uses a push-based config update system but sometimes misses updates. What is a likely cause?

medium📝 Analysis Q14 of 15
Microservices - Configuration and Secrets Management
A microservice uses a push-based config update system but sometimes misses updates. What is a likely cause?
AThe service does not acknowledge receipt of updates
BThe service polls the config server too frequently
CThe service restarts after every update
DThe config server uses static environment variables
Step-by-Step Solution
Solution:
  1. Step 1: Understand push-based config update mechanism

    Push systems send updates and expect acknowledgments to confirm delivery.
  2. Step 2: Identify why updates are missed

    If the service does not acknowledge, the server may not resend or confirm updates.
  3. Final Answer:

    The service does not acknowledge receipt of updates -> Option A
  4. Quick Check:

    Missing ack = missed updates in push system [OK]
Quick Trick: Push updates need acknowledgments to avoid missing data [OK]
Common Mistakes:
  • Confusing push with polling frequency issues
  • Assuming restarts cause missed updates
  • Thinking static env vars relate to push update failures

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes