Tower Research is a legendary name in HFT. Founded by Mark Gorton. They are known for having some of the fastest execution stacks in the world.
Intern: $15-18k/month
New Grad: $300k+ TC
Focus: OS Internals, Networking, C++ Metaprogramming.
Core: C++ (Modern), FPGA.
Style: Performance obsessed.
"Walk me through a page fault."
(CPU interrupt → Kernel Mode → Find page on disk → Load to RAM → Update Page Table → Resume).
"Find the median of a stream of integers."
(Two Heaps solution is standard. But optimize it for cache locality if you can).