Topic 1 Question 62
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?
Create an external table.
Create a temporary table.
Create a native table.
Create an object table.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: D
The best option is D. Object table. Option D is best because Object tables directly represent Cloud Storage buckets in BigQuery, letting you query file metadata and content for BigQuery ML. Option A (External table) is incorrect because while possible, Object tables are more specialized for Cloud Storage buckets. Option B (Temporary table) is incorrect because it's for short-term data, not external sources. Option C (Native table) is incorrect because it requires loading data into BigQuery, not querying it in Cloud Storage directly. Therefore, Option D, Object table, is the most direct for Cloud Storage file analysis in BigQuery.
👍 1n21837128472025/03/05 - 正解だと思う選択肢: D
object table due to audio files in cloud storage bucket
👍 1n21837128472025/03/08
シャッフルモード