Jump Trading is one of the oldest and most successful HFT firms. Often considered "Tier 1" alongside Citadel and JS. Historically secretive, but now expanding heavily into Crypto (Jump Crypto) and Venture Capital.
Intern: $16k/month
New Grad: $300k - $400k TC
Focus: C++ (System Architecture), Signal Processing, Time Series.
Core: C++ (Ultra Low Latency), Rust (Growing), Python.
Style: Pragmatic, Research-focused.
Implement a thread-safe Singleton in C++11.
Why is this tricky?
(Hint: Double Checked Locking pattern is broken in older C++. Use `static` local variable magic in C++11).
How many clock cycles does a context switch take? Why is it expensive? (Cache flushing, TLB flushing).