An international airline runs two major microservices on Google Cloud: a passenger Flight Seat Reservation API and a post-flight Partner Loyalty Points Reconciliation worker. Interruption of seat reservations directly causes severe financial loss and customer churn, whereas delays in processing loyalty points reconciliation by several hours have minimal business impact. The organization aims to align technical metrics and operational procedures with business risk. Which TWO Site Reliability Engineering (SRE) decisions correctly align technical service level objectives (SLOs/SLIs/SLAs) with business impact? (Select TWO.)
- Define a high-availability SLO () measured over a tight -minute SLI evaluation window for the Flight Seat Reservation API, while assigning a lower availability target () with a multi-hour latency SLI for the Loyalty Points Reconciliation worker.Cevap
- Implement error budget policy enforcement that automatically freezes new feature deployments on the Flight Seat Reservation API when its budget depletes, while permitting non-critical deployments on the Loyalty Points Reconciliation worker even under low error budgets.Cevap
- CSet the Service Level Indicator (SLI) for both services as a target percentage of , and utilize the Service Level Objective (SLO) to log the real-time count of successful requests divided by total requests.
- DConfigure identical static threshold alerts that instantly page the on-call engineer whenever any single HTTP request fails across either the reservation API or the loyalty reconciliation worker.
Cevap
The two correct decisions are: 1) Defining a high-availability SLO () for the critical seat reservation API while establishing a lower availability SLO () for the non-critical loyalty points worker; and 2) Enforcing strict deployment freezes based on error budget depletion for the reservation API while permitting feature deployments on low-impact background services.
Aligning service levels with business impact requires setting higher SLOs and strict error budget enforcement on revenue-impacting user flows (Seat Reservation API) while setting relaxed SLOs on low-risk asynchronous background workers (Loyalty Points Reconciliation).
Adım Adım Çözüm
Anahtar Kavram
Business-Aligned Service Level Objectives and Error Budget Governance