Bird
0
0

Which of the following is the correct way to configure a push subscription endpoint URL in Google Cloud Pub/Sub?

easy📝 Configuration Q12 of 15
GCP - Cloud Pub/Sub
Which of the following is the correct way to configure a push subscription endpoint URL in Google Cloud Pub/Sub?
ASet the subscription's pushConfig with a valid HTTPS URL where messages will be sent.
BSet the subscription's pullConfig with the endpoint URL to pull messages.
CConfigure the subscription with a TCP socket address for push delivery.
DUse the subscription's pushConfig with an FTP URL for message delivery.
Step-by-Step Solution
Solution:
  1. Step 1: Identify correct pushConfig usage

    Push subscriptions require setting pushConfig with a valid HTTPS URL for message delivery.
  2. Step 2: Eliminate incorrect options

    PullConfig does not exist; TCP and FTP are not supported protocols for push endpoints.
  3. Final Answer:

    Set the subscription's pushConfig with a valid HTTPS URL where messages will be sent. -> Option A
  4. Quick Check:

    PushConfig needs HTTPS URL [OK]
Quick Trick: Push subscriptions need HTTPS URL in pushConfig [OK]
Common Mistakes:
  • Using pullConfig instead of pushConfig
  • Setting non-HTTPS URLs for push endpoints
  • Confusing pull and push subscription settings

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes