
Answer-first summary for fast verification
Answer: Latency
The correct answer is **Latency**, as it measures the time taken for a request to complete. This is crucial for ensuring the database responds within the desired timeframe. - **Throughput** is about the number of requests handled per unit time, not the speed of individual responses. - **Availability** refers to the uptime of the database, not response times. - **Correctness** ensures the right data is returned, but doesn't measure response speed. For more details, refer to [service-level-objectives](https://cloud.google.com/blog/products/gcp/sre-fundamentals-slis-slas-and-slos).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Imagine you're designing a banking application where users can check their account balances stored in a database. To ensure the database responds within a specific timeframe, what are the minimum Service Level Indicators (SLIs) you should consider?
A
Throughput
B
Correctness
C
Availability
D
Latency
No comments yet.