Upload Button Icon Add office photos
Engaged Employer

i

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

IBM Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IBM Sdet Automation Test Engineer Interview Questions and Answers

Updated 22 Jul 2024

IBM Sdet Automation Test Engineer Interview Experiences

3 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 2 interview rounds.

Round 1 - Coding Test 

2 Basic leetcode problems

Round 2 - One-on-one 

(4 Questions)

  • Q1. Asked questions from my Resume.
  • Q2. Asked questions about my Non-Technical Experiences
  • Q3. Asked me to automate some things from selenium webdriver because I had mentioned projects on resume.
  • Q4. Asked me to write some content explaining about cybersecurity awareness because I had mentioned Content Writing on my resume.

Interview Preparation Tips

Topics to prepare for IBM Sdet Automation Test Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Be Honest and Concise, Dont overshare when a question is asked, just answer the question in its entirety
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA two sum. question was asked

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How to handle alert in selenium and methods
Q4. How to take screenshot and project framework
Q5. What is software testing life cycle
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Selenium and testng questions.
  • Q2. Java program to reverse a sentence
  • Ans. 

    Java program to reverse a sentence

    • Split the sentence into words using the split() method

    • Create a new array to store the reversed words

    • Iterate through the words in reverse order and add them to the new array

    • Join the reversed words using the join() method to form the reversed sentence

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Oops and collection questions.
  • Q2. Program to find repeated character in a word.
  • Ans. 

    Program to find repeated character in a word.

    • Iterate through each character in the word

    • Store each character in a data structure

    • If a character is already present in the data structure, it is a repeated character

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Where you worked
  • Ans. 

    I have worked at multiple companies in the tech industry, gaining experience in automation testing.

    • Worked at XYZ Company as a SDET Automation Test Engineer

    • Implemented automation testing frameworks using Selenium and Java

    • Collaborated with cross-functional teams to ensure quality of software products

  • Answered by AI
  • Q2. What you were getting
Round 2 - Coding Test 

Some java codes with medium level

Round 3 - One-on-one 

(2 Questions)

  • Q1. What was your project
  • Ans. 

    I worked on a project to automate testing for a web-based e-commerce platform.

    • Developed automated test scripts using Selenium WebDriver and Java

    • Performed regression testing to ensure new features did not break existing functionality

    • Collaborated with developers to identify and fix bugs in the code

    • Used Jira for tracking test cases and defects

  • Answered by AI
  • Q2. What did you do

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Reverse string and and and

Round 2 - One-on-one 

(3 Questions)

  • Q1. About yourself and and
  • Q2. About project and and
  • Q3. About frame work and and and
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(5 Questions)

  • Q1. Java programs, concepts of java selenium
  • Q2. Oops concepts of java
  • Ans. 

    Oops concepts of Java

    • Encapsulation: Bundling data and methods together in a class

    • Inheritance: Acquiring properties and behaviors from a parent class

    • Polymorphism: Ability to take on many forms

    • Abstraction: Hiding complex implementation details

    • Interface: Blueprint of a class that defines methods to be implemented

  • Answered by AI
  • Q3. Constructor concept
  • Q4. Java logical program
  • Q5. Selenium webdriver questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well

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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. This and super difference
  • Q2. String related coding
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Wait and types?
  • Ans. 

    Wait and types refer to different strategies for handling synchronization in test automation.

    • Wait refers to pausing the test execution for a specified amount of time to allow for the loading of elements or completion of actions.

    • Types refer to different methods of waiting such as implicit, explicit, fluent, and thread.sleep.

    • Implicit wait waits for a specified amount of time before throwing a NoSuchElementException.

    • Expli...

  • Answered by AI
  • Q2. About Interface and Implementation

IBM Interview FAQs

How many rounds are there in IBM Sdet Automation Test Engineer interview?
IBM interview process usually has 2 rounds. The most common rounds in the IBM interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in IBM Sdet Automation Test Engineer interview?

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

  1. Program to find repeated character in a wo...read more
  2. Java program to reverse a sente...read more
  3. Asked me to write some content explaining about cybersecurity awareness because...read more

Tell us how to improve this page.

IBM Sdet Automation Test Engineer Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more
IBM Sdet Automation Test Engineer Salary
based on 91 salaries
₹5.8 L/yr - ₹25 L/yr
At par with the average Sdet Automation Test Engineer Salary in India
View more details

IBM Sdet Automation Test Engineer Reviews and Ratings

based on 12 reviews

4.2/5

Rating in categories

4.2

Skill development

4.3

Work-life balance

3.9

Salary

4.6

Job security

4.2

Company culture

3.4

Promotions

4.1

Work satisfaction

Explore 12 Reviews and Ratings
Application Developer
11.9k salaries
unlock blur

₹5.7 L/yr - ₹25.8 L/yr

Software Engineer
5.6k salaries
unlock blur

₹7.1 L/yr - ₹22.3 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.5 L/yr - ₹28.4 L/yr

Senior Software Engineer
5k salaries
unlock blur

₹8.1 L/yr - ₹32 L/yr

Software Developer
4.8k salaries
unlock blur

₹11.5 L/yr - ₹32 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.7
Compare

Accenture

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