Topic 1 Question 227
You are developing an application hosted on Google Cloud that uses a MySQL relational database schema. The application will have a large volume of reads and writes to the database and will require backups and ongoing capacity planning. Your team does not have time to fully manage the database but can take on small administrative tasks. How should you host the database?
Configure Cloud SQL to host the database, and import the schema into Cloud SQL.
Deploy MySQL from the Google Cloud Marketplace to the database using a client, and import the schema.
Configure Bigtable to host the database, and import the data into Bigtable.
Configure Cloud Spanner to host the database, and import the schema into Cloud Spanner.
Configure Firestore to host the database, and import the data into Firestore.
ユーザの投票
コメント(9)
- 正解だと思う選択肢: A
Cloud SQL: Cloud SQL is a web service that allows you to create, configure, and use relational databases that live in Google's cloud. It is a fully-managed service that maintains, manages, and administers your databases, allowing you to focus on your applications and services.
Answer A
👍 3TNT872022/12/01 - 正解だと思う選択肢: A
A is the answer.
https://cloud.google.com/sql/docs/mysql Cloud SQL for MySQL is a fully-managed database service that helps you set up, maintain, manage, and administer your MySQL relational databases on Google Cloud Platform.
👍 2zellck2022/12/08 - 正解だと思う選択肢: A
The answer A is more likely to be the correct one. Although Cloud Spanner is also a relational DB service (and has certain advantages over Cloud SQL), migrating from MySQL to Cloud Spanner is not as trivial as "import the schema" (stating by the answer D). If D has been excluded, the only relational DB option in the answers is A: Cloud SQL. https://cloud.google.com/spanner/docs/migrating-mysql-to-spanner#migration-process
👍 2x_cath2022/12/12
シャッフルモード