Topic 1 Question 285
You are designing a Node.js-based mobile news feed application that stores data on Google Cloud. You need to select the application's database. You want the database to have zonal resiliency out of the box, low latency responses, ACID compliance, an optional middle tier, semi-structured data storage, and network-partition-tolerant and offline-mode client libraries. What should you do?
Configure Firestore and use the Firestore client library in the app.
Configure Bigtable and use the Bigtable client in the app.
Configure Cloud SQL and use the Google Client Library for Cloud SQL in the app.
Configure BigQuery and use the BigQuery REST API in the app.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: A
Other options like Bigtable (B) and BigQuery (D) do not meet the ACID compliance requirement, while Cloud SQL (C) is not optimized for semi-structured data and mobile offline capabilities.
👍 1anshad6662024/10/11
シャッフルモード