|
|
|
|
|
by throwawaybcporn
4190 days ago
|
|
This reminds me of my Facebook interview. The coding question was "given an array of all the words in the English language, print an array of arrays containing all the anagrams". In studying for the interview, I'd just refreshed on recursion and, in my general nervousness + excitement thinking I'd just been asked a question I'd literally studied an hour before, went right to work generating all the anagrams of each word in the English language. About 5 minutes after the call ended, my jaw dropped open and I slapped my forehead. To find the anagrams of a word, just parse the set and remove any words that are (a) the same length and (b) contain the same numbers of each letter in the original. Fizz buzz. And I made it like 1000x harder. A generous interviewer would say, "Well at least he knows recursion and can do it on the fly in a stressful situation". But this is Facebook and they don't have to be generous. I gave them a reason to say "no" and then they said "no". But as for "dysfunctional jokes", I have to agree (and you can tell from my OP that I have plenty of experience with it). Asking someone to code on the fly is like asking someone to write a novella on the fly. You need focus and concentration. By demanding it with someone breathing into your ear the whole time, you're simply giving those who are better able to handle pressure an advantage and those who can't a disadvantage. If this were a bomb-diffusal position, you'd want to filter for that. But this is coding, so what should pressure-handling matter? |
|
I mean i never research or think about shit. i just code it man and release it like a boss because thats how coding in the real world works. You better be quick on your feet if you want to get into the big guys. This is real world coding after all :) ...
haha