Google Cloud Associate Data Practitioner — Question 25

Your organization needs to implement near real-time analytics for thousands of events arriving each second in Pub/Sub. The incoming messages require transformations. You need to configure a pipeline that processes, transforms, and loads the data into BigQuery while minimizing development time. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because using a Google-provided Dataflow template allows for quick setup and efficient processing of Pub/Sub messages with minimal development effort. Options B and C involve additional setup and maintenance, like configuring Cloud Data Fusion or a Dataproc cluster, which increases complexity and development time. Option D, while feasible, would require more manual coding and does not optimize for quick deployment as effectively as the Dataflow template.