
Ultimate access to all questions.
You manage a high-traffic web application and need to guarantee timely home page loading. As an initial measure, you plan to create a Service Level Indicator (SLI) for home page request latency, with 100 ms as the acceptable load time threshold. What is Google's recommended method for computing this SLI?
A
Bucketize the request latencies into ranges, and then compute the percentile at 100 ms.
B
Bucketize the request latencies into ranges, and then compute the median and 90th percentiles.
C
Count the number of home page requests that load in under 100 ms, and then divide by the total number of home page requests.
D
Count the number of home page request that load in under 100 ms, and then divide by the total number of all web application requests.