Professional Cloud Developer Exam QuestionsBrowse all questions from this exam

Professional Cloud Developer Exam - Question 330


You recently developed an application that will be hosted on Cloud Run. You need to conduct a load test. You want to analyze the load test logs second by second to understand your Cloud Run service's response to rapid traffic spikes. You want to minimize effort. How should you analyze the logs?

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
Sandesh24Option: B
Mar 1, 2025

Exporting your Cloud Logging data to BigQuery via a log sink allows you to run precise SQL queries to analyze log entries on a second-by-second basis. This approach minimizes effort while providing the detailed, time-specific insights you need to understand how your Cloud Run service handles rapid traffic spikes. Using the default log console or other methods would either lack the required granularity or require significantly more effort to set up.