Data Science Developer applicants have rated the interview process at IBM with 5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 66.3% positive. This is according to Glassdoor user ratings.
Candidates applying for Data Science Developer roles take an average of 2 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at IBM overall takes an average of 30 days.
Common stages of the interview process at IBM as a Data Science Developer according to 1 Glassdoor interviews include:
Skills test: 100%
Here are the most commonly searched roles for interview reports -
I applied online. The process took 2 days. I interviewed at IBM (Madison, WI) in Sep 2023
Interview
I failed at the first round of programming tests. There are two questions and had to be completed within an hour. It's easy to make the code work, but hard to make the code pass all their tests in time.
Interview questions [1]
Question 1
Here is one of the questions. Split a list into two lists, called a and b. There is no joint element between a and b, and each list should contain different elements. The sum of a's elements should be bigger than the sum of b's elements. The sum of a's elements should be as big as possible while the number of a's elements should be as few as possible.