Free Google Professional Cloud Database Engineer Actual Exam Questions - Question 13 Discussion

Question No. 13
Your organization is running a MySQL workload in Cloud SQL. Suddenly you see a degradation in
database performance. You need to identify the root cause of the performance degradation. What
should you do?
Select one option, then reveal solution.
US
IX
Irfan X.
2026-02-11

B/C? B helps spot if the problem’s resource-related, but C might catch repeated errors that aren’t obvious in logs or metrics. Both could give clues from different angles.

0
KZ
Kevin Z.
2026-02-11

Maybe A is better here since Logs Explorer can reveal slow queries or specific errors causing the drop in performance, not just general resource issues. That’s more targeted for root cause analysis.

0
AG
Ahmed G.
2026-02-02

B. Checking CPU, memory, and storage metrics in Cloud Monitoring gives a solid overview of system health and can reveal if resource saturation is causing the slowdown. If the database is hitting CPU limits or running out of memory, that’s a clear performance bottleneck. Logs are useful too, but sometimes just seeing a spike in resource use can quickly rule out or confirm hardware-related issues before digging into logs.

0
RG
Rayan G.
2026-01-20

A imo, Logs Explorer is the quickest way to spot slow queries or errors directly impacting DB performance, which is more specific than just general CPU or memory metrics.

0
RG
Rayan G.
2026-01-17

A - Logs Explorer can show slow queries or errors causing the slowdown.

0
AK
Ash K.
2026-01-17

B - Should we consider the time frame for monitoring resource usage?

0