Professional Cloud DevOps Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An online retail platform running microservices on Google Kubernetes Engine (GKE) with Cloud Service Mesh triggers an alert due to a violation of its user-facing latency Service Level Objective (SLO).
A DevOps engineer investigates the incident in Cloud Monitoring Metrics Explorer and correlates the following multi-dimensional golden signal metrics across tiers:
https/total_latencies at the 95th percentile, with steady request volume.How should the DevOps engineer interpret these correlated metrics to identify the root cause of the degradation?
Correlating golden signals across architectural boundaries allows engineers to trace the causal relationship between underlying infrastructure constraints and user-facing SLO degradation. When analyzing multi-tier distributed applications, saturation metrics (such as container CPU utilization) often represent the foundational catalyst for downstream performance anomalies.
https/total_latencies on the external load balancer.RESPONSE_FLAGS and upstream status codes with workload CPU reveals whether the proxy layer or application backend is failing.Analyzing telemetry in a structured top-down or bottom-up flow—connecting saturation, error rate, and latency—establishes a definitive causal chain. This accurately targets remediation efforts (such as horizontal pod autoscaling or query optimization) directly at the backend microservice.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.