nerdexam
Google

PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #37

You have an application running in Google Kubernetes Engine. The application invokes multiple services per request but responds too slowly. You need to identify which downstream service or services ar

The correct answer is D. Use a distributed tracing framework such as OpenTelemetry or Stackdriver Trace.. https://cloud.google.com/trace/docs/overview Cloud Trace, a distributed tracing system for Google Cloud, helps you understand how long it takes your application to handle incoming requests from users or other applications, and how long it takes to complete operations like RPC cal

Submitted by weili_xi· Apr 18, 2026Implementing service monitoring strategies

Question

You have an application running in Google Kubernetes Engine. The application invokes multiple services per request but responds too slowly. You need to identify which downstream service or services are causing the delay. What should you do?

Options

  • AAnalyze VPC flow logs along the path of the request.
  • BInvestigate the Liveness and Readiness probes for each service.
  • CCreate a Dataflow pipeline to analyze service metrics in real time.
  • DUse a distributed tracing framework such as OpenTelemetry or Stackdriver Trace.

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    10% (2)
  • C
    5% (1)
  • D
    80% (16)

Explanation

https://cloud.google.com/trace/docs/overview Cloud Trace, a distributed tracing system for Google Cloud, helps you understand how long it takes your application to handle incoming requests from users or other applications, and how long it takes to complete operations like RPC calls performed when handling the requests.

Topics

#Distributed Tracing#Application Performance Monitoring (APM)#Microservices#Google Cloud Trace

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Practice