I applied via Instahyre. The role was for a Ruby on Rails Software developer. The interviews happened at the Zoomcar office in Bengaluru in the middle of February 2020.
Round 1:
The coding had to be done using pen and paper.
- Find any peak element in array
- It was a simulation problem. I do not remember the problem exactly, but I think it involved different lines in a plane and given some constraints, was expected to find a way to arrange them to have least number of intersections points.
- Assume a list of all possible integers that can be formed by some fixed digits (say 0, 3, 4 and 9 - digits can repeat), where each integer can have at max a million digits. There were multiple queries, with each query giving a specific integer k from this list. The question was to find the rank of this integer if this list was sorted. With some observations it can be achieved by a linear scan from left to right.