Which of the following database engines is NOT supported by Google Cloud SQL?
Think about the engines officially listed in Cloud SQL documentation.
Google Cloud SQL supports MySQL, PostgreSQL, and SQL Server. Oracle Database is not supported.
You have a Windows-based application that requires a relational database with strong integration to Microsoft technologies. Which Cloud SQL engine is the best fit?
Consider which engine is native to Microsoft environments.
SQL Server is the Microsoft database engine supported by Cloud SQL, ideal for Windows-based apps.
When a new major version of PostgreSQL is released, how does Cloud SQL handle support for this version?
Think about safe upgrade practices in managed services.
Cloud SQL adds support for new major versions after testing. Users must manually upgrade their instances.
Which Cloud SQL supported engine provides built-in Transparent Data Encryption (TDE) to encrypt data at rest by default?
Consider which engine natively supports TDE technology.
SQL Server supports Transparent Data Encryption (TDE) natively. MySQL and PostgreSQL do not provide TDE by default in Cloud SQL.
You want to design a multi-cloud application that uses Cloud SQL but also needs to migrate easily to other cloud providers' managed databases. Which Cloud SQL engine choice best supports this goal?
Think about open source engines and cloud provider support.
MySQL is open source and supported by most cloud providers, making it best for cross-cloud compatibility. PostgreSQL is also open source but option B incorrectly states it is proprietary. MariaDB is not supported by Cloud SQL. SQL Server is supported but less common across clouds.