vote up 1 vote down star
2

I have a short preliminary interview with Microsoft in less than 2 hours. I've been told that they might ask questions in Java and/or C++. Where can I find a quick overview of both languages? I don't need to full tutorial, just something that goes over the language-specific features and a refresher of the semantics. I also only have 1.5 hours to study so... Any ideas?

Thx!

flag

53% accept rate
Sorry if I offended you guys by asking to learn a language in 90 minutes. It was a misunderstanding. I'm only asking for a REFRESHER in those languages. I've used Java a lot. C++ only a few times. And yes, I'll thell them the truth. – nute Nov 3 '08 at 22:23
I don't think you offended anyone :) Oh and do tell us how the interview went. – David Arno Nov 3 '08 at 22:59

5 Answers

vote up 4 vote down check

Teach yourself programming in ... 80 minutes?

I would bet on the quick reference cards:

C ref card, A Java ref card, A C++ ref card, Google for reference cards.

Good luck!

link|flag
Thanks! That's exactly what I meant! – nute Nov 3 '08 at 22:25
vote up 2 vote down

An hour and a half is a bit fast to learn a language. You can try Wikipedia, but you may want to avoid discussion of either language if you don't know them. Instead focus on the languages you do know. Learning a new language is not difficult, but you shouldn't try to rush it and then sound like you know more than you do. They'll figure that one out pretty quickly, and it will be worse if you don't admit your lack of knowledge. We had someone who tried that with my company, and he lasted less than a week.

link|flag
vote up 7 vote down

My advice would be to tell them you do not know C++ and Java. Attempting to blag it after just 1 1/2 hours rushed study will likely make a far worse impression as they'll start exploring how much you know.

link|flag
I do know those languages (Java more than C++). I just haven't used them in a while. – nute Nov 3 '08 at 22:16
Then tell them that. If you believe your skills should be enough for the job, then you should feel confident in being honest. – Jon Skeet Nov 3 '08 at 22:23
Ah, my apologies. My advice wasn't much use then. – David Arno Nov 3 '08 at 22:24
vote up 3 vote down

Don't even try it. Any "fake" C++ programmer can be recognized within first 10 seconds of the interview.

link|flag
vote up 2 vote down

This may be a little late coming, but the Wikipedia link for a comparison of the languages and some of the features can be found here

link|flag

Your Answer

Get an OpenID
or

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