I applied online. I interviewed at Dolat Capital (Mumbai) in June 2025
Interview
Was given two design problems to program with c++. This was a F2F interview at Mumbai. Round was conducted on pen and paper was given an hour for the same.
I applied through university. The process took 4 weeks. I interviewed at Dolat Capital (Mumbai) in Jan 2022
Interview
Mostly focuses on core concepts of c++ such as pointers and dynamic memory allocation and algorithms , data structures as well. Problems were given and told to use Algorithms like merge sort and quick sort and topological sort were asked, also the time complexity when used on array as well as linked list.
Interview questions [1]
Question 1
Q1. Quick sort algorithm and Merge sort algorithm and which one is better on linked list.
Q2. Dynamic memory allocation and use cases of malloc, calloc, realloc and new.
Q3. Some codes were given on pointers and few questions were asked.
Q4. One Problem was given which required topological sort approach.