Objective 4.4
PCDECapturing and analyzing distributed traces
Objective 4.4 sits in Implementing observability practices and troubleshooting issues, which carries 25% of the Cloud DevOps Engineer exam. The questions below are original, written from the official objective title above, and each explanation cites the Google Cloud page it rests on.
Objective title verbatim from the official objectives. Google Cloud exam page ↗
A worked example
Shown solved, with the whole explanation open: this is what every question here carries.
An engineer opens the latency graph and finds it aggregating something narrower than a whole request. What is being aggregated?
Correct.
Concept
A single operation and the steps inside it are different units of measurement. Aggregating at the finer unit is what lets one slow dependency stand out from the request that contains it.
Why C
The whole operation is one unit and each sub-operation inside it is another. Latency is charted at the finer level, so selecting one of them opens the detail for the operation it belongs to.
Source
Google Cloud: View latency of app requests, checked August 2026The graph displays aggregated latency data for spans , which describe trace sub-operations.
Now you: objective 4.4 questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
A team opens the trace detail dialog and sees a Gantt chart. What does the first row represent?
Sample question 2 of 3
A team member can create clusters but cannot view trace spans. Which role are they missing?
Sample question 3 of 3
A team worries they must hand-copy trace headers into every outbound call. What does the instrumented sample show instead?
Full Cloud DevOps Engineer question bank coming
We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.
Read the sources
These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.