What is Cloud SQL?
Answer: Cloud SQL is GCP's fully managed relational database service for MySQL, PostgreSQL and SQL Server. Google handles provisioning, patching, backups, replication, encryption and failover, while you keep full SQL compatibility and normal client drivers. It is the default choice for OLTP workloads that need a traditional relational database.
Why interviewers ask this: The boundary to state is what it does *not* do: it is a single-region primary with vertical scaling limits, so it does not horizontally scale writes. When a candidate proposes Cloud SQL for a global write-heavy workload, that limit is exactly what the interviewer is probing.
