nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #409

An organization has an ecommerce application that requires a cost-effective, transactional database. The application will only serve customers in a single region. Which service should they use?

The correct answer is D. Cloud SQL. Cloud SQL is the appropriate choice for a cost-effective, transactional, single-region relational database on Google Cloud.

Identifying appropriate Google Cloud database services

Question

An organization has an ecommerce application that requires a cost-effective, transactional database. The application will only serve customers in a single region. Which service should they use?

Options

  • ABigQuery
  • BCloud Bigtable
  • CCloud Spanner
  • DCloud SQL

How the community answered

(58 responses)
  • A
    5% (3)
  • B
    2% (1)
  • C
    10% (6)
  • D
    83% (48)

Why each option

Cloud SQL is the appropriate choice for a cost-effective, transactional, single-region relational database on Google Cloud.

ABigQuery

BigQuery is a data warehouse optimized for analytical (OLAP) queries, not ACID-compliant transactional ecommerce workloads.

BCloud Bigtable

Cloud Bigtable is a NoSQL wide-column store designed for high-throughput, low-latency reads and writes on large datasets, not relational transactional workloads.

CCloud Spanner

Cloud Spanner provides globally distributed transactions and is far more expensive than Cloud SQL, making it cost-inefficient for a single-region application.

DCloud SQLCorrect

Cloud SQL is a fully managed relational database service supporting MySQL, PostgreSQL, and SQL Server that is optimized for transactional (OLTP) workloads in a single region. It is significantly more cost-effective than Cloud Spanner for single-region deployments, and it natively supports ACID transactions required by ecommerce applications. Its managed nature reduces operational overhead while meeting the stated regional and transactional requirements.

Concept tested: Selecting the right Google Cloud database for transactional workloads

Source: https://cloud.google.com/sql/docs/introduction

Topics

#Transactional databases#Cloud SQL#Database selection#Cost optimization

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice