nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #88

You are a DevOps Engineer in an E-commerce company that sells products globally, across the countries, Customers buy products, add them to carts or check-in stock from different parts of the world…

The correct answer is B. Cloud Spanner. Cloud Spanner is Google's globally distributed, horizontally scalable, strongly consistent relational database. It uniquely combines relational semantics (SQL, ACID transactions) with NoSQL-like horizontal scaling. It automatically handles sharding, replication, and failover…

Innovate with Data

Question

You are a DevOps Engineer in an E-commerce company that sells products globally, across the countries, Customers buy products, add them to carts or check-in stock from different parts of the world with different timestamps, you need to choose a database that can scale globally without any hassle and lots of developer support, it should be consistent across regions, can scale horizontally to support enormous user, automatically replicates, shards and even auto transaction pro-cessing. Which of the following database do you choose?

Options

  • ACloud SQL
  • BCloud Spanner
  • CCloud Firestore.
  • DCloud Storage.

How the community answered

(60 responses)
  • A
    15% (9)
  • B
    73% (44)
  • C
    7% (4)
  • D
    5% (3)

Explanation

Cloud Spanner is Google's globally distributed, horizontally scalable, strongly consistent relational database. It uniquely combines relational semantics (SQL, ACID transactions) with NoSQL-like horizontal scaling. It automatically handles sharding, replication, and failover across regions - making it ideal for globally distributed e-commerce workloads. Cloud SQL lacks global horizontal scaling. Cloud Firestore is a NoSQL document DB without strong relational transaction support at global scale. Cloud Storage is object storage, not a database.

Topics

#Cloud Spanner#Global Database#Horizontal Scaling#Data Consistency

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice