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

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

Your retail organization is preparing for the holiday season. Use of catalog services is increasing, and your DevOps team is supporting the Cloud SQL databases that power a microservices-based application. The DevOps team has added instrumentation through Sqlcommenter. You need to identify the root cause of why certain microservice calls are failing. What should you do?

  • A. Watch Query Insights for long running queries.
  • B. Watch the Cloud SQL instance monitor for CPU utilization metrics.
  • C. Watch the Cloud SQL recommenders for overprovisioned instances.
  • D. Watch Cloud Trace for application requests that are failing.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
dynamic_dba
Highly Voted 1 year, 8 months ago
A. Cloud Trace doesn’t support Cloud SQL. Eliminate D. Cloud SQL recommenders for overprovisioned instances would tell you about Cloud SQL instances which are too large for their workload. Eliminate C. Monitoring CPU utilization wouldn’t tell you why microservice calls are failing. Eliminate B. SQLcommenter integrates with Query Insights. So A is the best answer. https://cloud.google.com/blog/topics/developers-practitioners/introducing-sqlcommenter-open-source-orm-auto-instrumentation-library
upvoted 8 times
...
DBAgain
Highly Voted 1 year, 4 months ago
Selected Answer: D
https://cloud.google.com/blog/topics/developers-practitioners/introducing-sqlcommenter-open-source-orm-auto-instrumentation-library
upvoted 5 times
...
dunhill
Most Recent 3 months, 4 weeks ago
Selected Answer: D
The answer should be D. A looks not right because Query Insight is for internal Cloud SQL performance and it's not about calls are failing.
upvoted 1 times
...
hussain.sain
5 months, 1 week ago
Selected Answer: D
Cloud Trace does not automatically support Cloud SQL, meaning it won't natively track latency or errors within Cloud SQL queries without additional instrumentation. Cloud Trace can provide comprehensive tracing of application requests, but for Cloud SQL queries to be included, explicit instrumentation is needed, typically via tools like Sqlcommenter. Cloud Trace should be able to include latency data for SQL queries. This setup helps team see the impact of database performance on the overall application performance. This helps in identifying the root cause of microservice call failures.
upvoted 1 times
...
hussain.sain
5 months, 1 week ago
answer : D While Query Insights is a powerful tool for optimizing database performance and identifying query-related issues, it does not provide the necessary breadth of information required to diagnose failures in a microservices-based application. Cloud Trace, on the other hand, offers a comprehensive view of application performance, including but not limited to database interactions, making it a more suitable choice for identifying the root cause of microservice call failures.
upvoted 1 times
...
Pime13
7 months ago
Selected Answer: A
https://cloud.google.com/blog/topics/developers-practitioners/introducing-sqlcommenter-open-source-orm-auto-instrumentation-library
upvoted 1 times
...
learnazureportal
1 year, 2 months ago
D - To diagnose and address application-level issues, monitoring at the application request level (Option D) is the appropriate choice.
upvoted 3 times
...
[Removed]
1 year, 4 months ago
Selected Answer: A
A. Query insights is always the correct answer
upvoted 3 times
...
chelbsik
1 year, 11 months ago
Selected Answer: A
I'll go for A
upvoted 4 times
...
pk349
1 year, 11 months ago
A: Watch Query Insights for long running queries. Sqlcommenter is an open source library that enables ORMs to augment SQL statements before execution, with comments containing information about the code that caused its execution. This helps in easily correlating slow queries with source code and giving insights into backend database performance. In short, it provides observability into the state of client-side applications and their impact on database performance. Application developers need to do very little application code change to enable Sqlcommenter for their applications using ORMs. Observability information from Sqlcommenter can be used by application developers directly using slow query logs, or it can be integrated into other products or tools, such as ***** Cloud SQL Insights, to provide application-centric monitoring.
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 ...