nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #71

A customer of yours has an SLA with their client that a particular service will respond within 4 sec-onds. The end client has reported that it feels slower. Your engineers do a trial at the client…

The correct answer is D. Use Cloud Trace to collect latency data and track how requests propagate and why there is a. Cloud Trace is a built-in tool in the Operations suite to identify issues like latency. -> Such fixes are unlikely to change core issues like the service itself being architected or written sub-optimally. Though changes like browser, networking, etc. are helpful, it would be…

Monitoring and Troubleshooting Cloud Solutions

Question

A customer of yours has an SLA with their client that a particular service will respond within 4 sec-onds. The end client has reported that it feels slower. Your engineers do a trial at the client site and notice that there seems to be a delay for many of the requests. It's your team's responsibility to iden-tify the issue quickly within the strict timeline for fixes according to the contract, and then fix it. What should you do?

Options

  • ARecommend a move to serverless technologies which will scale automatically on demand.
  • BAdd logging statements at multiple points in the application, build it, and deploy it. Now new
  • CCheck if the browsers used by the client are different from yours. If they are, that's most likely the
  • DUse Cloud Trace to collect latency data and track how requests propagate and why there is a

How the community answered

(46 responses)
  • A
    4% (2)
  • B
    9% (4)
  • C
    2% (1)
  • D
    85% (39)

Explanation

Cloud Trace is a built-in tool in the Operations suite to identify issues like latency. -> Such fixes are unlikely to change core issues like the service itself being architected or written sub-optimally. Though changes like browser, networking, etc. are helpful, it would be the wrong approach to first recommend that the customer upgrade all their hardware and software. -> Rewriting code and logging information is going to be time consuming. In general though, logging should always be included in code and it can give good insights. But tracing is way more specific and comprehensive for this requirement. -> In certain cases, we might identify scaling as the issue. But we should first identify the core problem. So, start with tracing. We can also achieve scale in server-ful technologies. https://cloud.google.com/trace

Topics

#Performance Monitoring#Troubleshooting#Cloud Trace#Observability

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice