Objective 4.1
PCDEInstrumenting and collecting telemetry
Objective 4.1 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.
A team adds a label with two thousand possible values to a metric type. What does that multiply?
Correct.
Concept
Every distinct combination of classifier values produces its own stream. Adding a dimension multiplies rather than adds, and a field with unbounded values turns a cheap metric into an expensive one.
Why D
Cardinality is the count of labels and the values each can take, and it equals the number of streams that may be collected for a metric and resource pair. One stream exists per combination.
Source
Google Cloud: Components of the metric model, checked August 2026The number of labels and the number of values each can assume is referred to as cardinality . The cardinality is the number of possible time series that might be collected for a pair of metric and monitored-resource types: there is one time series for each combination of values of their labels.
Now you: objective 4.1 questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
An engineer sees a metric type whose name starts with prometheus.googleapis.com. What does that prefix tell them?
Sample question 2 of 3
An engineer reads that a metric type is a delta kind. What does each data point in it represent?
Sample question 3 of 3
A team filters a time series by a resource metadata label and the label is absent from the result. Why?
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.