
Answer-first summary for fast verification
Answer: Cloud Dataflow: A fully managed service for transforming and enriching data in stream (real-time) and batch (historical) modes, with autoscaling and complex event processing capabilities., BigQuery: A serverless, highly scalable, and cost-effective multi-cloud data warehouse designed for business agility, with real-time analytics capabilities.
Correct Options: D and C. Cloud Dataflow and BigQuery. Explanation: - Cloud Dataflow is the BEST option for real-time analytics on streaming data in this scenario because it supports complex event processing, scales dynamically with the data volume, and integrates seamlessly with other Google Cloud services for data ingestion and storage. It is specifically designed for transforming and enriching data in both stream and batch modes, making it ideal for real-time fraud detection. - BigQuery is also a correct option because it offers real-time analytics capabilities, allowing for immediate analysis of streaming data. However, it is more suited for querying and analyzing the data once it has been ingested and processed, rather than for the initial processing of streaming data. Why other options are incorrect: - A. Cloud Data Fusion is not optimized for real-time analytics but rather for building and managing ETL/ELT pipelines. - B. Cloud Pub/Sub is designed for event ingestion and delivery, not for real-time analytics or complex event processing. - E. While combining BigQuery and Cloud Dataflow offers comprehensive capabilities, the question asks for the single BEST option, which is Cloud Dataflow for its direct support of the given requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are designing a solution for a financial services company that requires real-time analytics on high-volume streaming data to detect fraudulent transactions immediately. The solution must scale dynamically with the data volume, support complex event processing, and integrate seamlessly with other Google Cloud services for data ingestion and storage. Given these requirements, which Google Cloud service is BEST optimized for real-time analytics on streaming data in this scenario? Choose the most appropriate option.
A
Cloud Data Fusion: A fully managed, cloud-native data integration service that helps users build and manage ETL/ELT pipelines.
B
Cloud Pub/Sub: A messaging service for sending and receiving messages between independent applications, designed for event ingestion and delivery.
C
BigQuery: A serverless, highly scalable, and cost-effective multi-cloud data warehouse designed for business agility, with real-time analytics capabilities.
D
Cloud Dataflow: A fully managed service for transforming and enriching data in stream (real-time) and batch (historical) modes, with autoscaling and complex event processing capabilities.
E
Both BigQuery and Cloud Dataflow: Combining the real-time analytics capabilities of BigQuery with the stream processing power of Cloud Dataflow for comprehensive real-time data analysis.