On-call engineers receive twenty quality pages a week
A medium Pipeline Design mock interview question on DataDriven. Practice with AI-powered feedback, real code execution, and a hire/no-hire decision.
- Domain
- Pipeline Design
- Difficulty
- medium
Interview Prompt
On-call engineers receive twenty quality pages a week. Three of them are real. The remaining seventeen train the engineer to acknowledge alerts without reading them, and the next real page lands in the same channel as a false one and is missed. The fix is not removing checks; it is tuning thresholds against historical data so a useful threshold fires somewhere between two and ten times in a 90-day window. Tune the threshold by adding a threshold-tuning transform whose name states the historical window it backtests, the target firing rate (e.g., 2-10 fires per 90 days), and a known-anomaly annotation list so previously-investigated incidents do not retrigger.
How This Interview Works
- Read the vague prompt (just like a real interview)
- Ask clarifying questions to the AI interviewer
- Write your pipeline design solution with real code execution
- Get instant feedback and a hire/no-hire decision