I was in the middle of the interview process; I had already taken an online coding test and passed their bench mark, so had gotten to a coding phone-interview with a head of development there. During the hour-long phone interview, we spent the first 25 minutes on personality and experience questions, and then got to the coding questions.
Interview questions [1]
Question 1
Given a grid or 2D array, find the number of possible paths from the top left corner to the bottom right corner if you can only step right or down from each cell.