Practice free →
HomeGCP Data Engineercloudcomputinggcpdeprocess › Which BigQuery feature lets a Data Engineer run …

Which BigQuery feature lets a Data Engineer run ANALYTICAL QUERIES across data still living in Cloud Storage parquet / ORC / Avro files — WITHOUT loading them into BigQuery storage?

ACloud Memorystore
BCloud DNS
CBigQuery external tables (and BigLake for governed multi-format access)
DBigQuery materialised views over native storage only
Answer & Solution
Correct answer: C. BigQuery external tables (and BigLake for governed multi-format access)
External tables + BigLake query data in-place on Cloud Storage (per PDE §3.3 + §2.2). The other options don't query external storage.
Solve this in the app — GCP Data Engineer practice & 24k+ MCQs →
Related questions