What is BigQuery?
Answer: BigQuery is a serverless, highly scalable, columnar data warehouse. You load or stream data in and query it with standard SQL; there are no clusters, nodes or indexes to manage, and storage and compute are separated so each scales and is billed independently. It handles petabyte-scale analytical queries in seconds.
Why interviewers ask this: The separation of storage and compute is the architectural fact to lead with, because it explains almost everything else — why you can query a table nobody has "attached" to a cluster, why storage is cheap, and why cost control is about how much data a query *scans* rather than how big the warehouse is.
