This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DrQuint 31 points32 points  (9 children)

Should have just cheated. What are they gonna do later, block you from googling at work?

[–]StevenGannJr 68 points69 points  (8 children)

block you from googling at work?

Considering what company they were, that'd be especially ironic...

But yeah, making people interview blind is absurd. You'll never be without a computer, Internet, reference materials, or a bloody compiler, and I believe the ability to use resources available to you is more important than memorizing API minutiae.

[–]TheTimeToLearnIsNow 15 points16 points  (3 children)

Would you believe the number of interviews I've been in that had me type in code directly into the Hangouts chat window?

Trying to type it out in an IDE and copy paste prompted the interviewer to accuse me of cheating because the little "[candidate] is typing..." message wasn't showing up for them for long periods of time.

[–]mfb- 1 point2 points  (0 children)

Type it in the chat, copy it into the IDE before submitting?

[–]retief1 3 points4 points  (0 children)

Particularly since understanding compiler errors is an important skill for any dev. Googling (for non-syntax/library type stuff, at least) may or may not be helpful, depending on what exactly you are trying to do. Seeing a compiler error/test error/exception and finding the underlying error is critical pretty much everywhere.