GCP (Google Cloud Platform) fundamentals sample question with answer 35

Question:
Currently, you are using Firestore to store information about products, reviews, and user sessions. You'd like to speed up data access in a simple, cost-effective way. What would you recommend?

  1. Move the data to Bigtable
  2. Cache the data using Memorystore
  3. Move the data to Spanner
  4. Move the data to BigQuery
Answer:
B - this answer is correct. Memorystore provides the best fit when considering data model, performance, scale, cost, and availability