
Answer-first summary for fast verification
Answer: Google Cloud Bigtable
The correct answer is B: Google Cloud Bigtable. Google Cloud Bigtable is a scalable, fully-managed NoSQL database that is well-suited for storing and analyzing large volumes of structured data with low latency. It is designed to handle high-velocity data streams, such as the 6,000 clicks per minute and bursts of up to 8,500 clicks per second mentioned in the question. This makes it an ideal choice for storing click-data for future analysis by data science and user experience teams. Other options like Google Cloud SQL, Google Cloud Storage, and Google Cloud Datastore are not designed to handle such high-throughput and low-latency requirements as effectively as Bigtable.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working for a company with a large portfolio of websites. The company has implemented a custom website analytics package that streams click-data at a typical rate of 6,000 clicks per minute and can experience bursts of up to 8,500 clicks per second. This data needs to be stored for future analysis by the data science and user experience teams to generate insights and improve user engagement. Given these requirements, which Google Cloud storage infrastructure would be most suitable?
A
Google Cloud SQL
B
Google Cloud Bigtable
C
Google Cloud Storage
D
Google Cloud Datastore
No comments yet.