PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #155
You support a high-traffic web application with a microservice architecture. The home page of the application displays multiple widgets containing content such as the current weather, stock prices, an
The correct answer is A. A quality SLI: the ratio of non-degraded responses to total responses.. A quality SLI measures the ratio of responses that meet a quality threshold (non-degraded, meaning all widgets loaded successfully) to total responses. This directly captures the user experience described: the service is technically available, but the experience may be degraded w
Question
Options
- AA quality SLI: the ratio of non-degraded responses to total responses.
- BAn availability SLI: the ratio of healthy microservices to the total number of microservices.
- CA freshness SLI: the proportion of widgets that have been updated within the last 10 minutes.
- DA latency SLI: the ratio of microservice calls that complete in under 100 ms to the total number of
How the community answered
(51 responses)- A76% (39)
- B4% (2)
- C14% (7)
- D6% (3)
Explanation
A quality SLI measures the ratio of responses that meet a quality threshold (non-degraded, meaning all widgets loaded successfully) to total responses. This directly captures the user experience described: the service is technically available, but the experience may be degraded when some microservices fail. An availability SLI (B) measures whether the service is up at all, not its content quality. A freshness SLI (C) tracks data currency, not widget presence. A latency SLI (D) measures speed, not whether content was successfully fetched and displayed.
Topics
Community Discussion
No community discussion yet for this question.