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.