
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 it's readily available. - Option A is incorrect because Cloud SQL cannot support multi-petabyte datasets; its storage limit is 10TB. - Option B is incorrect as Datastore does not provide a SQL interface and is a NoSQL solution. - Option D is incorrect because Cloud Storage does not provide an SQL interface.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is planning to migrate a multi-petabyte dataset to the cloud, which needs to be available 24/7. 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
Stream data into Google Cloud Datastore.
C
Load data into Google BigQuery.
D
Put flat files into Google Cloud Storage.
No comments yet.