Upload Button Icon Add office photos

Filter interviews by

Druva Software Development Test Engineer Interview Questions and Answers

Updated 31 Aug 2023

Druva Software Development Test Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at K K Wagh College of Engineering, Nashik 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 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 questions from similar companies

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

Kjigtrngh biuit xug u;byu,vtcyterjv iovyutgh, mhvtfy

Round 2 - Coding Test 

Buygtrvc sndgbhulitcyuvltyuxruyf jylbiuxtgrfdhmvjbjkkjtydtrsxgf

Round 3 - Coding Test 

Kbgjcb sgfnxvb h uibhguxcruyfviulyhviutxtkjbhgtye

Round 4 - One-on-one 

(2 Questions)

  • Q1. What is your long term goal
  • Ans. 

    To become a lead software architect and contribute to cutting-edge technology advancements.

    • Advance to a lead software architect role

    • Contribute to cutting-edge technology advancements

    • Continuously improve skills and knowledge through learning and certifications

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

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

    • Experienced in front-end development using HTML, CSS, and JavaScript

    • Proficient in back-end development with languages like Java and Python

    • Familiar with database management systems such as MySQL and MongoDB

    • Strong problem-solving skills and ability to work in a team environment

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hashing function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Q4. Database indexing
  • Q5. Architecture level
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is React, and what are its lifecycle methods?
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React is used for creating interactive UI components.

    • It uses a virtual DOM for efficient rendering.

    • React lifecycle methods include componentDidMount, componentDidUpdate, and componentWillUnmount.

    • These methods allow developers to perform actions at specific points in a component's lifecycle.

  • Answered by AI
  • Q2. What is the virtual DOM and how does reconciliation work in it?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient updates. Reconciliation is the process of updating the actual DOM based on changes in the virtual DOM.

    • Virtual DOM is a lightweight copy of the actual DOM kept in memory.

    • When changes are made to the UI, they are first reflected in the virtual DOM.

    • Reconciliation is the process of comparing the virtual DOM with the actual DOM and updating only the nece...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

Ge general attitude and HTML CSS JavaScript Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Am site for experience is needed
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Round 1: DSA round asked Two DSA question in which one is Leetcode medium and another is leetcode Hard. I answer both of them but not selected in the further HR round.

Round 2: HR round

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

BASIC DSA LIKE ARRAY AND STRING

Round 2 - Technical 

(2 Questions)

  • Q1. System Design for Electric Charger app ?
  • Ans. 

    System design for an electric charger app involves creating a user-friendly interface, integrating with payment systems, and ensuring efficient charging station management.

    • Design a user-friendly interface for users to locate and reserve charging stations

    • Integrate with payment systems for seamless transactions

    • Implement efficient charging station management to monitor availability and maintenance

    • Consider scalability for ...

  • Answered by AI
  • Q2. Design digram for that ?
  • Ans. 

    Design diagram for a software developer role.

    • Use UML diagrams to show class relationships and interactions

    • Include components like classes, interfaces, relationships, and methods

    • Consider using tools like Lucidchart or draw.io for creating the diagram

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for this company . Package is very bad.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic manual testing
  • Q2. Introduction and
Round 2 - Technical 

(2 Questions)

  • Q1. Test case writing
  • Q2. Testing techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - Test case writing should be good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI
  • Q2. What is an angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your name
  • Q2. What is your strength

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments links to this video is small

Druva Interview FAQs

How many rounds are there in Druva Software Development Test Engineer interview?
Druva interview process usually has 4 rounds. The most common rounds in the Druva interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Druva Software Development Test Engineer interview?

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

  1. They also asked about projects and core subjects mainly focused on computer net...read more
  2. Questions asked were some easy to medium level dsa questions based on string ma...read more
  3. In this round they simply asked about computer networks concepts to...read more

Tell us how to improve this page.

Druva Software Development Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k 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
 • 3k Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
View all
Staff Software Engineer
103 salaries
unlock blur

₹17.5 L/yr - ₹31.5 L/yr

Software Engineer
97 salaries
unlock blur

₹13 L/yr - ₹26 L/yr

Senior Software Engineer
56 salaries
unlock blur

₹21 L/yr - ₹50 L/yr

Technical Support Engineer
20 salaries
unlock blur

₹8.6 L/yr - ₹19 L/yr

Senior Staff Software Engineer
20 salaries
unlock blur

₹30 L/yr - ₹52 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