
Answer-first summary for fast verification
Answer: Web Application - Availability, Latency Database - Availability.
The correct answer is C because it best matches the SLIs for the application. For a request-driven web application like this, latency and availability are appropriate SLIs. The database, being a storage system, should have latency, availability, and durability as its SLIs. Other options are incorrect because durability and coverage are not suitable for a request-driven web application, and coverage is more suited to batch processing systems rather than a gaming application's database. Refer: Service Level Objectives.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Imagine you're designing an online gaming application where users can select games and view leaderboards, with game scores stored in a database. What minimum Service Level Indicators (SLIs) should you select to ensure the leaderboard displays the latest scores?
A
Web Application - Durability, Quality Database - Latency.
B
Web Application - Coverage Database - Latency
C
Web Application - Availability, Latency Database - Availability.
D
Web Application - Durability, Database - Coverage,
No comments yet.