I applied through university. The process took 2 days. I interviewed at Whiteklay (Pune) in July 2024
Interview
3 Rounds -> 2 techninal rounds, 1 HR rounds.
mainly focused on DSA and SQL, DSA(binary search and easy level dp) level is easy, Sql (join in different tables, cte and window functions) level is Medium
Interview questions [1]
Question 1
Binary search, and complexity with mathematic proof.
I applied through university. I interviewed at Whiteklay (Pune) in Oct 2023
Interview
1st Round: Online Test where 3 coding question is given Easy-Medium level. For clearing this round you have to solve all three question.
2 nd Round is Technical Round where they ask me to write some sql queries, after that they ask me some oops questions and then they jump on Online Test question and tell us to implement here.
3 rd Round they ask me to implement insertion sort after that how to check loop in circular linkedlist , Prove the your solution
Interview questions [1]
Question 1
Implement Insertion sort.
Implement Upperbound function of c++ stl.
I applied through university. I interviewed at Whiteklay (Pune)
Interview
The interview consists of three rounds. The first round involves an online assessment with three medium-level questions from LC. In the second round, Its's a tech round. Finally, the third round also involves discussions with the company's CTO.
Interview questions [1]
Question 1
There are 4 persons (A, B, C and D) who want to cross a bridge in night. A takes 1 minute to cross the bridge. B takes 2 minutes to cross the bridge. C takes 5 minutes to cross the bridge. D takes 8 minutes to cross the bridge. There is only one torch with them and the bridge cannot be crossed without the torch. There cannot be more than two persons on the bridge at any time, and when two people cross the bridge together, they must move at the slower person’s pace.