Interview, need to brush up

Apr 9, 2012 at 8:57pm
I have been vacationing a while lately, and may have a couple interviews in the near future. I want to brush up on my C++, as it's been some time since I did any professional programming. Any advice on good advanced tutorial sites or (adaptive?) quizzes? Also, as long as I'm here, anyone have any recommendations for international recruitment sites? Mostly have been looking at large companies' postings (IBM, Microsoft, JP Morgan, etc), but maybe there are other resources out there I haven't yet considered.

Thanks!
-Rollie
Apr 9, 2012 at 9:06pm
closed account (zvRX92yv)
Quizzie! -

Q1 - How do you access items in another namespace?
A1 - (name)item | A2 - item(name) | A3 - item:name | A4 - name::item

Q2 - Write a function prototype that uses a template.

Q3 - What should you not use/do? ( Joke )
A1 - system() | A2 - Borland's Compiler | A3 - Answer this question | A4 - Compile

Well.. I don't have anymore.. But there's a quiz on CProgramming.com

Good luck :)
Apr 9, 2012 at 9:24pm
Programming Interviews Exposed. Do not go to an interview without having read it.
Apr 9, 2012 at 10:13pm
In the past I've been contacted by a couple of big recruitment agencies because of my ranking on programming competition sites, specifically TopCoder and SPOJ. You have to have a fairly decent ranking though.
Topic archived. No new replies allowed.