
Answer-first summary for fast verification
Answer: Google Cloud Pub/Sub for real-time messaging and data streaming, Google Cloud Storage for storing event data
Google Cloud Pub/Sub is the best choice for handling real-time event data due to its capabilities in real-time messaging and data streaming, which are essential for a global e-commerce platform requiring low latency and high reliability. While Google Cloud Storage (A) is useful for storing data, it does not provide the real-time processing capabilities needed. Google Cloud Dataflow (B) is more suited for batch processing rather than real-time data streaming. Google Data Studio (D) is for visualization and not for data processing. Option E suggests using both A and C, which could be considered for a comprehensive solution that includes both storage and real-time processing, but the question asks for the BEST single service for real-time event data handling, making C the most appropriate answer.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the context of designing a scalable and efficient data pipeline for a global e-commerce platform, which service is BEST suited for handling real-time event data from millions of users worldwide, ensuring low latency and high reliability? Consider the need for seamless integration with other Google Cloud services for processing and analyzing the data. Choose the most appropriate option.
A
Google Cloud Storage for storing event data
B
Google Cloud Dataflow for batch processing of event data
C
Google Cloud Pub/Sub for real-time messaging and data streaming
D
Google Data Studio for visualizing event data
E
Both A and C for a comprehensive solution
No comments yet.