Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Cloud Database Engineer All Questions

View all questions & answers for the Professional Cloud Database Engineer exam

Exam Professional Cloud Database Engineer topic 1 question 46 discussion

Actual exam question from Google's Professional Cloud Database Engineer
Question #: 46
Topic #: 1
[All Professional Cloud Database Engineer Questions]

You are choosing a database backend for a new application. The application will ingest data points from IoT sensors. You need to ensure that the application can scale up to millions of requests per second with sub-10ms latency and store up to 100 TB of history. What should you do?

  • A. Use Cloud SQL with read replicas for throughput.
  • B. Use Firestore, and rely on automatic serverless scaling.
  • C. Use Memorystore for Memcached, and add nodes as necessary to achieve the required throughput.
  • D. Use Bigtable, and add nodes as necessary to achieve the required throughput.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
fredcaram
Highly Voted 1 year, 11 months ago
Selected Answer: D
This is a bigtable use case
upvoted 7 times
...
hussain.sain
Most Recent 5 months, 1 week ago
point to consider is : IOT data, scaling for accepting millions of request. storing historic data of 100TB. Big Table is used for low latency but its for operational workload and we need Fully managed Redis and Memcached for sub-millisecond data access. that's the only argument here. i think option c is correct.
upvoted 1 times
hussain.sain
5 months, 1 week ago
https://medium.com/google-cloud/which-database-should-i-choose-44be039179ea
upvoted 1 times
...
...
theseawillclaim
1 year, 2 months ago
Selected Answer: D
Key is 100TB of historical data. BigTable is the only service (among the mentioned) that is able to handle that load within the required latency.
upvoted 1 times
...
fsmathias
1 year, 5 months ago
Selected Answer: C
Correct answer is C
upvoted 1 times
...
dynamic_dba
1 year, 8 months ago
D. Simply a classic use case for Bigtable. Neither Cloud SQL, Firestore nor Memorystore have either the capacity or latency to provide the solution.
upvoted 2 times
...
lepach
1 year, 10 months ago
https://cloud.google.com/memorystore/docs/redis/redis-overview#what_its_good_for What it's good for: Stream Processing: Whether processing a Twitter feed or stream of data from IoT devices, Memorystore for Redis is a perfect fit for streaming solutions. Correct answer is C
upvoted 1 times
felipeschossler
1 year, 7 months ago
You just forgot the 100TB of data that needs to be stored 🙏
upvoted 1 times
...
...
GCP72
1 year, 11 months ago
Selected Answer: D
C is not a correct answer, D- Bigtable is correct choice for this user case. https://cloud.google.com/memorystore/docs/redis/redis-overview
upvoted 2 times
...
range9005
1 year, 11 months ago
Selected Answer: D
IOT -->> Bigtable
upvoted 2 times
...
Kloudgeek
1 year, 11 months ago
Answer is D
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...