Valid DevOps-SRE Dumps shared by EduDump.com for Helping Passing DevOps-SRE Exam! EduDump.com now offer the newest DevOps-SRE exam dumps, the EduDump.com DevOps-SRE exam questions have been updated and answers have been corrected get the newest EduDump.com DevOps-SRE dumps with Test Engine here:
Why would some Service Level Indicators require client-side data?
Correct Answer: A
Comprehensive and Detailed Explanation From Exact Extract: SLIs must measure user experience, and sometimes server-side metrics alone do not show the full picture. Client-side data may reveal issues such as: * Slow networks * Browser rendering delays * Mobile device limitations * CDN performance issues * Last-mile latency The Site Reliability Engineering Book, Chapter "Service Level Indicators," states: "Server-side metrics do not always fully capture the user experience. In many cases, client-side measurements are required to understand the actual reliability delivered to users." The SRE Workbook reinforces: "Some SLIs require client instrumentation because user-visible performance problems may not be observable from backend systems alone." Why the other options are incorrect: * B SLA negotiation has nothing to do with SLI selection. * C Automation engineering is unrelated to client-side measurement needs. * D Achievability of SLOs does not determine whether client-side data is needed; accuracy of user- experience measurement does. Thus, the correct answer is A. References: Site Reliability Engineering Book, "Service Level Indicators" SRE Workbook, "Choosing the Right SLIs"