Detect Change Points in a Trading Platform's Latency Telemetry
Overview
What this challenge is about.
Detect Change Points in a Trading Platform's Latency Telemetry. Advanced challenge in code. Writing production code that solves real engineering problems, ea...
The Brief
What you'll do, and what you'll demonstrate.
Build a change-point detector that catches latency regressions on a calibrated false-alarm budget across 12 services.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Apply CUSUM / PELT / BOCPD to real telemetry
- Calibrate detectors to a stated false-alarm budget
- Validate against a labeled incident history
- Document an integration that engineering can ship
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Aligned coursework coming soon.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Change Point Detection
Apply change point detection to solve real industry problems and demonstrate production-level capability.
- Anomaly Detection
Apply anomaly detection to solve real industry problems and demonstrate production-level capability.
- Time Series Analysis
Apply time series analysis to solve real industry problems and demonstrate production-level capability.
- Telemetry Analysis
Apply telemetry analysis to solve real industry problems and demonstrate production-level capability.
- Python
Write clean, efficient Python for data processing, automation, and backend services.
- Calibration
Apply calibration to solve real industry problems and demonstrate production-level capability.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles:
MLOps Engineer
Calibrated change-point detection feeding the on-call paging system is the bread and butter of MLOps engineers at financial-infrastructure companies.
This challenge sharpens
- change-point-detection
- telemetry-analysis
- calibration
Data Engineer
Building a detector that hooks into existing telemetry plumbing is a data-engineer-adjacent skill that bridges into infra observability.
This challenge sharpens
- telemetry-analysis
- time-series-analysis
- python
Data Scientist
Calibrating detection against a labeled history is the bread and butter of senior data-science work in any anomaly-detection setting.
This challenge sharpens
- change-point-detection
- anomaly-detection
- calibration