ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 127 - Professional Cloud Developer discussion

Report
Export

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.
Answers
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.
Answers
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.
Answers
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.
Answers
D.
Retrieve the messages with a Dataflow streaming pipeline, store them in Cloud Bigtable, and use another Dataflow streaming pipeline to deduplicate messages.
Suggested answer: B

Explanation:

https://cloud.google.com/dataflow/docs/concepts/streaming-with-cloud-pubsub

asked 18/09/2024
Shoban Babu
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first