Top 50 anomaly detection Interview Questions
The most frequently asked anomaly detection questions across all roles and companies, ranked by real interview frequency. Updated daily.
Detect per-sensor outliers in DriveWell readings using rolling medians, heaps, and bounded memory.
Cambridge Mobile Telematics
Meta PlatformsDetect robust outliers in Zoox telemetry using a rolling median and MAD with logarithmic updates.
Zoox
NVIDIAIdentify anomalous Datadog log values by comparing each event with a rolling mean and standard deviation.
DatadogCompute rolling p50 and p95 latency with a sorted sliding window and flag sudden generation spikes.
AnthropicDetect unusually large per-source network events using rolling statistics and hash-mapped sliding windows.
ZscalerScan Airbnb event timestamps once to identify out-of-order records and gaps larger than a threshold.
AirbnbDetect real-time sensor anomalies by comparing each value with the mean and standard deviation of its preceding sliding window.
Woven By ToyotaSign up to see every question
Create a free account to unlock this list and practice real interview questions.
Use PostgreSQL window functions to calculate rolling throughput averages and flag anomalous Amazon Services facility hours.
Amazon Services