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 Software Tester Interview Questions, Process, and Tips

Updated 28 Jul 2024

Top IBM Software Tester Interview Questions and Answers

View all 6 questions

IBM Software Tester Interview Experiences

7 interviews found

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

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Screening round with questions about my experience
Round 2 - Technical 

(4 Questions)

  • Q1. What is the difference between inner join and outer join?
  • Ans. 

    Inner join returns only the matching rows between two tables, while outer join returns all rows from both tables.

    • Inner join only includes rows with matching values in both tables

    • Outer join includes all rows from both tables, even if there are no matching values

    • Types of outer joins include left outer join, right outer join, and full outer join

  • Answered by AI
  • Q2. How would you test an ATM machine?
  • Ans. 

    To test an ATM machine, I would perform functional, security, and usability testing to ensure it operates correctly and securely.

    • Test the functionality of withdrawing cash, depositing cash, checking balance, transferring funds, etc.

    • Perform security testing to check for vulnerabilities such as card skimming, unauthorized access, etc.

    • Conduct usability testing to ensure the interface is user-friendly and intuitive for cus...

  • Answered by AI
  • Q3. Previous project details.
  • Ans. 

    I have worked on a project testing a mobile banking application for a major financial institution.

    • Performed functional testing to ensure all features worked correctly

    • Conducted regression testing after each new release

    • Collaborated with developers to troubleshoot and resolve issues

    • Created and executed test cases based on user stories

  • Answered by AI
  • Q4. What database did you use previously?
  • Ans. 

    I have previously used MySQL and MongoDB databases.

    • MySQL was used for relational database management system.

    • MongoDB was used for NoSQL database management system.

  • Answered by AI

Skills evaluated in this interview

Software Tester Interview Questions & Answers

user image Priyanka Bhosale

posted on 8 May 2024

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

(1 Question)

  • Q1. Oop concepts Coding/ programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview-
All basic technical concepts should be strong. You should be able write block of code that interviewer may ask.
Be real about what you really know. If you have really not worked on any technology tell them before they ask any questions on that topic. Redirect the interview to discuss on what you know well

Software Tester Interview Questions Asked at Other Companies

asked in Amdocs
Q1. Which is a best technique to generate automated test report ?
asked in Infosys
Q2. What is mean by automation testing and manual testing
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1)What is regression 2)Difference between Regression and Retestin ... read more
asked in Capgemini
Q5. how to fetch from hashmap? what is agile? tell about hybrid frame ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. SQL Questions basics Defect life cycle retesting, regression, Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for software testing basic concepts and scenario based
Round 1 - Technical 

(2 Questions)

  • Q1. Describe your framework
  • Ans. 

    My framework is a hybrid framework that combines data-driven and keyword-driven approaches.

    • The framework uses Excel sheets to store test data and keywords

    • It uses Selenium WebDriver for web automation

    • It has a modular structure with reusable functions

    • It generates HTML reports for test results

    • It supports both manual and automated testing

  • Answered by AI
  • Q2. How you will perform sanity
  • Ans. 

    Sanity testing is a quick and shallow testing to ensure the basic functionality of the application is working.

    • Identify the critical functionalities of the application

    • Execute a set of predefined test cases to ensure the basic functionality is working

    • Verify the application is stable and can handle normal inputs

    • Ensure the application is ready for further testing

    • Examples: login functionality, basic navigation, data display

  • Answered by AI
Round 2 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep gaining knowledge, learn new technologies

IBM interview questions for designations

 Senior Software Tester

 (1)

 Tester

 (1)

 Automation Tester

 (3)

 Manual Tester

 (2)

 QA Tester

 (2)

 Mainframe Tester

 (1)

 Quality Assurance Tester

 (1)

 Software Developer

 (99)

Interview Questionnaire 

3 Questions

  • Q1. Why do you hire u
  • Q2. Why you choose this feild
  • Q3. How much salary you want

Get interview-ready with Top IBM Interview Questions

I applied via Walk-in and was interviewed in Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Testing process life cycle, challenges faced
  • Ans. 

    Testing process life cycle involves planning, designing, executing, and reporting. Challenges include lack of resources, time constraints, and changing requirements.

    • Testing process life cycle includes planning, designing, executing, and reporting

    • Challenges faced include lack of resources, time constraints, and changing requirements

    • Planning involves identifying test objectives, test scenarios, and test cases

    • Designing in...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and trust on you. Don't get confused with answers or questions

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Agile, testing methodology, testcases

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover testing concepts, agile concepts, scrum,jira, selenium

Interview questions from similar companies

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1.What is Opps concepts in Java.
  • Ans. 

    OOPs concepts in Java are the fundamental principles of object-oriented programming.

    • Encapsulation: wrapping data and code into a single unit

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent multiple types

    • Abstraction: hiding implementation details from the user

    • Examples: class, object, inheritance, polymorphism, encapsulation

  • Answered by AI
  • Q2. 2.What is difference between stack and queue?
  • Ans. 

    Stack is a LIFO data structure while Queue is a FIFO data structure.

    • Stack follows Last In First Out (LIFO) principle while Queue follows First In First Out (FIFO) principle.

    • Stack has two main operations: push and pop while Queue has two main operations: enqueue and dequeue.

    • Stack is used in recursive function calls, undo/redo operations, and backtracking while Queue is used in breadth-first search, printing tasks in ord...

  • Answered by AI
  • Q3. 3.Write SQL query to find second highest salary in database?
  • Ans. 

    SQL query to find second highest salary in database

    • Use ORDER BY and LIMIT to get the second highest salary

    • Assume ties are allowed and use DISTINCT

  • Answered by AI
  • Q4. 4. Difference Between method overloading and method overriding?
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is done within the same class while method overriding is done in different classes (subclass and superclass).

    • Method overloading is achieved by changing the number of parameters or the data type of ...

  • Answered by AI
  • Q5. 5.which is the parent class of all classes in Java?
  • Ans. 

    The parent class of all classes in Java is the Object class.

    • All classes in Java implicitly extend the Object class.

    • The Object class provides basic methods such as toString(), equals(), and hashCode().

    • Any class can override these methods to provide custom implementations.

    • Example: public class MyClass extends Object { ... }

    • Example: Object obj = new MyClass();

  • Answered by AI
  • Q6. Explain your final year project?
  • Q7. Difference between SQL and NoSql database?
  • Ans. 

    SQL databases are relational and use structured query language, while NoSQL databases are non-relational and use various data models.

    • SQL databases are based on a fixed schema, while NoSQL databases are schema-less.

    • SQL databases use tables to store data, while NoSQL databases use various data models like key-value, document, columnar, or graph.

    • SQL databases are better suited for complex queries and structured data, whil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All interview process are easy. Intervier just ask basic concept of related to your stream.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, don't hesitate.

IBM Interview FAQs

How many rounds are there in IBM Software Tester interview?
IBM interview process usually has 1-2 rounds. The most common rounds in the IBM interview process are Technical, Coding Test and HR.
How to prepare for IBM Software Tester 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 IBM. The most common topics and skills that interviewers at IBM expect are Linux, Networking, Automation, Python and Unix.
What are the top questions asked in IBM Software Tester interview?

Some of the top questions asked at the IBM Software Tester interview -

  1. What is the difference between inner join and outer jo...read more
  2. Testing process life cycle, challenges fac...read more
  3. How would you test an ATM machi...read more

Tell us how to improve this page.

IBM Software Tester Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
IBM Software Tester Salary
based on 268 salaries
₹2 L/yr - ₹9.6 L/yr
21% more than the average Software Tester Salary in India
View more details

IBM Software Tester Reviews and Ratings

based on 35 reviews

4.1/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.2

Salary

3.8

Job security

4.1

Company culture

3.2

Promotions

3.9

Work satisfaction

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

₹5.8 L/yr - ₹26.2 L/yr

Software Engineer
5.6k salaries
unlock blur

₹6.9 L/yr - ₹22.2 L/yr

Advisory System Analyst
5.4k salaries
unlock blur

₹9.5 L/yr - ₹25.5 L/yr

Senior Software Engineer
4.9k salaries
unlock blur

₹8 L/yr - ₹32 L/yr

Software Developer
4.7k salaries
unlock blur

₹10.1 L/yr - ₹32.7 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