Question 20 of 307
Single answerYou work for a car manufacturer and have set up a data pipeline using Google Cloud Pub/Sub to capture anomalous sensor events. You are using a push subscription in Cloud Pub/Sub that calls a custom HTTPS endpoint that you have created to take action of these anomalous events as they occur. Your custom
HTTPS endpoint keeps getting an inordinate amount of duplicate messages. What is the most likely cause of these duplicate messages?
AThe message body for the sensor event is too large.
BYour custom endpoint has an out-of-date SSL certificate.
CThe Cloud Pub/Sub topic has too many messages published to it.
✓DYour custom endpoint is not acknowledging messages within the acknowledgement deadline.
✓
Correct Answer: D
Your custom endpoint is not acknowledging messages within the acknowledgement deadline.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.