Google Cloud Associate Cloud Engineer — Question 89

You have a large 5-TB AVRO file stored in a Cloud Storage bucket. Your analysts are proficient only in SQL and need access to the data stored in this file. You want to find a cost-effective way to complete their request as soon as possible. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating external tables in BigQuery allows analysts to run SQL queries directly on the data in Cloud Storage without needing to load it, which is both cost-effective and efficient. Option A is incorrect because Cloud Datastore is not designed for large analytical queries like SQL. Option B is not the best choice since loading large data into BigQuery incurs costs and time, and the table would have to be dropped afterward. Option D involves unnecessary complexity and costs related to setting up a Hadoop cluster.