Google Cloud Associate Data Practitioner — Question 66
Your company’s customer support audio files are stored in a Cloud Storage bucket. You plan to analyze the audio files’ metadata and file content within BigQuery to create inference by using BigQuery ML. You need to create a corresponding table in BigQuery that represents the bucket containing the audio files. What should you do?
Answer options
- A. Create an external table.
- B. Create a temporary table.
- C. Create a native table.
- D. Create an object table.
Correct answer: D
Explanation
The correct choice is D, as an object table allows you to represent and query data stored in Cloud Storage directly in BigQuery. The other options do not provide the necessary functionality to connect the external audio files with BigQuery for analysis.