They asked me many many questions on mostly data structures and algorithms. For example what data structure(s) can you use to efficiently find minimum 10 numbers in an incredibly large data set.
Anonymous
Use 10 min heaps and and one hash map.
Check out your Company Bowl for anonymous work chats.