Medium1 markMultiple Choice
Domain 4: Analyzing and Optimizing Technical and Business ProcessesOperationsObservabilityTroubleshooting
GCP PCA · Question 46 · Domain 4: Analyzing and Optimizing Technical and Business Processes
Your microservices application is experiencing high latency. You need to identify which specific function in the code is consuming the most CPU, and how long requests take as they travel between microservices. Which TWO Google Cloud operations tools should you use? (Select TWO)
Your microservices application is experiencing high latency. You need to identify which specific function in the code is consuming the most CPU, and how long requests take as they travel between microservices. Which TWO Google Cloud operations tools should you use? (Select TWO)
Answer options:
A.
Cloud Profiler
B.
Cloud Trace
C.
Cloud Logging
D.
Cloud Debugger
E.
Error Reporting
How to approach this question
Match the operations tool to the specific troubleshooting need.
Full Answer
Cloud Profiler
Cloud Trace
Cloud Profiler continuously analyzes CPU/memory usage of code functions. Cloud Trace tracks how requests propagate through a microservice architecture to find latency bottlenecks.
Common mistakes
Selecting Logging or Debugger for performance/latency issues.
Practice the full GCP Professional Cloud Architect Practice Exam 2
50 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: TechStream Gaming. 500 emp, $100M rev. On-prem US/EU, 200 servers, MySQL 5TB. 2M peak...MediumQ02CASE STUDY: TechStream Gaming. 500 emp, $100M rev. On-prem US/EU, 200 servers, MySQL 5TB. 2M peak...MediumQ03CASE STUDY: TechStream Gaming. 500 emp, $100M rev. On-prem US/EU, 200 servers, MySQL 5TB. 2M peak...HardQ04CASE STUDY: TechStream Gaming. 500 emp, $100M rev. On-prem US/EU, 200 servers, MySQL 5TB. 2M peak...MediumQ05CASE STUDY: TechStream Gaming. 500 emp, $100M rev. On-prem US/EU, 200 servers, MySQL 5TB. 2M peak...Easy
Expert