i
IBM
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.
2 Basic leetcode problems
I applied via Naukri.com and was interviewed before Dec 2022. There were 3 interview rounds.
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
I applied via Job Fair and was interviewed before Mar 2023. There were 3 interview rounds.
What people are saying about IBM
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
To run automated test cases in Jenkins, configure DB testing, and perform localization testing
To run automated test cases in Jenkins, create a Jenkins job and configure it to trigger the automation test suite
For DB testing automation, use tools like Selenium WebDriver to interact with the database and verify data integrity
For localization testing, use tools like Selenium WebDriver to test the application with different...
posted on 21 Feb 2025
I appeared for an interview in Jan 2025.
Remove special characters and replace with space, then reverse each word in a string.
Use regex to remove special characters and replace with space
Split the string into words and reverse each word individually
Join the reversed words back together to form the final string
posted on 7 May 2025
I appeared for an interview in Apr 2025, where I was asked the following questions.
To find duplicate characters in a string, we can use various methods like hashing or counting occurrences using data structures.
Using a Hash Map: Iterate through the string, storing each character's count in a hash map. Example: 'hello' -> {'h': 1, 'e': 1, 'l': 2, 'o': 1}.
Using a Set: Track seen characters in a set. If a character is already in the set, it's a duplicate. Example: 'banana' -> duplicates are 'a' an...
Selenium provides different wait strategies to handle dynamic web elements effectively during automation testing.
Implicit Wait: Sets a default wait time for the entire session, allowing Selenium to poll the DOM for a specified duration before throwing an exception. Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
Explicit Wait: Allows waiting for a specific condition to occur before proceeding f...
I applied via Newspaper Ad and was interviewed in May 2024. There was 1 interview round.
posted on 23 Apr 2024
I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.
Reverse string and and and
SDET questions on the Collection Framework focus on data structures, performance, and usage in automation testing.
What are the main interfaces in the Collection Framework? (e.g., List, Set, Map)
Explain the differences between ArrayList and LinkedList.
How does HashMap work internally? Discuss its performance characteristics.
What is the difference between HashSet and TreeSet?
How can you iterate over a Collection? Provide...
Some of the top questions asked at the IBM Sdet Automation Test Engineer interview -
based on 3 interview experiences
Difficulty level
Duration
based on 11 reviews
Rating in categories
Application Developer
12.8k
salaries
| ₹5.2 L/yr - ₹27.1 L/yr |
Software Engineer
6.1k
salaries
| ₹8 L/yr - ₹22.9 L/yr |
Software Developer
6.1k
salaries
| ₹13.7 L/yr - ₹34.3 L/yr |
Senior Software Engineer
5.5k
salaries
| ₹14.2 L/yr - ₹30 L/yr |
Advisory System Analyst
4.5k
salaries
| ₹13.7 L/yr - ₹23 L/yr |
Oracle
TCS
Cognizant
Accenture