Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Innovaccer Team. If you also belong to the team, you can get access from here

Innovaccer Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Innovaccer Sdet Automation Test Engineer Interview Questions and Answers

Updated 3 Oct 2024

Innovaccer Sdet Automation Test Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. LOCATE X PATH , GET WINDOW HANDLE
  • Ans. 

    Locate element using Xpath and retrieve window handle in automation testing.

    • Use findElement method with By.xpath to locate the element using Xpath.

    • Use getWindowHandle method to retrieve the window handle.

  • Answered by AI
  • Q2. TYPES OF WAITS WITH THEIR SYNTAX
  • Ans. 

    Types of waits in automation testing with their syntax

    • Implicit Wait: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

    • Explicit Wait: WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("elementID")));

    • Fluent Wait: Wait wait = new FluentWait(driver).withTimeout(Duration.ofSeconds(10)).pollingEvery(Duration.ofSeconds(2)).ignoring(NoSuchElementEx

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Mainly related to JAVA programming
  • Q2. Selenium project reviews
Round 2 - Technical 

(2 Questions)

  • Q1. Reverse the string
  • Ans. 

    Reverse a given string

    • Create a new empty string to store the reversed string

    • Iterate through the original string from end to start and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Scenario based questions

Skills evaluated in this interview

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

Coding test on hackerrank. Solve 30 day code challange on haackerrank and you will be able to clear it.

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

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

Round 1 - Coding Test 

Frequency array, java collection, missing number

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

(2 Questions)

  • Q1. Software Testing
  • Q2. Application based QA questions
Round 2 - Technical 

(2 Questions)

  • Q1. Software testing, QA and Resume based questions
  • Q2. Automation and programming related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Instead of going in depth, focus on a basic and primary questions and be thorough on it
Know everything mentioned in the resume
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write Java code to find square root without Math.sqrt()
  • Ans. 

    Use Newton's method to find square root without Math.sqrt() in Java.

    • Initialize a variable to store the guess value of square root

    • Iterate until the difference between the guess and actual square root is within a desired threshold

    • Update the guess value using the formula: guess = (guess + number/guess) / 2

  • Answered by AI
  • Q2. Write Java code to add digits of a number until the sum is a single digit
  • Ans. 

    Java code to add digits of a number until the sum is a single digit

    • Create a function that takes an integer as input

    • Use a while loop to keep adding the digits until the sum is a single digit

    • Convert the number to a string to easily access individual digits

  • Answered by AI
  • Q3. Write a Java code to print a particular pattern
  • Ans. 

    Java code to print a particular pattern using loops

    • Use nested loops to iterate through rows and columns

    • Print specific characters based on the row and column index

    • Example: Printing a pyramid pattern

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Want to share my interview experience.
In the first round, they asking few basic selenium questions and 2 simple Java coding which I executed.
I got selected for the second round.
In the second round, again they asked me few selenium questions and asked me to write syntax in selenium Java for simple classes.
I answered all of them to the best of my knowledge. They asked me to execute simple Java program. I did. I was trying to execute the second one. They ended the interview.
After a day I called hr for response of my interview and mailed him as well.
He sent a mail saying that I'm not at all good at selenium and even know basic Java.
This response broke my heart and I lost my confidence. I'm now scared to apply for another interview.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Git workflow and xpath. Reverse a string
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Networking of linux and cloud
  • Ans. 

    Networking of linux and cloud involves configuring network settings, security protocols, and communication between servers and services.

    • Configuring network interfaces in Linux using tools like ifconfig or ip command

    • Setting up virtual private networks (VPNs) for secure communication between cloud servers

    • Implementing firewall rules to control incoming and outgoing network traffic

    • Using protocols like SSH, HTTPS, or VPN pr...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Mainly related to JAVA programming
  • Q2. Selenium project reviews
Round 2 - Technical 

(2 Questions)

  • Q1. Reverse the string
  • Ans. 

    Reverse a given string

    • Create a new empty string to store the reversed string

    • Iterate through the original string from end to start and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Scenario based questions

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 Coding questions - medium to hard

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on scalable systems.
  • Q2. Medium level DSA questions.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions on SQL
  • Q2. Implement LFU using OOPs concepts from scratch.
  • Ans. 

    Implement LFU cache using OOPs concepts

    • Create a class for LFU cache with methods like get, put, and remove

    • Use a hashmap to store key-value pairs and a hashmap to store frequency of each key

    • Implement a doubly linked list to store keys with the same frequency

  • Answered by AI

Skills evaluated in this interview

Innovaccer Interview FAQs

How many rounds are there in Innovaccer Sdet Automation Test Engineer interview?
Innovaccer interview process usually has 1 rounds. The most common rounds in the Innovaccer interview process are Technical.
What are the top questions asked in Innovaccer Sdet Automation Test Engineer interview?

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

  1. LOCATE X PATH , GET WINDOW HAN...read more
  2. TYPES OF WAITS WITH THEIR SYN...read more

Tell us how to improve this page.

Innovaccer Sdet Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Innovaccer Sdet Automation Test Engineer Salary
based on 5 salaries
₹9.5 L/yr - ₹22 L/yr
10% more than the average Sdet Automation Test Engineer Salary in India
View more details

Innovaccer Sdet Automation Test Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

3.0

Salary

2.0

Job security

2.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Data Analyst
309 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Senior Data Analyst
171 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Associate Software Engineer
96 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Data Engineer
67 salaries
unlock blur

₹4.8 L/yr - ₹16 L/yr

Software Development Engineer II
61 salaries
unlock blur

₹18 L/yr - ₹34 L/yr

Explore more salaries
Compare Innovaccer with

Practo

3.2
Compare

Lybrate

3.5
Compare

Portea Medical

4.3
Compare

PharmEasy

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