For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeGCP Professional Cloud ArchitectGCP Professional Cloud Architect Practice Exam 3Question 29
    Medium1 markMultiple Choice
    Domain 5: Managing Implementation and Ensuring ReliabilityDomain 5Cloud TraceObservabilityMicroservices

    GCP PCA · Question 29 · Domain 5: Managing Implementation and Ensuring Reliability

    A complex microservices application running on GKE is experiencing intermittent high latency. The application consists of 15 different services written in Go and Java. Users report that the checkout process sometimes takes 5 seconds instead of the usual 200ms. You need to identify exactly which microservice is causing the bottleneck. Which GCP observability tool should you use?

    Answer options:

    A.

    Cloud Profiler.

    B.

    Cloud Trace.

    C.

    Cloud Logging.

    D.

    Cloud Monitoring.

    How to approach this question

    Match the problem 'latency across multiple microservices' to the tool 'distributed tracing'. Cloud Trace is GCP's distributed tracing tool.

    Full Answer

    B.Cloud Trace.✓ Correct
    In a microservices architecture, a single user request might hit dozens of services. When latency occurs, you need Distributed Tracing to see the path of the request. Cloud Trace provides a waterfall view of RPC calls, allowing you to instantly see which specific microservice (or database call) is responsible for the 5-second delay.

    Common mistakes

    Confusing Cloud Trace with Cloud Profiler (A). Profiler looks *inside* a single program (e.g., which function is using the most CPU). Trace looks *across* multiple programs (e.g., Service A called Service B and waited 4 seconds).
    Question 28All questionsQuestion 30

    Practice the full GCP Professional Cloud Architect Practice Exam 3

    50 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01**CASE STUDY: TechStream Gaming** **Company Overview:** TechStream Gaming is a global gaming com...MediumQ02**CASE STUDY: TechStream Gaming** **Company Overview:** TechStream Gaming is a global gaming com...HardQ03**CASE STUDY: TechStream Gaming** **Company Overview:** TechStream Gaming is a global gaming com...MediumQ04**CASE STUDY: TechStream Gaming** **Company Overview:** TechStream Gaming is a global gaming com...EasyQ05**CASE STUDY: TechStream Gaming** **Company Overview:** TechStream Gaming is a global gaming com...Medium
    View all 50 questions →