Medium1 markMultiple Choice
GCP PCA · Question 29 · Reliability
Your SRE team is defining Service Level Indicators (SLIs) for a user-facing web application. Which metric is the most appropriate SLI to measure the user experience?
Your SRE team is defining Service Level Indicators (SLIs) for a user-facing web application. Which metric is the most appropriate SLI to measure the user experience?
Answer options:
A.
The average CPU utilization of the Compute Engine instances.
B.
The total number of lines of code deployed per week.
C.
The percentage of HTTP requests that return a 200 OK status code within 200 milliseconds.
D.
The amount of free memory available on the database server.
How to approach this question
Choose the metric that directly reflects the customer's experience.
Full Answer
C.The percentage of HTTP requests that return a 200 OK status code within 200 milliseconds.✓ Correct
Service Level Indicators (SLIs) should be user-centric. Users do not see CPU or memory metrics; they see latency and error rates. Measuring the percentage of successful, fast HTTP requests is the standard way to quantify user experience in SRE.
Common mistakes
Choosing infrastructure metrics like CPU (A) or Memory (D).
Practice the full GCP Professional Cloud Architect Practice Exam 5
50 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...HardQ02CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ03CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ04CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ05CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...Easy
Expert