0
0
GCPcloud~20 mins

Cloud SQL supported engines (MySQL, PostgreSQL, SQL Server) in GCP - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Cloud SQL Engines Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Identify supported Cloud SQL engines

Which of the following database engines is NOT supported by Google Cloud SQL?

ASQL Server
BPostgreSQL
COracle Database
DMySQL
Attempts:
2 left
💡 Hint

Think about the engines officially listed in Cloud SQL documentation.

Architecture
intermediate
2:00remaining
Choosing Cloud SQL engine for Windows-based apps

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?

ASQL Server
BPostgreSQL
CMySQL
DMariaDB
Attempts:
2 left
💡 Hint

Consider which engine is native to Microsoft environments.

service_behavior
advanced
2:00remaining
Cloud SQL engine version support behavior

When a new major version of PostgreSQL is released, how does Cloud SQL handle support for this version?

ACloud SQL automatically upgrades all PostgreSQL instances to the new major version without user action.
BCloud SQL never supports new major versions after initial launch.
CCloud SQL immediately supports the new major version on all instances.
DCloud SQL adds support for new major versions after testing and validation, and users can upgrade manually.
Attempts:
2 left
💡 Hint

Think about safe upgrade practices in managed services.

security
advanced
2:00remaining
Cloud SQL engine encryption capabilities

Which Cloud SQL supported engine provides built-in Transparent Data Encryption (TDE) to encrypt data at rest by default?

ASQL Server
BPostgreSQL
CAll supported engines provide TDE by default
DMySQL
Attempts:
2 left
💡 Hint

Consider which engine natively supports TDE technology.

Best Practice
expert
2:00remaining
Selecting Cloud SQL engine for cross-cloud compatibility

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?

ASQL Server, because it is widely supported across clouds.
BMySQL, because it is open source and supported by most cloud providers.
CPostgreSQL, because it is proprietary and unique to Google Cloud.
DMariaDB, because it is the default engine in Cloud SQL.
Attempts:
2 left
💡 Hint

Think about open source engines and cloud provider support.