Online cognitive assessments, hackerrank coding challenge, round 1 and 2 interviews(didn't get past second round). Round 1 and 2 were mostly behavioral with different managers, and a small case study question in second round. Recruiters are somewhat vague about interview content after hackerrank challenge
Preguntas de entrevista [1]
Pregunta 1
Be sure to be comfortable with SQL + another language (python/R) for the hackerrank challenge
Me postulé en línea. Acudí a una entrevista en IBM (New York, NY) en mar 2026
Entrevista
OA has 1 sql question and 1 python question, both easy, administed via hackerrank, may be through another one though as well. you are given 60 mins to complete the OA portion of the interview process
Preguntas de entrevista [1]
Pregunta 1
You are given a table called Employee that contains each employee’s monthly salary and the number of months they have worked.
Find the highest total earnings among all employees
Determine how many employees have that exact highest earnings
Me postulé en línea. Acudí a una entrevista en IBM (Newark, DE) en ene 2026
Entrevista
It was a good experience overall. The assessment was conducted online through HackerRank and was well structured, focusing on problem-solving, logical thinking, and fundamental technical concepts in a clear and manageable way.
Preguntas de entrevista [1]
Pregunta 1
They asked questions focused on SQL and LeetCode-style problem solving, mainly testing logical thinking, data handling, and basic algorithmic concepts.
Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en IBM en sept 2025
Entrevista
Applied and next day received a hacker rank.
SQL easy,
BUT LEETCODE MEDIUM
Required depth first search of an acyclic directed graph, and minimize the required changes so that a condition could be met.
SQL took me like 8 min but the LEETCODE one I couldn't get right. Code complied and all but didn't pass the test cases and timed out for some.
Hadn't seen or practiced a tree traversal question in years much less one that combined trees with minimization problems
Preguntas de entrevista [1]
Pregunta 1
Similar to LEETCODE 1135 but harder.
Had two dozen test cases this question