1. Explain the architecture of Google BigQuery.
BigQuery is a serverless, highly scalable data warehouse that uses Dremel as its execution engine and Colossus as its underlying storage engine, communicating over Google's super-fast Jupiter network.
2. What is GCP Cloud Run?
Cloud Run is a fully managed compute platform that automatically scales stateless containers. It is serverless and bills you only for the exact resources you consume.