Upload Button Icon Add office photos

Druva

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Druva Sdet Automation Test Engineer Interview Questions and Answers

Updated 3 Jan 2024

Druva Sdet Automation Test Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Manual Testing Concepts
  • Q2. What are Oops Concepts
  • Ans. 

    Oops Concepts are fundamental principles of object-oriented programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a function to behave differently based on the object it is acting upon.

    • Abstraction: Hiding t...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Java and automation question

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Introduction about self
  • Ans. 

    I am a passionate SDET Automation Test Engineer with 5 years of experience in creating and executing automated test scripts.

    • 5 years of experience in automation testing

    • Proficient in creating and executing automated test scripts

    • Strong knowledge of testing tools like Selenium and JUnit

    • Experience in Agile development environment

    • Excellent problem-solving skills

  • Answered by AI
  • Q2. What is the difference between close and quit
  • Q3. Reverse a string program
  • Ans. 

    Program to reverse a string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Repeat until the entire string is reversed

  • Answered by AI
  • Q4. How to handle pop-up
  • Ans. 

    To handle pop-ups in automation testing, use methods like switchTo().alert(), accept(), dismiss(), getText()

    • Use switchTo().alert() method to switch focus to the pop-up

    • Use accept() method to click on the 'OK' button in the pop-up

    • Use dismiss() method to click on the 'Cancel' button in the pop-up

    • Use getText() method to retrieve the text from the pop-up for validation

  • Answered by AI
  • Q5. What is getWindowsHandles
  • Ans. 

    getWindowsHandles is a method in Selenium WebDriver used to get the window handles of all the open browser windows.

    • getWindowsHandles returns a set of window handles as strings.

    • It is useful for switching between multiple browser windows during automation testing.

    • Example: Set handles = driver.getWindowHandles();

  • Answered by AI

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions & Answers

Infosys user image Rushikesh vasant Nagargoje

posted on 29 Apr 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Technical based selenium, testng and some core Java oops concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepare and best luck ...
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Real time scenarios of Selenium

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Coding Test 

Java, selenium,1 hours

Round 2 - Technical 

(2 Questions)

  • Q1. Java constructor
  • Q2. Collection interface
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Relocation procee
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Maths, Cs subject multiple choice, programmimg qns

Round 2 - Technical 

(2 Questions)

  • Q1. Data base questions
  • Q2. Programming qns
Round 3 - Technical 

(2 Questions)

  • Q1. Projects done in last year
  • Q2. Java core questions
Round 4 - HR 

(2 Questions)

  • Q1. Managerial type questions
  • Q2. General questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

I was tough and taken the 1 hr for apitude

Round 2 - Coding Test 

Based on dsa and patterns questions

Round 3 - Technical 

(2 Questions)

  • Q1. What is a java
  • Ans. 

    Java is a high-level programming language used for developing applications and software.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is widely used for web development, mobile applications, and enterprise software

    • Examples of Java frameworks include Spring, Hibernate, and Selenium

  • Answered by AI
  • Q2. What is oops and chaterstivs
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve problems

    • Key features of OOPs include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation refers to bundling data and methods that operate on the data into a single unit

    • Inheritance allows a cla...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about urself
  • Q2. What do you like about the company

Skills evaluated in this interview

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

It was a moderate test

Round 2 - Technical 

(1 Question)

  • Q1. General questions on java and opps
Round 3 - HR 

(1 Question)

  • Q1. Questions about projects
Contribute & help others!
anonymous
You can choose to be anonymous

Druva Interview FAQs

How many rounds are there in Druva Sdet Automation Test Engineer interview?
Druva interview process usually has 3 rounds. The most common rounds in the Druva interview process are Coding Test, One-on-one Round and Technical.
What are the top questions asked in Druva Sdet Automation Test Engineer interview?

Some of the top questions asked at the Druva Sdet Automation Test Engineer interview -

  1. Why python why not others langua...read more
  2. Why robot framewo...read more
  3. Not scheduled interview I don't ...read more

Recently Viewed

INTERVIEWS

Forvia Hella

No Interviews

INTERVIEWS

Druva

No Interviews

INTERVIEWS

Forvia Hella

No Interviews

INTERVIEWS

Neilsoft

No Interviews

INTERVIEWS

Forvia Hella

No Interviews

INTERVIEWS

Druva

No Interviews

INTERVIEWS

Forvia Hella

No Interviews

INTERVIEWS

Neilsoft

No Interviews

INTERVIEWS

N+A

No Interviews

INTERVIEWS

Forvia Hella

No Interviews

Tell us how to improve this page.

Druva Sdet Automation Test Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k 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
MAQ Software Interview Questions
1.9
 • 98 Interviews
View all
Druva Sdet Automation Test Engineer Salary
based on 5 salaries
Lock Unlock
₹12 L/yr - ₹24 L/yr
15% more than the average Sdet Automation Test Engineer Salary in India
View more details
Staff Software Engineer
104 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Engineer
95 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
57 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Staff Software Engineer
21 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
20 salaries
unlock blur Lock Unlock

₹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