
Answer-first summary for fast verification
Answer: Web Application - Availability, Latency Database - Availability
The correct SLIs for this application are **Web Application - Availability, Latency** and **Database - Availability**. These indicators are ideal because the web application is request-driven, making latency and availability appropriate SLIs. For the database, which is a storage system, the recommended SLIs are latency, availability, and durability. Options A, C, and D are incorrect because durability and coverage are not suitable SLIs for a request-driven web application. Coverage is more suited for batch processing systems, not for the database of a gaming application. Reference: [Service Level Objectives](https://sre.google/sre-book/service-level-objectives/) (Indicator in Practice).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with designing an online gaming application where users can select games and view leaderboards, with game scores stored in a database. To ensure the leaderboard displays the latest scores, what are the minimum Service Level Indicators (SLIs) you should select for the application?
A
Web Application - Durability, Database - Coverage
B
Web Application - Availability, Latency Database - Availability
C
Web Application - Durability, Quality Database - Latency
D
Web Application - Coverage Database - Latency
No comments yet.