|
|
|
|
|
by graffic
3463 days ago
|
|
They're not particularly difficult. You usually take the algorithm definition and implement one, as you did in the university or in the Coursera algorithms course. Fun, you might learn a thing or two about the language you're using. If the point of the exercise is a TRIVIA question, leave the interview. On the other hand, if the point of the exercise is not to get the right solution but see how you think and how you use basic programming blocks, then you're in the right place. I've used the linked list question. And the goal is not for me to check if it is "not difficult" for you. Because I might not be able to teach you what a linked list is in 5 minutes while you're nervous in a technical interview. But to work on technical problems and see the following: - Can you speak your mind so your peers know what are you doing? - Will you ask for help? - Will you accept help and feedback? - Can we have a discussion about something that there are many "right answers"? - Do you know the basic building blocks of the language you decided to use? <-- This plus javascript plus references is very funny. |
|
What you're describing is a confidence bias filter, dressed as an objective test.