Thursday, March 13, 2014

Good Books and Resources


More Effective C++. pdf available at:
http://proquestcombo.safaribooksonline.com/9780321545190

Effective Java at:
http://proquestcombo.safaribooksonline.com/0-201-31005-8

Internal Reference:
https://docs.google.com/spreadsheet/ccc?key=0AlkacookxMZJdDdhamJPbDdwYWhlU2tqYWJ6RkJGa2c#gid=0 



Tips for Design Problems:

In an interview setting when some asks design questions, you should have a conversation in which you demonstrate an ability to think creatively, understand design trade-offs, and attack unfamiliar problems. You should schetch key data structures and algorithms, as well as the technology stack(pl, libraries, OS, hardware, and services) that you would use to solve the problem. Some specific things to keep in mind are implementation time, scalability, testability, security, and internationalization.

No comments:

Post a Comment