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 113 discussion

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

You are designing a database strategy for a new web application in one region. You need to minimize write latency. What should you do?

  • A. Use Cloud SQL with cross-region replicas.
  • B. Use high availability (HA) Cloud SQL with multiple zones.
  • C. Use zonal Cloud SQL without high availability (HA).
  • D. Use Cloud Spanner in a regional configuration.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
marpayer
Highly Voted 1 year, 11 months ago
D - spanner ABC it is about Cloud SQL and the options don't offer anything to improve writing latency
upvoted 11 times
...
chelbsik
Highly Voted 1 year, 11 months ago
Selected Answer: C
Another metric to note is that the latency for regional persistent disk with solid-state drives (SSD) is higher than it would be for a zonal persistent disk with SSD. https://cloud.google.com/sql/docs/mysql/high-availability#ha-performance
upvoted 10 times
ArtistS
1 year ago
I think is D. A only increase the HA
upvoted 1 times
...
...
krop
Most Recent 4 weeks, 1 day ago
Selected Answer: C
To minimize write latency in a single-region web application, Option C (zonal Cloud SQL without HA) is the optimal choice. By avoiding synchronous replication across zones, it ensures write operations are committed with minimal overhead. While this configuration lacks automatic failover, it aligns with the priority of reducing latency for write-heavy workloads. Alternatives like HA Cloud SQL or Cloud Spanner introduce multi-zone synchronization, which inherently increases latency.
upvoted 1 times
...
LunarLander
1 month, 2 weeks ago
Selected Answer: C
I vote for C. There is zero mention of HA or 4x9s (if so, then for sure Spanner - D). More critically, CloudSQL-Postgres would have measurably and consistently lower write latency than Spanner on single row writes (which would be this use case).
upvoted 1 times
...
jjyy80
9 months, 1 week ago
Selected Answer: C
multiples zonas has more latency
upvoted 1 times
...
PKookNN
10 months, 3 weeks ago
Selected Answer: D
The only one with write latency is regional Spanner
upvoted 2 times
...
learnazureportal
1 year, 3 months ago
Correct answer is D - Use Cloud Spanner in a regional configuration.
upvoted 1 times
...
DPonly
1 year, 3 months ago
Selected Answer: D
its Cloud SQL vs Spanner . Spanner has advantage in writing latency
upvoted 2 times
...
srishti2102
1 year, 3 months ago
A, B, C. replicas and HA will help in improving read latency only. Cloud SQL enables customers to implement horizontal scaling of read-only workloads using read replicas. It might degrade the write latency. D. Spanner satisfies the requirement without sacrificing availability
upvoted 1 times
...
TQM__9MD
1 year, 3 months ago
Selected Answer: D
I think D.
upvoted 1 times
...
badrisrinivas9
1 year, 4 months ago
Selected Answer: D
Spanner has higher write latency than other options
upvoted 3 times
...
[Removed]
1 year, 4 months ago
Selected Answer: D
D: just choose Cloud Spanner over Cloud SQL
upvoted 2 times
...
DBAgain
1 year, 5 months ago
Selected Answer: D
A and B add latency. C screams of an anti-pattern to me (no HA). Spanner satisfies the requirement without sacrificing availability, so D.
upvoted 2 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 ...