Google Cloud Professional Data Engineer — Question 249

You have a data analyst team member who needs to analyze data by using BigQuery. The data analyst wants to create a data pipeline that would load 200 CSV files with an average size of 15MB from a Cloud Storage bucket into BigQuery daily. The data needs to be ingested and transformed before being accessed in BigQuery for analysis. You need to recommend a fully managed, no-code solution for the data analyst. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because BigQuery pipelines offer a fully managed, no-code solution for loading and transforming data. Option A involves creating a Cloud Run function which requires custom code, while option B, although it suggests using a managed service, still requires setting up a job and isn't as streamlined as option D. Option C involves building a custom pipeline with Apache Beam, which contradicts the requirement for a no-code solution.