I applied online. The process took 3 weeks. I interviewed at Druva in Jul 2024
Interview
Straight forward and with clear deadlines and procedures. HR didn’t keep me waiting and made the process quite simple and stress free, which is great to job seekers. I would recommend at least trying applying for a job.
Interview questions [1]
Question 1
1 technical interview and 1 interview with management
I applied online. The process took 3 weeks. I interviewed at Druva (Pune) in Jun 2024
Interview
The interview process was good and challenging.
It contains 3 rounds.
1.Written Round
2.Technical interview
3.Technical + Hr interview.
I was qualified for 3 rounds.
In technical interview they ask you to solve 2 coding questions and some technical questions on skills that you have mentioned in resume.
Interview questions [1]
Question 1
They asked 2 DSA coding questions based on strings and linkedlist.
I applied through university. The process took 2 days. I interviewed at Druva in Aug 2023
Interview
Campus Placement
I interviewed at college
Interview
Interview was professional and thorough. The process involved multiple stages, including technical questions and managerial. The interviewers were knowledgeable and provided valuable insights. Overall, it was a challenging yet rewarding experience.
Interview questions [3]
Question 1
Round 1 - Written Test: MCQs on core cs topics such as OS, DBMS, Networks, SoftwareArchitecture, Algorithms complexities. Coding two questions asked. One was an easy array based. Second question was Least common ancestor.
Round 2 - Technical:
1. DSA: Questions asked regarding the mistakes done in the first round(Least common ancestor).
2. DSA: Start and end position of the target element in a sorted array
3. DSA: Modified merge interval question - Find the minimum arrows needed to burst all balloons if arrows are fired from x-axis.
4. OS: Interviewer wrote a code to run 2 threads in python keeping one variable as global where each thread can access, the same func is called from both the threads and asked how the values of the global variable varies.