
Ultimate access to all questions.
You work for a major bank with operations across North America. Your task is to set up a data storage system for managing bank account transactions that must comply with ACID principles and allow SQL data access. Which solution would best meet these requirements?
A
Store transaction data in Cloud Spanner and enable stale reads to reduce latency.
B
Store transaction data in Cloud Spanner and use locking read-write transactions.
C
Store transaction data in BigQuery and disable the query cache to ensure consistency.
D
Store transaction data in Cloud SQL and use a federated query with BigQuery for analysis.