I applied online. The process took 1 day. I interviewed at IBM in Oct 2024
Interview
I have a technical interview in Oct 2024 and it covered the basic knowledge on their tech stack such as node.js and Java. One algorithm problem, not complex but somehow tricky.
Interview questions [1]
Question 1
How to sort an array with uncertain length in limited resource? Assume the value are 0 and 1 only.
I applied through college or university. The process took 6 days. I interviewed at IBM (Lakhnau) in Jun 2025
Interview
Interview started with the introduction, I told them about my projects. After that some OS and CN question answered all except one. after that they told me to open notepad and write a SQL Query. can't understand the first but did the second one. Asked to write a DSA problem on online editor as I completed the logic they asked me to explain it, I did. HR said the interview is over and asked if I want to ask about something, I asked about new cloud bridge of IBM, he answered. Interview end.
The interview process includes four rounds: aptitude test, technical coding round, technical interview focusing on projects and core concepts, and an HR interview to assess communication, fit, and career goals.
Interview questions [1]
Question 1
Project Name: Roadrash Junior
Technology Used: Python (with Pygame library)
Description:
Roadrash Junior is a simplified 2D bike racing game developed in Python using Pygame. The player controls a bike and must avoid obstacles, collect points, and compete against AI riders on a scrolling track.
Features:
Basic physics for speed and collision
Score tracking and game-over conditions
Keyboard controls for movement
Sound effects and background music
Challenges Faced:
Implementing smooth collision detection between player and obstacles
Managing frame rate for smooth gameplay
Syncing background scroll with player speed