Courseiva
Deploying and Implementing a Cloud SolutionmediumMultiple ChoiceObjective-mapped

Google ACE Deploying and Implementing a Cloud Solution Practice Question

An engineer needs to view the logs generated by a Cloud Run service to troubleshoot a recent deployment. Which service should they use?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Cloud Logging

Cloud Logging (formerly Stackdriver Logging) is the unified logging service for Google Cloud. Cloud Run logs are automatically sent to Cloud Logging.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Cloud Monitoring

    Why it's wrong here

    Cloud Monitoring specializes in time-series metrics, uptime checks, dashboards, and alerting policies — not raw log viewing. While it can display logs-based metrics derived from Cloud Run log entries, the actual log messages themselves live in Cloud Logging. To inspect the logs generated by a Cloud Run service, you must use Cloud Logging's Logs Explorer, not Cloud Monitoring.

  • Cloud Logging

    Why this is correct

    Cloud Logging is the correct choice because it is the native, centralized log storage and retrieval service for Google Cloud, and Cloud Run automatically sends both request logs and platform logs to it. Application output written to stdout/stderr is also captured as structured logs. You can view these logs immediately in the Logs Explorer and filter them by resource type, severity, or labels.

  • Error Reporting

    Why it's wrong here

    Error Reporting ingests and aggregates only exception and error signals, using machine learning to cluster them into meaningful groups with stack traces, so it is not a general log viewer. It consumes error-like entries from Cloud Logging but is neither the storage location nor the interface for browsing the full set of Cloud Run logs. A typical Cloud Run service also emits info and debug logs that Error Reporting ignores entirely.

  • Cloud Trace

    Why it's wrong here

    Cloud Trace measures latency and traces end-to-end request paths across services, recording spans with timing metadata rather than log content. It can show how long each call took in a Cloud Run request, but it will not show you the textual or structured logs your service emitted. For Cloud Run log viewing, Cloud Trace is a complementary debugging tool, not the destination for logs.

Go deeper

Related to this question

About these practice questions

One of 769 original ACE practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This ACE practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the ACE exam.