Medium1 markMultiple Choice
Subtask 5.2: ReliabilitySRESLIMonitoring

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?

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