1 Followers
22 Following
ybrikman

ybrikman

Programming Interviews Exposed: Secrets to Landing Your Next Job (Programmer to Programmer)

Programming Interviews Exposed: Secrets to Landing Your Next Job (Programmer to Programmer) - John Mongan, Eric Giguere, Noah Suojanen An excellent resource to prepare software engineers for interviews. The book does a great job of describing the job application process, discussing how to approach the different types of problems, resume tips, and nontechnical questions. However, the book's bread and butter is a series of chapters devoted to numerous programming topics that you are often seen at interviews. These include recursion, concurrency, lists, trees and so on. Each chapter includes a nice concise overview of the topic, a series of questions, and wonderful step by step explanations of how to solve them. The solutions in particular are well written since they don't just blurt out the answer right away. Instead, they walk you through the thought process, paragraph by paragraph of how to approach the problem. The idea is that if you can't get the problem on your own, you can start reading each paragraph, and use each one as a "hint" but still figure out the final solution yourself. Of course, if you can't do that, keep reading, and they work out the whole thing for you. Great stuff.