Did the Cisco MLE loop for a role in their AI/ML group that's working on network anomaly detection and predictive maintenance. Not the sexy LLM stuff but actually a pretty interesting domain if you're into applied ML.
Here's the loop structure as I experienced it in 2026:
Technical screen (45min): ML fundamentals. Precision vs. recall, when you optimize one vs. the other, class imbalance handling. They gave me a scenario: you're detecting network intrusions, false positives are annoying, false negatives are catastrophic. How do you tune your threshold? Walk through the math.
Coding round (60min): not LeetCode. More like applied ML coding. I was given a dataset description and asked to write code to train a baseline model, evaluate it, then suggest improvements. Python, sklearn, pandas. Reasonably comfortable for anyone with 3+ years of hands-on ML work.
ML system design (60min): design a real-time anomaly detection pipeline for network traffic. 10M+ events per minute, need sub-second latency for alerting. This was the round I found most engaging. We talked about feature engineering for network data, online vs. offline learning, model serving infrastructure, how to handle concept drift when network attack patterns evolve.
Behavioral (45min): STAR. A project you owned end-to-end, a time your model failed in production, how you've communicated uncertainty to non-technical stakeholders. That last one comes up a lot at Cisco because you're often presenting to network ops folks who don't speak ML.
Research/domain round (optional, they called it): since I'd published a paper in anomaly detection adjacent area they added a 30min round that was basically a technical chat. Not sure if this is standard or was specific to my profile.
What mattered most: system design and production mindset. They're not building hobby models. They want engineers who've seen models break in production and have opinions about monitoring, retraining triggers, and evaluation in a streaming context.
Comp for senior MLE in San Jose: my offer was around $195k base with the usual bonus and RSU structure layered on top. Felt fair for the level.