4 rounds
3 technical
1 HR
The technical rounds were very easy with leetcode easy questions
HR round was a formality because it was campus recruitment.
Overall it took 3 months for on boarding
1 month for interview process
The interview process was fairly balanced and touched upon different fundamental concepts. It started with some easy questions on basic graph and tree traversal, followed by SQL query problems that tested practical database handling skills. There were also discussions around different levels of cache, focusing on their role in improving performance and efficiency. Towards the end, I was asked about race conditions, where the emphasis was on understanding concurrency issues and how to handle them effectively. Overall, the interview covered a good mix of data structures, databases, system concepts, and problem-solving.
Interview questions [1]
Question 1
Some basic graph and tree traversal SQL Query questions Different level of cache RACE condition
Process happened in 3 rounds, 2 tecnical and 2 hr- the technical ones have os, oops, basic to medium dsa questions, asked to do the code on the fly( eg: sieve of erenthesis), hr is fun regular questions.
Interview questions [1]
Question 1
Explain the logic to build the code for sum.of prime numbers to be something?