CLOUD-DIGITAL-LEADER · Question #383
An organization wants to build a data pipeline to transform its data so it can be reconciled in a data warehouse. The solution must be scalable and require little or no management. Which Google…
The correct answer is D. Dataflow. Dataflow is Google Cloud's fully managed, serverless data processing service built on Apache Beam. It is purpose-built for ETL (Extract, Transform, Load) pipelines, handles both batch and streaming data, and scales automatically with no infrastructure to manage. Cloud Bigtable…
Question
An organization wants to build a data pipeline to transform its data so it can be reconciled in a data warehouse. The solution must be scalable and require little or no management. Which Google product or service should the organization choose?
Options
- ACloud Bigtable
- BCloud Storage
- CPub/Sub
- DDataflow
How the community answered
(62 responses)- A10% (6)
- B5% (3)
- C16% (10)
- D69% (43)
Explanation
Dataflow is Google Cloud's fully managed, serverless data processing service built on Apache Beam. It is purpose-built for ETL (Extract, Transform, Load) pipelines, handles both batch and streaming data, and scales automatically with no infrastructure to manage. Cloud Bigtable is a NoSQL wide-column database, not a pipeline tool. Cloud Storage is object storage. Pub/Sub is a messaging and event-ingestion service. Dataflow is the correct choice for managed, scalable data transformation pipelines.
Topics
Community Discussion
No community discussion yet for this question.