vote up 0 vote down star

Hi,

I am about to apply for a new IT job. As part of the selection process I have to undergo several hours of problem solving tests.

I do not know specifically the nature of these tests but was hoping for suggestions on how I could "study" or practice for these types of tests.

Any insights as to the typical nature or make up of these types of tests would be very appreciated!

flag

3 Answers

vote up 0 vote down

Have a firm grasp of known algorithms, especially sorting algorithms and graph algorithms and also brush up on your data structures complexities, some of the problems given might want an optimal approach to the problem.

link|flag
vote up 1 vote down

Try Michael Pryor's TechInterview site for a list of puzzles. A book of similar puzzles is How would you move mount Fuji? Also, you may find the classic How to Solve it useful.

link|flag
Upvote for that wiki link. Thanks. – Arnis L. Jun 25 at 11:30
vote up 0 vote down

If they're going to be related to programming, doing some Project Euler problems wouldn't hurt. That said, Project Euler problems are often quite mathematical so they won't really help with the "should I use a set or a linked list for this situation" type questions. For those, maybe hang around here at SO and try and find questions to answer :-)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.