Bird
0
0

Which of the following is true about push subscriptions in Google Cloud Pub/Sub?

easy📝 Conceptual Q2 of 15
GCP - Cloud Pub/Sub
Which of the following is true about push subscriptions in Google Cloud Pub/Sub?
ASubscribers must poll the server to receive messages.
BMessages are sent to a subscriber's endpoint automatically.
CMessages remain in the subscription until manually deleted.
DPush subscriptions do not require an endpoint URL.
Step-by-Step Solution
Solution:
  1. Step 1: Recall push subscription behavior

    Push subscriptions automatically send messages to a configured endpoint URL.
  2. Step 2: Evaluate other options

    Polling is for pull subscriptions; messages are not manually deleted; endpoint URL is required for push.
  3. Final Answer:

    Messages are sent to a subscriber's endpoint automatically. -> Option B
  4. Quick Check:

    Push subscription = Automatic message delivery [OK]
Quick Trick: Push means messages sent automatically to endpoint [OK]
Common Mistakes:
  • Thinking push requires polling
  • Ignoring need for endpoint URL
  • Assuming manual message deletion

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes