I applied through college or university. I interviewed at IBM (Bengaluru) in Nov 2024
Interview
There was 2-3 rounds . 1 st round regarding coding. 2 nd round one to one. In coding round we have to pass minimum number of test cases and it consists of two coding questions.
I applied through a recruiter. I interviewed at IBM in Sep 2023
Interview
It is a very good experience. You will have around 3 technical and one managerial round. Coding should be strong. It is a very good company to work for and has a very good reputation.
I applied through other source. I interviewed at IBM (Dublin, Dublin) in Apr 2025
Interview
The first round is a coding assessment where you can expect problems focused on key areas such as 2D array manipulations, Gemma-style performance activation problems, and classic Minimum Meeting Rooms type challenges.
Problems involving 2D arrays may require skills like traversing grids, finding patterns, matrix transformations, or applying algorithms like BFS/DFS on a grid.
Gemma-style performance activation problems usually involve selecting or activating a subset of elements to maximize or optimize a given score under certain constraints, requiring a good understanding of sorting, greedy strategies, and priority queues.
Minimum Meeting Rooms type problems test your ability to manage overlapping intervals efficiently, often using techniques like sorting intervals by start times and using a min-heap (priority queue) to track the earliest finishing task or event.
Overall, the coding round assesses your ability to think clearly, optimize resource usage, and apply algorithms effectively under time pressure.
Interview questions [1]
Question 1
These are very similar to your IBM question:
#1383 – Maximum Performance of a Team
#253 – Meeting Rooms II
#1985 – Find the Kth Largest Integer in the Array
#215 – Kth Largest Element in an Array
2. HackerRank
Try problems under:
Greedy algorithms
Heaps/Priority Queue
Warm-up challenges
3. GeeksforGeeks
Search for:
K max elements from array
Greedy scheduling problems
Minimum number of platforms (analogous to your "engines needed" problem)