Upload Button Icon Add office photos

Druva

Compare button icon Compare button icon Compare

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 4 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 

There were 10 mcq's and 2 easy level coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Questions asked were some easy to medium level dsa questions based on string manipulation.
  • Q2. They also asked about projects and core subjects mainly focused on computer networks and operating systems.
Round 4 - Technical 

(1 Question)

  • Q1. In this round they simply asked about computer networks concepts to me

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on core subjects like computer networks and operating systems. If you have some projects in python then that's an added advantage.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Quiz rather than a discussion
  • Q2. Inexperienced interviewers

Senior Software Engineer Testing Interview Questions asked at other Companies

Q1. Sorting Characters by Frequency Given a string S, sort this string in increasing order based on the frequency of its characters. If two characters have the same frequency, the character with a lesser ASCII value should appear first. Return ... read more
View answer (1)
Druva Interview Questions and Answers for Freshers
illustration image

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2024

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

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between black box and white box testing
  • Ans. 

    Black box testing focuses on testing the functionality of a system without knowledge of its internal code, while white box testing involves testing the internal code structure.

    • Black box testing is based on external expectations and requirements

    • White box testing is based on internal code structure and logic

    • Black box testing is more focused on user perspective

    • White box testing is more focused on developer perspective

    • Exam...

  • Answered by AI
  • Q2. Test cases for pen
  • Ans. 

    Test cases for a pen to ensure functionality and quality.

    • Verify that the pen writes smoothly on different types of paper

    • Check if the pen's ink is waterproof and does not smudge

    • Test the durability of the pen by dropping it from a certain height

    • Ensure that the pen's cap can be securely attached and removed

    • Verify that the pen's clip is strong enough to hold the pen in place

    • Check if the pen's ink dries quickly to prevent s

  • Answered by AI
  • Q3. Explaine networking layer model
  • Ans. 

    Networking layer model is a conceptual framework that defines the different layers of communication in a network.

    • Networking layer model is typically represented by the OSI (Open Systems Interconnection) model or the TCP/IP model.

    • The OSI model consists of 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and protocols that enable communication bet...

  • Answered by AI
  • Q4. What do you know about AWS
  • Ans. 

    AWS (Amazon Web Services) is a cloud computing platform that offers a wide range of services for businesses and individuals.

    • AWS provides services such as computing power, storage, databases, machine learning, and more.

    • It offers scalability, flexibility, and cost-effectiveness for businesses of all sizes.

    • Popular AWS services include EC2 (Elastic Compute Cloud), S3 (Simple Storage Service), RDS (Relational Database Servi...

  • Answered by AI
  • Q5. Some linux commands

Interview Preparation Tips

Topics to prepare for Druva QA Engineer interview:
  • Agile Development
  • SDLC Life Cycle
Interview preparation tips for other job seekers - good knowledge of testing methods, agile methodologies, networking, cloud AWS

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 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 

Medium level leetcode questions and some apti very rare but.

Round 3 - Technical 

(3 Questions)

  • Q1. Good practice of ds algo and os
  • Ans. 

    Good practice of data structures, algorithms, and operating systems is essential for software engineers.

    • Regularly practice coding challenges to improve problem-solving skills

    • Understand the time and space complexity of algorithms

    • Learn about different data structures and when to use them

    • Familiarize yourself with operating system concepts like processes, threads, and memory management

  • Answered by AI
  • Q2. Is given tree bst or not?
  • Q3. Check whether cycle in linked list.
  • Ans. 

    Check for cycle in a linked list by using two pointers approach.

    • Use two pointers, one moving at double the speed of the other.

    • If there is a cycle, the two pointers will eventually meet.

    • Alternatively, use a hash set to keep track of visited nodes.

  • 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 (197)

Druva interview questions for popular designations

 Software Engineer

 (4)

 Staff Engineer

 (2)

 Sdet

 (2)

 Security Engineer

 (1)

 Senior Consultant

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 QA QC Engineer

 (1)

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Coding Test 

10 core subject MCQs along with 3 coding questions

1 Fizz Buzz questions
2 third largest string in array of strings
3 operation on numbers given by strings

Round 2 - Technical 

(3 Questions)

  • Q1. Almost all Basic concepts retlated to OS ie process, threads, multitasking, multiprogramming
  • Q2. Concepts related to AWS
  • Q3. Coding questions like 1. second largest element in array 2. stack implementation and its real time uses 3. frequency of characters in string
Round 3 - Technical 

(2 Questions)

  • Q1. Deep concepts related to CNS , related to your own laptop its processor , cores etc
  • Q2. Top View of binary treee
  • Ans. 

    Top view of binary tree is the nodes visible when viewed from the topmost node.

    • Top view shows the nodes visible from the root node's perspective.

    • Nodes are printed in the order of their horizontal distance from the root node.

    • If two nodes have the same horizontal distance, the node that appears first in the level order traversal is printed first.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Keep fundamentals of AWS clear it is not necessary but if you add it in resume it will be in your advantage and questions will be asked on it
2. Core subjects like CNS ,OS should be good

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Druva Interview Questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. String python manipulation
  • Q2. Substring matching python

Interview Preparation Tips

Interview preparation tips for other job seekers - python coding exercises for string
substring matching

QA QC Engineer Interview Questions asked at other Companies

Q1. wha is your response ?, if material will purchase from any factory then what will u do that ? , how many hours can u do work in a day?, do u know all plant calibration?, how the borrow area will select ?, how u manage your junior in work pe... read more
View answer (4)

Jobs at Druva

View all

Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2024

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

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

In person coding round - Kth largest element and a recursion program

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain about the current application on which I am working
  • Ans. 

    I am currently working on a web application for an e-commerce platform.

    • The application allows users to browse products, add them to cart, and make purchases.

    • It includes features like user authentication, product search, and order tracking.

    • I am responsible for writing automated tests to ensure the application functions correctly.

  • Answered by AI
  • Q2. Questions related to security, performance, functional testing around it
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 Interview Questions asked at other Companies

Q1. How will you open a file whos size is double that of RAM on your system.?
View answer (1)

Sdet Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2022

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 

2 easy 1 medium coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. About operating system, python modules , libraries.etc
  • Q2. A code to write for some tasks using linked list
  • Ans. 

    Linked list code for tasks

    • Create a linked list class

    • Implement add, remove, and search methods

    • Use the linked list to perform the tasks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well and be confident,
Have good grasp over second year subjects

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)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There was some networking and computer related questions, also had the 3 coading questions on python. Those are the easy one. You can prepare from greekforgreeks.

Round 2 - One-on-one 

(1 Question)

  • Q1. 2 programs and current company project explanation
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was with the Manager and they asked mostly the framework-related questions. They were asked to explain the project and which framework was used.

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

Druva

No Jobs

INTERVIEWS

Forvia Hella

No Interviews

JOBS

Forvia Hella

No Jobs

JOBS

N+A

No Jobs

SALARIES

Neilsoft

SALARIES

Neilsoft

LIST OF COMPANIES

Cyfuture

Overview

LIST OF COMPANIES

Neilsoft

Overview

SALARIES

Druva

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.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
 • 155 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
View all

Druva Reviews and Ratings

based on 87 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 87 Reviews and Ratings
Staff Software Engineer

Pune

8-13 Yrs

Not Disclosed

Data Engineer

Pune

8-13 Yrs

Not Disclosed

Technical Support Engineer

Pune

3-8 Yrs

Not Disclosed

Explore more jobs
Staff Software Engineer
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
95 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