
Ultimate access to all questions.
You are architecting a Node.js mobile news feed application with data storage on Google Cloud. The database selection must support: zonal resiliency by default, low-latency responses, ACID compliance, an optional middle tier, semi-structured data storage capabilities, and client libraries that tolerate network partitions and offline mode. Which database solution should you choose?
A
Configure Firestore and use the Firestore client library in the app.
B
Configure Bigtable and use the Bigtable client in the app.
C
Configure Cloud SQL and use the Google Client Library for Cloud SQL in the app.
D
Configure BigQuery and use the BigQuery REST API in the app.