ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 20 - Professional Cloud DevOps Engineer discussion

Report
Export

You support an application deployed on Compute Engine. The application connects to a Cloud SQL instance to store and retrieve dat

a. After an update to the application, users report errors showing database timeout messages. The number of concurrent active users remained stable. You need to find the most probable cause of the database timeout. What should you do?

A.
Check the serial port logs of the Compute Engine instance.
Answers
A.
Check the serial port logs of the Compute Engine instance.
B.
Use Stackdriver Profiler to visualize the resources utilization throughout the application.
Answers
B.
Use Stackdriver Profiler to visualize the resources utilization throughout the application.
C.
Determine whether there is an increased number of connections to the Cloud SQL instance.
Answers
C.
Determine whether there is an increased number of connections to the Cloud SQL instance.
D.
Use Cloud Security Scanner to see whether your Cloud SQL is under a Distributed Denial of Service (DDoS) attack.
Answers
D.
Use Cloud Security Scanner to see whether your Cloud SQL is under a Distributed Denial of Service (DDoS) attack.
Suggested answer: C

Explanation:

The most probable cause of the database timeout is an increased number of connections to the Cloud SQL instance. This could happen if the application does not close connections properly or if it creates too many connections at once. You can check the number of connections to the Cloud SQL instance using Cloud Monitoring or Cloud SQL Admin API .

asked 18/09/2024
sujan bolla
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first