Question 859 of 1,000
Scaling with Google Cloud operationshardMultiple ChoiceObjective-mapped

How to Identify Which Microservice Causes Latency Using Cloud Trace

This GCDL practice question tests your understanding of scaling with google cloud operations. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company's application is composed of 15 microservices. When a performance issue occurs, the team struggles to determine which service is causing latency since request traces span multiple services. Which Google Cloud service helps identify which specific service in a microservices chain is causing slowdowns?

Quick Answer

The answer is Cloud Trace, which is the correct choice because it is Google Cloud’s distributed tracing service designed to capture end-to-end latency data as requests travel across multiple microservices. By visualizing the full path of a request through a chain of services, Cloud Trace reveals exactly where slowdowns occur, allowing you to identify which specific microservice is causing the latency. On the Google Cloud Digital Leader exam, this question tests your understanding of observability tools for microservices architectures, often appearing as a scenario where a team struggles to pinpoint performance bottlenecks in a multi-service application. A common trap is confusing Cloud Trace with Cloud Monitoring or Cloud Logging, but remember that only Cloud Trace provides distributed request traces showing latency per service hop. Memory tip: think “Trace the path, find the lag” — Cloud Trace maps the journey of each request to spotlight the slowest service.

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 Trace — captures distributed request traces showing end-to-end latency across all microservices.

Cloud Trace is designed specifically for distributed tracing in microservices architectures. It captures end-to-end latency data for each request as it traverses multiple services, allowing you to pinpoint which service in the chain is introducing the most delay. This directly addresses the problem of identifying the specific service causing slowdowns in a 15-service application.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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 Logging — search logs for error messages across all 15 services.

    Why it's wrong here

    Log searching finds errors after they occur but doesn't correlate cross-service request timelines or show which service hop added latency in a distributed trace.

  • Cloud Trace — captures distributed request traces showing end-to-end latency across all microservices.

    Why this is correct

    Cloud Trace shows the complete request journey: which service was called, in what order, and how long each call took. The Gantt-chart view immediately reveals the latency culprit service.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Cloud Monitoring dashboards — create per-service CPU utilization graphs.

    Why it's wrong here

    CPU graphs show resource utilization but don't correlate individual request flows across services or show which service contributed to a specific slow request.

  • Security Command Center — scan for misconfigurations causing performance issues.

    Why it's wrong here

    SCC identifies security findings and misconfigurations, not application performance issues or distributed request tracing.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse Cloud Logging (which shows error messages) with Cloud Trace (which shows latency timing), or assume CPU utilization graphs (Cloud Monitoring) can pinpoint request-level slowdowns, when only distributed tracing can reveal the exact service in the chain causing the delay.

Trap categories for this question

  • Command / output trap

    Log searching finds errors after they occur but doesn't correlate cross-service request timelines or show which service hop added latency in a distributed trace.

Detailed technical explanation

How to think about this question

Cloud Trace uses the OpenTelemetry standard to instrument applications, collecting trace spans that include start and end timestamps, service names, and parent-child relationships. Under the hood, it applies a sampling rate (configurable, often 1-10 per second) to reduce overhead, and the Trace Explorer can visualize a waterfall chart showing each span's duration, making it easy to spot the service with the longest span. In a real-world scenario, if a request takes 5 seconds total, Cloud Trace can reveal that Service C (e.g., a database query) consumed 4 seconds, while others took milliseconds.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related GCDL practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free GCDL practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this GCDL question test?

Scaling with Google Cloud operations — This question tests Scaling with Google Cloud operations — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Cloud Trace — captures distributed request traces showing end-to-end latency across all microservices. — Cloud Trace is designed specifically for distributed tracing in microservices architectures. It captures end-to-end latency data for each request as it traverses multiple services, allowing you to pinpoint which service in the chain is introducing the most delay. This directly addresses the problem of identifying the specific service causing slowdowns in a 15-service application.

What should I do if I get this GCDL question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More GCDL practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This GCDL 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 GCDL exam.