Medium1 markMultiple Choice
GCP ACE · Question 16 · Domain 2.3: Planning and configuring data storage options
Your application generates massive amounts of time-series IoT data (petabytes). You need a NoSQL database capable of high-throughput, low-latency writes and reads. Which service is MOST appropriate?
Your application generates massive amounts of time-series IoT data (petabytes). You need a NoSQL database capable of high-throughput, low-latency writes and reads. Which service is MOST appropriate?
Answer options:
A.
Firestore
B.
Cloud SQL
C.
Cloud Bigtable
D.
Cloud Spanner
How to approach this question
Identify the database designed specifically for high-throughput, low-latency NoSQL workloads at petabyte scale.
Full Answer
C.Cloud Bigtable✓ Correct
Cloud Bigtable
Cloud Bigtable is Google's fully managed, scalable NoSQL database service for large analytical and operational workloads. It is ideal for storing very large amounts of single-keyed data with very low latency, making it perfect for IoT, time-series, and financial data.
Common mistakes
Choosing Firestore, which is NoSQL but optimized for document storage and mobile sync, not massive write throughput.
Practice the full GCP Associate Cloud Engineer Practice Exam 1
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the highest level of the Google Cloud resource hierarchy?EasyQ02You need to enable the Compute Engine API in a new project using the command line. Which command ...EasyQ03You are setting up a new GCP environment. You need to grant a group of developers access to view ...MediumQ04You want to receive an email notification when your GCP spending exceeds $1000 this month. What s...EasyQ05You need to analyze your GCP billing data using complex SQL queries to understand cost trends acr...Medium
Expert