
Answer-first summary for fast verification
Answer: Load data into Google BigQuery.
The correct answer is **C** because Google BigQuery is the only option among these Google products that supports an SQL interface and offers a high SLA (99.9%) to ensure the data is readily available. - **Option A** is incorrect because Cloud SQL cannot support multi-petabyte datasets, with a storage limit of only 10TB. - **Option B** is incorrect because Cloud Storage does not provide a SQL interface. - **Option D** is incorrect because Datastore does not offer a SQL interface and is designed as a NoSQL solution.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is planning to migrate a massive multi-petabyte dataset to the cloud, which needs to be accessible around the clock. The business analysts at your company are only familiar with using a SQL interface. What is the best way to store this data to ensure it's optimized for ease of analysis?
A
Insert data into Google Cloud SQL.
B
Put flat files into Google Cloud Storage.
C
Load data into Google BigQuery.
D
Stream data into Google Cloud Datastore.
No comments yet.