Upload Button Icon Add office photos

Druva

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Druva Staff Software Engineer Interview Questions and Answers

Updated 9 Apr 2023

Druva Staff Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

It was leetcode based pretty normal leetcode medium question

Round 3 - Technical 

(2 Questions)

  • Q1. What is docker and how it works?
  • Ans. 

    Docker is a containerization platform that allows developers to package, deploy, and run applications in isolated environments.

    • Docker uses containerization technology to create isolated environments for applications to run in.

    • It allows developers to package an application and all its dependencies into a single container.

    • Containers can be easily deployed and run on any system that supports Docker.

    • Docker provides a way t...

  • Answered by AI
  • Q2. How will you open a file whos size is double that of RAM on your system.?
  • Ans. 

    Use memory-mapped files or stream the file in chunks.

    • Use memory-mapped files to access the file in chunks.

    • Stream the file in chunks using a buffer.

    • Use compression techniques to reduce the file size before opening.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Druva Staff Software Engineer interview:
  • Data Structures
Interview preparation tips for other job seekers - Just be yourself. Give all possible solutions in the coding rounds.

Skills evaluated in this interview

Staff Software Engineer Jobs at Druva

View all

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Round1 : Write a program to find out if given number is prime.
  • Ans. 

    Program to check if a given number is prime or not.

    • A prime number is only divisible by 1 and itself.

    • Loop through numbers from 2 to n/2 and check if n is divisible by any of them.

    • If n is divisible by any number, it is not prime.

    • If n is not divisible by any number, it is prime.

  • Answered by AI
  • Q2. Given an Array [2,5,1,3,4] return resulting array such that at ith position multiply all element except ith element. Result array [60, 24, 120, 40, 60]
  • Ans. 

    Given an array, return a new array where each element is the product of all elements in the original array except the corresponding element.

    • Create a new array of the same length as the input array

    • Iterate through the input array and calculate the product of all elements except the current element

    • Store the product in the corresponding position in the new array

    • Return the new array

  • Answered by AI
  • Q3. Round2: System design- Design a database to store custom fields for a ticket.
  • Ans. 

    Design a database to store custom fields for a ticket.

    • Identify the custom fields needed for a ticket

    • Create a table for each custom field

    • Link the tables to the main ticket table using foreign keys

    • Use appropriate data types for each custom field

    • Consider indexing frequently searched fields

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Algo - DS question related to finding the longest substring with non - repeating characters. Friendly interviewer

Round 2 - System Design 

(1 Question)

  • Q1. System Design question which involved taking scalability into account
Round 3 - Technical 

(1 Question)

  • Q1. General technical questions from the resume

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about Your project
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for development

    • Implemented features like task assignment, progress tracking, and team collaboration

    • Integrated with third-party tools like GitHub and Slack

    • Designed a user-friendly interface with responsive design

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Tell me about your CV!
  • Ans. 

    My CV showcases my experience in software development, including projects in Java, Python, and web development.

    • Experience in Java, Python, and web development

    • Worked on projects involving database management systems

    • Familiar with Agile development practices

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Tough! But manuplative ,yes manuplative ,I feel that your test scores are manuplated by the company! You score full marks in the test , but you are mechanical engineer you might not qualify for the next round! I say this as per ny experience . POINTER ,BRANCH and then score in this test describe the overall perfomance!
Tips: The company is totally for IT engineers if you are from other branch fonnot hope much, have a backup.
Duration: 1 hour 20 minutes
Total Questions: 80

Round: Technical + HR Interview
Experience: They Play with your minds,yes they do! Believe me donot show tough expressions!
Tips: Stay Calm ,they are not to scare you!

Skills: Technical, knowledge, gritt, Behavioural Skills
College Name: Atharva College Of Engineering

I was interviewed in May 2017.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your Project done in 4th year Btech
  • Ans. 

    Developed a web-based project management system for tracking tasks and deadlines.

    • Used HTML, CSS, JavaScript for front-end development

    • Implemented backend using Node.js and MongoDB for database management

    • Incorporated user authentication and authorization features

    • Utilized Agile methodology for project management

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 3 hours

Round: Technical + HR Interview
Experience: They asked several questions regarding all the bio data and some computer questions and some hr level questions

Round: Resume Shortlist
Experience: Resume got shortlisted and I got the Job that time I even can't believe that

College Name: ITER BHUBANESWSR

I was interviewed before Jun 2016.

Interview Questionnaire 

2 Questions

  • Q1. How to start an induction motor?
  • Ans. 

    An induction motor can be started by providing a rotating magnetic field.

    • Use a three-phase power supply to create a rotating magnetic field

    • The magnetic field induces a current in the rotor, causing it to rotate

    • The motor may require a starting capacitor or a starting winding to provide the initial torque

    • Once the motor reaches its rated speed, the starting mechanism can be switched off

  • Answered by AI
  • Q2. Tell me something about yourself?
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • Experienced in full stack web development

    • Proficient in languages like JavaScript, Python, and Java

    • Familiar with frameworks like React, Node.js, and Spring Boot

    • Strong problem-solving and analytical skills

    • Excellent team player with good communication skills

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was a wonderful experience overall. Giving an online test with my batch mates was amazing. I did the test very well and with ease.
Tips: Just enter the exam hall with confidence...
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Technical + HR Interview
Experience: As I was strong in basics so I was able to answer this quest. He asked few related questions and I was able to give right answers.
Tips: Be strong in core subject basics and forget the rest of the subjects completely. They just want to see how much faithful you are with whatever you do. Moreover, just tell your name, state of birth, schooling, hobbies, etc(with free mind). They are just recruiters and not butchers, so stay calm as much as you can.

College Name: Maharaja Agrasen Institute Of Technology, Delhi

I was interviewed in Mar 2017.

Interview Preparation Tips

Skills: Interpersonal Communication, Tech Question

I was interviewed in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. About yourself and technical questions

Interview Preparation Tips

Round: Test
Experience: We had an aptitude test with puzzles and verbal
Tips: Concentrate on aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical + HR Interview
Experience: Formal question are asked and mostly communication is important

College Name: Sri Krishna College Of Engineering And Technology
Contribute & help others!
anonymous
You can choose to be anonymous

Druva Interview FAQs

How many rounds are there in Druva Staff Software Engineer interview?
Druva interview process usually has 3 rounds. The most common rounds in the Druva interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Druva Staff Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Druva. The most common topics and skills that interviewers at Druva expect are Python, Data Structures, Linux, Unix and Windows.
What are the top questions asked in Druva Staff Software Engineer interview?

Some of the top questions asked at the Druva Staff Software Engineer interview -

  1. How will you open a file whos size is double that of RAM on your syste...read more
  2. What is docker and how it wor...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

JOBS

State Street Corporation

No Jobs

REVIEWS

Sterling Holiday Resort

No Reviews

SALARIES

Oberoi Group of Hotels

SALARIES

Marriott International

JOBS

Ignitho Technologies

No Jobs

INTERVIEWS

The Global Zone HR Services

No Interviews

Tell us how to improve this page.

Druva Staff Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 157 Interviews
MAQ Software Interview Questions
1.9
 • 100 Interviews
View all
Druva Staff Software Engineer Salary
based on 104 salaries
₹17.4 L/yr - ₹31.5 L/yr
28% less than the average Staff Software Engineer Salary in India
View more details

Druva Staff Software Engineer Reviews and Ratings

based on 8 reviews

4.3/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

4.3

Salary

3.8

Job security

4.5

Company culture

3.6

Promotions

4.0

Work satisfaction

Explore 8 Reviews and Ratings
Staff Software Engineer

Pune

8-13 Yrs

Not Disclosed

Staff Software Engineer

Pune

3-8 Yrs

₹ 17.5-31.5 LPA

Explore more jobs
Staff Software Engineer
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
96 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Staff Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Druva with

Zoho

4.3
Compare

Freshworks

3.5
Compare

InMobi

3.5
Compare

LTIMindtree

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview