Hudson River Trading
Interview Guide
Known for its engineering-first culture and "The Labs". HRT is one of the most prestigious HFT firms in the world, responsible for over 5% of all US equities trading.
The Interview Loop
HRT has a very standardized and efficient process.
Online Assessment (CodeSignal)
Unlike other firms, HRT takes the OA very seriously. You must score near perfect (830+ on CodeSignal) to move forward. Expect 4 questions in 60-70 minutes. Usually 2 easies, 1 medium, and 1 hard implementation problem.
Phone Screen (C++ / Systems)
A 45-minute technical screen with an engineer. For standard SWE roles, this will be pure C++ trivia and coding. For Algo roles, expect probability or math puzzles.
Common topic: "Implement a shared_ptr from scratch".
The Onsite (3-5 Rounds)
Used to be in their NYC office in 4 World Trade Center, now often virtual.
- Systems Round: OS internals, networking, kernel bypass.
- Coding Round: Complex algorithms (Graph/DP/Trees).
- Debugging Round: Find the bug in this giant C++ codebase.
Real Interview Questions
What candidates have reported recently.
The "Matching Engine"
Design a limit order book matching engine. How do you handle buy/sell orders? What data structure gives O(1) matching and O(1) cancellation?
View Hint
Expected Value of Max
Pick 3 random numbers between 0 and 1. What is the expected value of the largest number? Generalize to N numbers.
View Hint
Volatile vs Atomic
What is the difference between `volatile` and `std::atomic` in C++? Can `volatile` be used for thread synchronization?
View Hint
Sliding Window Max
Given an array and a window size k, find the maximum element in each window. Must be linear time O(n).
View Hint
Life at "The Labs"
HRT often calls itself "The Labs" because it feels more like a top-tier computer science research lab than a stuffy finance firm. If you are an engineer at heart, this is arguably the best place to be. The feedback loop is incredibly short—you can write code in the morning and have it trading live in the afternoon.
The culture is notably "nice" compared to the cutthroat reputation of some competitors. Free breakfast, lunch, and dinner, plus an incredible office view of the Statue of Liberty (if you're in NYC).