When interviewing college coops/interns or recent graduates it helps to have a Java programming question that they can do on a white board in 15 minutes. Does anyone have examples of good questions like this? A C++ question I was once asked in an interview was to write a string to integer function which is along the lines of the level of question I am looking for examples of.
When interviewing college coops/interns or recent graduates it helps to have a Java programming
Share
Some stuff that has showed up on SO:
Other stuff that springs to mind:
echo(yes, a simple clone of the unix tool)cat(15 min should be enough, should weed out the clueless)ints. LikeArrayList. Bonus question: Generic?