Software Engineer · Mid-Level · Phone Screen
For the coding question, I was given an array of numbers and had to divide it into two parts such that the absolute difference between the sums of the two parts is minimized. I needed to return this minimum difference. For example, given [2, 3, 10, 7, 5], the...