Google Cloud Professional Data Engineer — Question 246

You need to load a dataset with multiple terabytes of clickstream data into BigQuery. The data arrives each day as compressed JSON files in a Cloud Storage bucket. You need a low-cost, programmatic, and scalable solution to load the data into BigQuery. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because creating an external table in BigQuery allows for efficient querying of large datasets directly from Cloud Storage without incurring additional data transfer costs. Options B, C, and D involve higher costs or complexity, as they either require additional services or processing steps that are unnecessary for simply loading data into BigQuery.