Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What technique would you recommend when reviewing C++ for an interview? [closed]

Tags:

c++

I've got about 2/3 years C++ experience but I've spent most of my career doing Java. I'm about to go for an interview for a C++ programming role and I've been thinking about the best way to brush up my C++ to make sure I don't get caught out by any awkward questions. What would you recommend?

like image 982
Benj Avatar asked Feb 09 '10 09:02

Benj


People also ask

What is a method of closing the interview?

Ask whether the candidate has anything more to tell you about his candidacy or any questions about the job/employer. Explain the next step in the process, including whether there will be further interviews, when you will make your decision, and how the candidate will be informed of your decision.

How do you respond to closed interview questions?

Closed-ended interview questions This category of job interview questions calls for simple, informational answers. Often, they can be just a "yes" or "no," but you should give candidates an opportunity to explain themselves. These questions can help you quickly gain basic information about the job seeker.


1 Answers

Effective C++ by Scott Meyers

like image 127
Thorsten79 Avatar answered Oct 01 '22 09:10

Thorsten79