Google Cloud Professional Machine Learning Engineer — Question 29

You are developing a Kubeflow pipeline on Google Kubernetes Engine. The first step in the pipeline is to issue a query against BigQuery. You plan to use the results of that query as the input to the next step in your pipeline. You want to achieve this in the easiest way possible. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because it allows you to leverage an existing component specifically designed for querying BigQuery, ensuring ease of integration into your pipeline. Option A requires manual steps that complicate automation, option B involves scripting which is more complex than necessary, and option C requires custom development instead of utilizing pre-built components.