List of questions
Related questions
Question 127 - Professional Cloud Developer discussion
Your team develops services that run on Google Cloud. You want to process messages sent to a Pub/Sub topic, and then store them. Each message must be processed exactly once to avoid duplication of data and any data conflicts. You need to use the cheapest and most simple solution. What should you do?
A.
Process the messages with a Dataproc job, and write the output to storage.
B.
Process the messages with a Dataflow streaming pipeline using Apache Beam's PubSubIO package, and write the output to storage.
C.
Process the messages with a Cloud Function, and write the results to a BigQuery location where you can run a job to deduplicate the data.
D.
Retrieve the messages with a Dataflow streaming pipeline, store them in Cloud Bigtable, and use another Dataflow streaming pipeline to deduplicate messages.
Your answer:
0 comments
Sorted by
Leave a comment first