Cloud Digital Leader Google Cloud Products and Services Practice Question
A company wants to migrate its on-premises PostgreSQL database to Google Cloud with minimal application changes. They need high availability and want to leverage AI-powered optimizations for performance. Which service should they choose?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
AlloyDB
AlloyDB is a fully managed PostgreSQL-compatible database optimized for demanding workloads, with high availability and AI-powered performance features. Cloud SQL for PostgreSQL also supports HA but lacks the AI optimizations. Cloud Spanner is not PostgreSQL-compatible. Bigtable is NoSQL.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Bigtable
Why it's wrong here
Bigtable is a wide-column NoSQL database designed for massive analytical and operational workloads that require high throughput at low latency, but it does not support the relational features that PostgreSQL applications depend on, such as multi-row ACID transactions, SQL joins, foreign keys, and rich indexing. Migrating an existing PostgreSQL schema to Bigtable would require a complete data model redesign and rewriting all application queries, so it cannot serve as a direct PostgreSQL replacement.
- ✗
Cloud SQL for PostgreSQL
Why it's wrong here
Cloud SQL for PostgreSQL is a fully managed, PostgreSQL-compatible database service that provides a straightforward lift-and-shift migration path with automated backups, replication, and patching. However, it does not include the AI-powered optimizations that AlloyDB offers, such as an automatic columnar engine for analytical queries, adaptive query optimization, and predictive caching, which are specifically designed to accelerate hybrid transactional and analytical workloads beyond what traditional managed PostgreSQL can achieve.
- ✓
AlloyDB
Why this is correct
AlloyDB is purpose-built for PostgreSQL workloads and is fully PostgreSQL-compatible, enabling most applications to migrate without changing code or SQL syntax. It delivers enterprise-grade high availability and performance with a columnar engine that speeds up analytical queries, adaptive indexes that learn from access patterns, and AI-driven optimization features that automatically fine-tune database settings—capabilities that Cloud SQL and other managed PostgreSQL services lack, making it the correct answer for this scenario.
- ✗
Cloud Spanner
Why it's wrong here
Cloud Spanner is a globally distributed, horizontally scalable relational database that provides strong consistency and external consistency, but it uses Google's proprietary SQL dialect rather than full PostgreSQL compatibility. Migrating a PostgreSQL application to Cloud Spanner requires rewriting SQL queries, converting data types, replacing stored procedures, and adjusting transaction semantics, which is a significant effort and deviates from the stated goal of a straightforward PostgreSQL migration.
Go deeper
Related to this question
Learn chapter
Cloud Digital Transformation
Key term
Cloud Spanner
Cloud Spanner is a fully managed, globally distributed relational database service from Google Cloud that combines the benefits of relational database structure with horizontal scalability and strong consistency.
Key term
High availability
High availability is a system design approach that aims to keep applications and services operational and accessible with minimal downtime, even when some components fail.
About these practice questions
This GCDL question is part of Courseiva's 829-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This GCDL practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the GCDL exam.