Senior Engineer Interview Questions

113,834 senior engineer interview questions shared by candidates

1. Given a array of integers find the index which partitions the array to two with high numbers and low numbers. For example [5, -1, 3, 8,6] the index 3 will partition the array to [5,-1,3] and [8,6] all the numbers in the second partition are greater than first. The solution has to work in O(n).
avatar

Senior Software Engineer

Interviewed at Zalando

3.6
Jul 3, 2017

1. Given a array of integers find the index which partitions the array to two with high numbers and low numbers. For example [5, -1, 3, 8,6] the index 3 will partition the array to [5,-1,3] and [8,6] all the numbers in the second partition are greater than first. The solution has to work in O(n).

Viewing 21 - 30 interview questions

Glassdoor has 113,834 interview questions and reports from Senior engineer interviews. Prepare for your interview. Get hired. Love your job.