Google Cloud Associate Data Practitioner — Question 7

You have millions of customer feedback records stored in BigQuery. You want to summarize the data by using the large language model (LLM) Gemini. You need to plan and execute this analysis using the most efficient approach. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because it allows direct integration with Vertex AI, enabling efficient summarization using Gemini. Option A is less efficient due to the intermediate step of using a notebook, while B adds unnecessary complexity by exporting pre-processed data. Option D involves multiple steps of exporting and uploading data, which is not as streamlined as using a direct connection.