nerdexam
Google

PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #27

You need to define Service Level Objectives (SLOs) for a high-traffic multi-region web application. Customers expect the application to always be available and have fast response times. Customers…

The correct answer is C. 90 percentile "" 150ms th 95 percentile "" 300ms th. SLOs should have a small buffer above current observed performance, not be set exactly at current measurements. Setting an SLO exactly at observed performance (option B: 120ms / 275ms) means any minor degradation immediately violates the SLO, leaving no room for natural…

Submitted by khalil_dz· Apr 18, 2026Applying site reliability engineering principles to a service

Question

You need to define Service Level Objectives (SLOs) for a high-traffic multi-region web application. Customers expect the application to always be available and have fast response times. Customers are currently happy with the application performance and availability. Based on current measurement, you observe that the 90 percentile of latency is 120ms and the 95 percentile of latency is 275ms over a 28-day window. What latency SLO would you recommend to the team to th th publish?

Options

  • A90 percentile "" 100ms th 95 percentile "" 250ms th
  • B90 percentile "" 120ms th 95 percentile "" 275ms th
  • C90 percentile "" 150ms th 95 percentile "" 300ms th
  • D90 percentile "" 250ms th 95 percentile "" 400ms th

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    7% (2)
  • C
    78% (21)
  • D
    11% (3)

Explanation

SLOs should have a small buffer above current observed performance, not be set exactly at current measurements. Setting an SLO exactly at observed performance (option B: 120ms / 275ms) means any minor degradation immediately violates the SLO, leaving no room for natural variance. Option A (100ms / 250ms) is tighter than current performance and would already be violated - this is not a realistic target. Option D (250ms / 400ms) is far too loose, does not reflect actual user experience, and wastes error budget. Option C (150ms / 300ms) adds a small, reasonable buffer above current measurements, giving the team room to absorb minor variance while still reflecting the high-quality experience customers already receive. This follows SRE best practice: SLOs should be aspirational but achievable, and slightly above what is currently being delivered.

Topics

#SLO definition#Latency metrics#Error budget#SRE best practices

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Practice