I applied online. The process took 4 weeks. I interviewed at IBM (Singapur) in Jun 2015
Interview
There was a one hour technical test followed by an interview by the hiring manager for the first round of interview. The test had a couple of mcq questions related to threading, deadlock, address space etc, had a couple of programming questions to be written in C++ or Java, an SQL query and a couple of spot the problem questions.
Interview questions [1]
Question 1
Q:Delete a linked list with a pointer to only the node.
Q:Program to reverse words a string
Q: Program to find if numbers in an array add up to an input.
Q: program to print a sequence
Q:Program to create a new array out of an input array such that each element of the output is the product of the elements of the array other than the current element.
Applied through the company portal, completed an online coding assessment, followed by a technical interview covering data structures, algorithms, OOP concepts, and project experience. Concluded with an HR discussion about the role, career goals, availability, and compensation expectations.
## IBM Interview Process
The process began with initial resume shortlisting, followed by competitive **DSA and coding rounds** to test core technical concepts. After clearing those, I cleared two comprehensive interviews with the **Hiring Manager/Tech Expert** and **HR**.
Describe the interview process: The process consisted of three rounds: an initial online assessment focusing on data structures and algorithms, followed by two technical video interviews. The technical rounds were intensive, covering system design, live coding, and deep-dive questions into previous project experience and database optimization.
Interview questions [1]
Question 1
Design a scalable URL shortener system and explain how you would handle high read/write throughput.