Question 7 of 139
Single answerYou work for a large retail and ecommerce company that is starting to extend their business globally. Your company plans to migrate to Google Cloud. You want to use platforms that will scale easily, handle transactions with the least amount of latency, and provide a reliable customer experience. You need a storage layer for sales transactions and current inventory levels. You want to retain the same relational schema that your existing platform uses. What should you do?
AStore your data in Firestore in a multi-region location, and place your compute resources in one of the constituent regions.
✓BDeploy Cloud Spanner using a multi-region instance, and place your compute resources close to the default leader region.
CBuild an in-memory cache in Memorystore, and deploy to the specific geographic regions where your application resides.
DDeploy a Bigtable instance with a cluster in one region and a replica cluster in another geographic region.
✓
Correct Answer: B
Deploy Cloud Spanner using a multi-region instance, and place your compute resources close to the default leader region.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.