SRE Interview Questions and Answers - Part II
What is latency and how do you reduce it? Latency - Refers to time taken to respond the request (Processing time of the application to process the request). Latency could be measured for a user request or application to application request or application to data request like (S3, Database, Redshift). There could be various reasons for a latency issue. 1) Client side issue this is pretty straight forward to identify when our i nternal telemetry and observability looks GREEN. 2) Possible reasons for client side issue could be ISP, User Agent like browser, Geo location based issues. If its server side issues, better to start with the probing to pin point the issues: Let's say one of the microservices called " inventory " ...