exam questions

Exam Associate Data Practitioner All Questions

View all questions & answers for the Associate Data Practitioner exam

Exam Associate Data Practitioner topic 1 question 39 discussion

Actual exam question from Google's Associate Data Practitioner
Question #: 39
Topic #: 1
[All Associate Data Practitioner Questions]

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?

  • A. Query the BigQuery table from within a Python notebook, use the Gemini API to summarize the data within the notebook, and store the summaries in BigQuery.
  • B. Use a BigQuery ML model to pre-process the text data, export the results to Cloud Storage, and use the Gemini API to summarize the pre- processed data.
  • C. Create a BigQuery Cloud resource connection to a remote model in Vertex Al, and use Gemini to summarize the data.
  • D. Export the raw BigQuery data to a CSV file, upload it to Cloud Storage, and use the Gemini API to summarize the data.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
n2183712847
2 months ago
Selected Answer: C
The most efficient approach is C. Use a BigQuery Cloud resource connection to Vertex AI Gemini. This method is optimal because it allows in-database processing within BigQuery, directly using Gemini for summarization via a Cloud Resource Connection, minimizing data movement and maximizing efficiency. Option A (Python Notebook) is inefficient due to data extraction from BigQuery. Option B (BigQuery ML + Cloud Storage) adds unnecessary complexity and data export to Cloud Storage. Option D (CSV Export + Cloud Storage) is the least efficient, involving multiple data export/import steps and being impractical for millions of records. Therefore, Option C provides the most streamlined and efficient way to summarize BigQuery data with Gemini.
upvoted 1 times
...
SaquibHerman
2 months, 2 weeks ago
Selected Answer: C
Querying BigQuery from a Python notebook and using the Gemini API manually introduces unnecessary complexity and latency. It also requires additional infrastructure (like a notebook environment) and manual intervention. The most efficient approach should minimize data movement, leverage Google Cloud's native integrations, and avoid unnecessary steps like exporting data to external files or manually processing it.
upvoted 2 times
...
A4M
2 months, 2 weeks ago
Selected Answer: C
better to use the vertex api > gemini integration in BQ
upvoted 1 times
...
a_vi
3 months ago
Selected Answer: A
Using Gemini API is better way
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago