ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 84 - Professional Cloud DevOps Engineer discussion

Report
Export

You are responsible for the reliability of a high-volume enterprise application. A large number of users report that an important subset of the application's functionality -- a data intensive reporting feature -- is consistently failing with an HTTP 500 error. When you investigate your application's dashboards, you notice a strong correlation between the failures and a metric that represents the size of an internal queue used for generating reports. You trace the failures to a reporting backend that is experiencing high I/O wait times. You quickly fix the issue by resizing the backend's persistent disk (PD). How you need to create an availability Service Level Indicator (SLI) for the report generation feature. How would you define it?

A.
As the I/O wait times aggregated across all report generation backends
Answers
A.
As the I/O wait times aggregated across all report generation backends
B.
As the proportion of report generation requests that result in a successful response
Answers
B.
As the proportion of report generation requests that result in a successful response
C.
As the application's report generation queue size compared to a known-good threshold
Answers
C.
As the application's report generation queue size compared to a known-good threshold
D.
As the reporting backend PD throughout capacity compared to a known-good threshold
Answers
D.
As the reporting backend PD throughout capacity compared to a known-good threshold
Suggested answer: B

Explanation:

According to SRE Workbook, one of potential SLI is as below:

* Type of service: Request-driven

* Type of SLI: Availability

* Description: The proportion of requests that resulted in a successful response.

https://sre.google/workbook/implementing-slos/

asked 18/09/2024
Sandesh Somaiah
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first