Employeur impliqué
I faced one question. Simple programing problem. The problem was, given two arrays, retrieve the minimal common element.
Utilisateur anonyme
Guess what they want to know from you is quite difficult. And I realized after the interview. I solved problem extracting the common values and then sorting the results. But they were expecting that I use structures like hash tables to solve the problem in O(n) I think if they have had mentioned that from the begging, I would have passed to the next step.