
Answer-first summary for fast verification
Answer: Define an SLI based on the percentage of user requests successfully processed within a certain time frame.
Correct: Define an SLI based on the percentage of user requests successfully processed within a certain time frame. This is appropriate because SLIs typically measure aspects like latency, error rate, or availability, which directly reflect the service's performance. Incorrect options: Metrics like storage consumption, compute resource usage, or user count are important for other purposes but do not qualify as SLIs as they don't directly measure the service level provided to users.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a Cloud DevOps Engineer, you're tasked with defining Service Level Indicators (SLIs) for a cloud-based application, focusing on the successful processing of user requests. Which approach best sets an SLI for this metric?
A
Define an SLI based on the amount of storage consumed by the application.
B
Define an SLI based on the number of users using the application at a given time.
C
Define an SLI based on the percentage of user requests successfully processed within a certain time frame.
D
Define an SLI based on the amount of compute resources used by the application.
No comments yet.