Upload Button Icon Add office photos

Filter interviews by

Druva Interview Questions, Process, and Tips

Updated 21 Nov 2024

Top Druva Interview Questions and Answers

View all 17 questions

Druva Interview Experiences

Popular Designations

25 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

Take home sql and python case study. Final deliverable was a presentation.

Round 2 - Panel interview 

(1 Question)

  • Q1. Discussion on the take home study output.
Round 3 - One-on-one 

(1 Question)

  • Q1. Describe a time when you were going to miss a timeline and how did you respond?
  • Ans. 

    I communicated with stakeholders, adjusted priorities, and worked extra hours to meet the deadline.

    • Communicated with stakeholders about the potential delay

    • Adjusted priorities and resources to expedite the project

    • Worked extra hours to ensure the deadline was met

  • Answered by AI

Business Intelligence Analyst Interview Questions asked at other Companies

Q1. What features do I know about Tableau desktop, Tableau prep and Tableau Server?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Walchand College of Engineering, Sangli and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

100 minutes, there were 3 coding questions and some easy to medium level mcq on core subjects

Round 2 - Technical 

(2 Questions)

  • Q1. Isomorphic string
  • Q2. What you'll use to implement a playlist
  • Ans. 

    A playlist can be implemented using an array of strings to store the list of songs.

    • Use an array of strings to store the list of songs in the playlist

    • Implement functions to add, remove, and shuffle songs in the playlist

    • Consider using a linked list data structure for more efficient insertion and deletion operations

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on problem solving skills and your core knowledge

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Software Engineer Interview Questions & Answers

user image Sohom Bhattacharjee

posted on 2 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - screening 

(2 Questions)

  • Q1. Details about career goals
  • Q2. Details about expectations (in terms of role)
Round 2 - Coding Test 

DSA and lagorithmic optimizations (this is based on team you are joining so questions vary a LOT)

Round 3 - HR 

(1 Question)

  • Q1. Salary expectation

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (178)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data Base design
  • Q2. REST API design
  • Ans. 

    REST API design involves defining endpoints, methods, request/response formats, authentication, and versioning.

    • Define clear and consistent endpoint URLs

    • Use HTTP methods (GET, POST, PUT, DELETE) appropriately

    • Design request and response formats (JSON, XML)

    • Implement authentication and authorization mechanisms

    • Consider versioning for backward compatibility

  • Answered by AI

Skills evaluated in this interview

Principal Engineer Interview Questions asked at other Companies

Q1. what technique did you use to understand the root cause of the problem and isolate the specific task or process that needed attention
View answer (3)

Druva interview questions for popular designations

 Software Engineer

 (4)

 Sdet

 (2)

 Staff Engineer

 (2)

 Business Intelligence Analyst

 (1)

 Devops Engineer

 (1)

 Principal Engineer

 (1)

 QA Engineer

 (1)

 QA QC Engineer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test with 3 DSA coding Questions 1 on Array 2nd on binary tree 3rd is DP question

Round 2 - Technical 

(1 Question)

  • Q1. Coding round with 2 DSA questions on binary tree 1] Spiral order traversal of binary tree 2] coin change DP problem
Round 3 - Technical 

(4 Questions)

  • Q1. 2 coding questions
  • Q2. System design questions on projects you worked on
  • Q3. Design parking lot system
  • Ans. 

    Design a parking lot system

    • Consider the size and layout of the parking lot

    • Include features like ticketing system, payment options, and security cameras

    • Implement a system for tracking available parking spaces

    • Allow for easy entry and exit for vehicles

    • Consider implementing a reservation system for premium parking spots

  • Answered by AI
  • Q4. Vertical and horizantal scaling

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare good DSA and system design questions

Skills evaluated in this interview

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
Add answer

Get interview-ready with Top Druva Interview Questions

Sdet Interview Questions & Answers

user image Rohan Shirude

posted on 8 Nov 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 5 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Managerial Round: Why do you want to switch? what is your main motive? what drives you do be an SDET? How is learning aligned with SDET role? what are the new skills you acquired? Where do you want to be a...
  • Ans. 

    I want to switch to SDET role to challenge myself, learn new skills, and contribute to the development of high-quality software.

    • I am motivated to switch to an SDET role because I enjoy problem-solving and have a passion for ensuring software quality.

    • Being an SDET allows me to work closely with developers, testers, and other stakeholders to create efficient and reliable software.

    • Learning is a key aspect of the SDET role...

  • Answered by AI
  • Q2. What is your notice period?
Round 3 - Technical 

(4 Questions)

  • Q1. Some networking related questions?
  • Q2. How would you test Google Search bar? NAS Storage? SAN storage? e-commerce webisite etc..
  • Q3. Two Python Questions; "aabbccrrra" => "a3b2c2r3"
  • Ans. 

    Count consecutive characters in a string and return the count next to the character.

    • Iterate through the string and keep track of consecutive characters and their counts.

    • Use a dictionary to store the characters and their counts.

    • Return the characters and their counts in the desired format.

  • Answered by AI
  • Q4. Second Max in the list of repeated integers.
  • Ans. 

    Find the second highest repeated integer in a list.

    • Iterate through the list and count the frequency of each integer.

    • Sort the frequencies in descending order and return the second highest frequency.

    • Handle edge cases like when there is no second highest frequency.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Similar questions and Similar Answers. But all from Senior Member.
Round 5 - HR 

(2 Questions)

  • Q1. Salary Discussion..
  • Q2. Joining Date, Salary Negotiation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on NAS Storage, AWS, Python, Pytest, SQL.

Skills evaluated in this interview

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

Jobs at Druva

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

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about cloud
  • Q2. Questions about current role

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
Add answer
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Job Portal and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Easy question on python

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why python why not others language?
  • Ans. 

    Python is a popular choice for automation testing due to its simplicity, readability, extensive libraries, and cross-platform compatibility.

    • Python has a simple and readable syntax, making it easy to write and understand test scripts.

    • Python has a large number of libraries and frameworks specifically designed for automation testing, such as Selenium and PyTest.

    • Python is cross-platform compatible, allowing tests to be run...

  • Answered by AI
  • Q2. Why robot framework?
  • Ans. 

    Robot Framework is a powerful open-source automation framework that offers easy-to-use syntax and supports keyword-driven testing.

    • Robot Framework provides a simple and readable syntax, making it easy to write and maintain test cases.

    • It supports keyword-driven testing, allowing for high-level test case design and reusability.

    • Robot Framework has a rich ecosystem with a wide range of libraries and tools, making it highly ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Not scheduled interview I don't why

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't know but process lengthy

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Binary search tree
Linked list

Round 2 - Technical 

(2 Questions)

  • Q1. Project related
  • Q2. Technologies used
  • Ans. 

    I have experience with a variety of technologies including Java, Python, SQL, and JavaScript.

    • Java

    • Python

    • SQL

    • JavaScript

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (178)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Raid and use case
  • Q2. Networking questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Scripting knowledge
  • Q2. Behavioural Questins
Round 3 - Technical 

(2 Questions)

  • Q1. Virtualization questions
  • Q2. Cloud computing Question

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Druva Interview FAQs

How many rounds are there in Druva interview?
Druva interview process usually has 2-3 rounds. The most common rounds in the Druva interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Druva 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, Linux, HP Data Protector, Windows and Data Structures.
What are the top questions asked in Druva interview?

Some of the top questions asked at the Druva 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
  3. Difference between black box and white box test...read more
How long is the Druva interview process?

The duration of Druva interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Druva Interview Process

based on 21 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
View all

Druva Reviews and Ratings

based on 86 reviews

3.7/5

Rating in categories

3.7

Skill development

3.4

Work-life balance

3.7

Salary

3.2

Job security

3.5

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 86 Reviews and Ratings
Technical Support Engineer

Pune

3-8 Yrs

Not Disclosed

Data Engineer

Pune

8-13 Yrs

Not Disclosed

Director Engineer

Pune

5-15 Yrs

Not Disclosed

Explore more jobs
Staff Software Engineer
103 salaries
unlock blur

₹17.5 L/yr - ₹31.3 L/yr

Software Engineer
95 salaries
unlock blur

₹12.6 L/yr - ₹26 L/yr

Senior Software Engineer
56 salaries
unlock blur

₹21 L/yr - ₹55 L/yr

Senior Staff Software Engineer
24 salaries
unlock blur

₹30 L/yr - ₹52 L/yr

Technical Support Engineer
20 salaries
unlock blur

₹8.6 L/yr - ₹19 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