LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

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?

Real Exam



Explanation:

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.

Powered ByGPT-5