Question 257 of 307
Single answerYour chemical company needs to manually check documentation for customer order. You use a pull subscription in Pub/Sub so that sales agents get details from the order. You must ensure that you do not process orders twice with different sales agents and that you do not add more complexity to this workflow. What should you do?
AUse a Deduplicate PTransform in Dataflow before sending the messages to the sales agents.
BCreate a transactional database that monitors the pending messages.
✓CUse Pub/Sub exactly-once delivery in your pull subscription.
DCreate a new Pub/Sub push subscription to monitor the orders processed in the agent's system.
✓
Correct Answer: C
Use Pub/Sub exactly-once delivery in your pull subscription.
▥
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.