Unlock the power of your data in the cloud! Get hands-on with Google Cloud's core data services like BigQuery and Looker to validate your practical skills in data ingestion, analysis, and management, and earn your Associate Data Practitioner certification!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
A data analyst has a BigQuery table containing thousands of unstructured customer support feedback records. The analyst needs to summarize the text and classify customer sentiment directly within BigQuery using a pretrained Google large language model (LLM), such as Gemini, without moving the data outside the data warehouse.
Which approach should the analyst use to perform this text analysis?
BigQuery AI functions and BigQuery ML allow SQL practitioners to leverage pretrained foundation models—such as Google's Gemini models hosted in Vertex AI—directly inside their data warehouse. By setting up a BigQuery remote connection via the BigQuery Connection API, BigQuery securely authenticates with Vertex AI, enabling users to execute large language model (LLM) inference on tabular and unstructured text data using standard GoogleSQL syntax.
SELECT statements, making AI capabilities accessible to SQL analysts.This approach eliminates the need to build custom ETL pipelines, provision separate compute infrastructure, or write external Python scripts. It delivers immediate, secure text analysis and summarization at scale directly within the analyst's existing SQL environment.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.