Duplicate: http://stackoverflow.com/questions/449595/google-interview-questions
I'm preparing for a "Google style" job interview. I expect questions on C++/OOP, data structures and algorithms, and perhaps relational databases.
There are lots of sources to help with preparation, I'll name the ones that I'm using. I'd like other suggestions (preferably online sources).
Online:
http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html
http://www.careercup.com
http://facultystaff.vwc.edu/~zwang/acm/acm.html
http://www.horstmann.com/cpp/pitfalls.html
http://www.gotw.ca/gotw/
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
Books (I haven't read them, but consult online previews):
Myers Effective STL/More C++/ C++
Programming Interviews Exposed
Design Patterns
C++ Gotchas