Hudson River Trading Python Algorithm Developer Internship interview questions
Updated 26 Feb 2024
based on 1 rating
Difficulty
Very difficult
Experience
Very positive
How others got an interview
Oops! No information available yet
Interview search
1 interviews
Hudson River Trading interviews FAQs
Python Algorithm Developer Internship applicants have rated the interview process at Hudson River Trading with 5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 68.6% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
Online Assessment:
- 4 questions mainly consisting of some coding mixed with some data manipulation in Python/Pandas
- Answering the questions generally require good grasp of math and algorithms
Phone interview #1: A ton of math related questions related to statistic theorems, math induction and some geometry as well.
Phone interview #2: Live coding, technical interview with a DP question. Failed here.
Interview questions [1]
Question 1
Q: Given a list of coordinates (x,y), count the number of distinct rectangles that can be drawn by connecting any 4 points.
Q: Given a circle, draw n straight lines within the circle. Each line is drawn by randomly selecting 2 points on the circle's circumference and connecting them. Find the expected number of intersections between all the inscribed lines.