Quote (AbDuCt @ Mar 3 2014 03:14pm)
I remember someone over steam talking to me about this and what they ask during an interview. They said they ask the normal questions but along side a simple technical question: "What is the fastest/most ideal way to sort an array of integers" and he got all sorts of answers from creating buckets and binary trees, to using some fancy algorithm, which when all he wanted was "heh I'd use quick sort"
At least that's how I thought to conversation went it was almost a year ago.
Overall if they ask you a technical question I say stay simple and to the point. I don't think they really care if you can sort a 1 billion element array using a binary tree or some shit.
Just my thoughts from what I remember from the conversation, I haven't actually seen or used them in person.
Haha that was me. The question was actually funnier as it was "What is the fastest way to find the largest integer in an array of integers and what is the O(n) complexity of the algorithm?". We actually got someone who created a binary tree out of the array. Only two people answered even remotely correctly out of dozens.