Bird
0
0

Why do webhooks push notifications instead of waiting for your app to ask for updates?

easy📝 Conceptual Q11 of 15
Rest API - Webhooks and Events
Why do webhooks push notifications instead of waiting for your app to ask for updates?
ATo avoid sending any data to your app
BTo send updates instantly and save time and resources
CTo require your app to check for updates repeatedly
DTo make your app slower by adding delays
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of webhooks

    Webhooks are designed to send data immediately when an event happens, instead of waiting for your app to ask.
  2. Step 2: Compare push vs pull methods

    Push (webhooks) saves time and resources by sending updates instantly, unlike pull which requires repeated checking.
  3. Final Answer:

    To send updates instantly and save time and resources -> Option B
  4. Quick Check:

    Push notifications = instant updates [OK]
Quick Trick: Webhooks push to save time and avoid repeated checks [OK]
Common Mistakes:
MISTAKES
  • Thinking webhooks slow down the app
  • Confusing push with pull methods
  • Believing webhooks avoid sending data

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Rest API Quizzes