Tell me about yourself and projects
Engineer Software Interview Questions
419,802 engineer software interview questions shared by candidates
how to do the quicksort on big number of data?
Question based on memory management
Phone Screen included classic "balanced bracket" algorithm.
How to efficiently sort a pivoted array
How would you implement a stack to achieve constant time for "push", "pop" and "find mininum" operations?
Design an iterator for a collection of collections in java. The iterator should hide the nesting, allowing you to iterate all of the elements belonging to all of the collections as if you were working with a single collection.
Given a directory with lots of files, find the files that have the same content (the file names are different). I think file format is not considered, since when I said the size of the file with the same content should be the same, the interviewer did not deny it.
Perform binary search on a sorted array, of which you don't know the size.
How would you store 1 million phone numbers?
Viewing 2951 - 2960 interview questions