InterviewDB Question

Faulty Server Detection - Identify Outlier Servers by Error Rate

Question Details

Problem You have a list of server metrics over a time window: [(server_id, requests, errors)]. A server is "faulty" if its error rate exceeds the fleet-wide mean error rate by more than k standard deviations. Return the IDs of all faulty servers, sor…

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Coding Oa