
Answer-first summary for fast verification
Answer: Web Application - Availability, Latency Database - Availability
Option B is correct because it best suits the application's needs. The web application, being request-driven, benefits from latency and availability as SLIs. For the database, a storage system, the recommended SLIs include latency, availability, and durability. Options A, C, and D are incorrect as durability and coverage are not suitable SLIs for a request-driven web application. Coverage, in particular, is more suited for batch processing systems, making it inappropriate for the gaming application's database. Reference: [Google SRE Book on 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. The game scores are 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.