Given n coordinate points x, y find the line that intersects most of them.
University Software Interview Questions
1,069 university software interview questions shared by candidates
Given a set of ranges for eg., (1,3), (2,4), (6,7) return only the non-overlapping set of ranges (which in this case should return only (6,7)).
I was asked to solve a brain teaser involving chess. I think it was something to do with start and end position.
In an unbalanced binary tree, find the rightmost element in the lowest level. The engineer expected me to talk no more than a few minutes about the algorithm, then start implementing it.
String parsing
String Manipulation Questions
Tell me about a complex project you worked on.
Data structure most ideal for the problem (can't disclose specific problem)
Phone interview was also focused on string manipulation.
It's kind of easy DP question.
Viewing 801 - 810 interview questions