List of questions
Related questions
Question 311 - Professional Data Engineer discussion
Your 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?
A.
Create a transactional database that monitors the pending messages.
B.
Create a new Pub/Sub push subscription to monitor the orders processed in the agent's system.
C.
Use Pub/Sub exactly-once delivery in your pull subscription.
D.
Use a Deduphcate PTransform in Dataflow before sending the messages to the sales agents.
Your answer:
0 comments
Sorted by
Leave a comment first