nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #293

Your organization is developing an application that will manage payments and online bank accounts located around the world. The most critical requirement for your database is that each transaction…

The correct answer is D. Cloud Spanner. Cloud Spanner is Google's globally distributed, horizontally scalable relational database that guarantees strong consistency (ACID transactions) across regions worldwide. It is purpose-built for financial and mission-critical workloads that require every transaction to be…

Data Storage and Database Solutions

Question

Your organization is developing an application that will manage payments and online bank accounts located around the world. The most critical requirement for your database is that each transaction is handled consistently. Your organization anticipates almost unlimited growth in the amount of data stored. Which Google Cloud product should your organization choose?

Options

  • ACloud SQL
  • BCloud Storage
  • CFirestore
  • DCloud Spanner

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    11% (3)
  • D
    82% (23)

Explanation

Cloud Spanner is Google's globally distributed, horizontally scalable relational database that guarantees strong consistency (ACID transactions) across regions worldwide. It is purpose-built for financial and mission-critical workloads that require every transaction to be handled consistently, even at global scale. It also supports virtually unlimited horizontal scaling, addressing the anticipated data growth requirement. Option A (Cloud SQL) is a managed relational database but limited in horizontal scale and global distribution. Option B (Cloud Storage) is object storage, not a transactional database. Option C (Firestore) is a NoSQL document database that trades some consistency guarantees for scalability, making it less suited for strict financial transaction consistency.

Topics

#Cloud Spanner#Database Services#Global Scalability#Strong Consistency

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice