Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > REQ: C++ Technical Interview questions

Reply
Thread Tools

REQ: C++ Technical Interview questions

 
 
Method Man
Guest
Posts: n/a
 
      07-27-2004
Hi all,

I was wondering if any of you could post some links to sites with good C++
interview questions. An answer key is preferred but not necessary. The Q's
can range from entry level to senior level developers, it doesn't matter. My
main focus right now is pointers and string/data structure algorithms, but
anything C++ related would be great.

Thanks!


 
Reply With Quote
 
 
 
 
John Harrison
Guest
Posts: n/a
 
      07-27-2004

"Method Man" <> wrote in message
news:snoNc.47483$...
> Hi all,
>
> I was wondering if any of you could post some links to sites with good C++
> interview questions. An answer key is preferred but not necessary. The Q's
> can range from entry level to senior level developers, it doesn't matter.

My
> main focus right now is pointers and string/data structure algorithms, but
> anything C++ related would be great.
>
> Thanks!
>


Assuming google is working again now, I suggest you go there and type in
'C++ interview questions', you will get hundreds of suitable hits.

john


 
Reply With Quote
 
 
 
 
Method Man
Guest
Posts: n/a
 
      07-27-2004

"John Harrison" <> wrote in message
news:...
>
> "Method Man" <> wrote in message
> news:snoNc.47483$...
> > Hi all,
> >
> > I was wondering if any of you could post some links to sites with good

C++
> > interview questions. An answer key is preferred but not necessary. The

Q's
> > can range from entry level to senior level developers, it doesn't

matter.
> My
> > main focus right now is pointers and string/data structure algorithms,

but
> > anything C++ related would be great.
> >
> > Thanks!
> >

>
> Assuming google is working again now, I suggest you go there and type in
> 'C++ interview questions', you will get hundreds of suitable hits.
>
> john
>
>


True, there are plenty of sites. But that's why I posted here. I just wanted
*recommendations* from you experts on any particular sites you found to be
useful and interesting.


 
Reply With Quote
 
Ioannis Vranos
Guest
Posts: n/a
 
      07-27-2004
Method Man wrote:
> Hi all,
>
> I was wondering if any of you could post some links to sites with good C++
> interview questions. An answer key is preferred but not necessary. The Q's
> can range from entry level to senior level developers, it doesn't matter. My
> main focus right now is pointers and string/data structure algorithms, but
> anything C++ related would be great.



Instead of interview questions, wouldn't it be better to study the
language itself? Not to mention that it is also a great fun to do so.






Regards,

Ioannis Vranos

http://www23.brinkster.com/noicys
 
Reply With Quote
 
Gianni Mariani
Guest
Posts: n/a
 
      07-27-2004
Ioannis Vranos wrote:
> Method Man wrote:
>
>> Hi all,
>>
>> I was wondering if any of you could post some links to sites with good
>> C++
>> interview questions. An answer key is preferred but not necessary. The
>> Q's
>> can range from entry level to senior level developers, it doesn't
>> matter. My
>> main focus right now is pointers and string/data structure algorithms,
>> but
>> anything C++ related would be great.

>
>
>
> Instead of interview questions, wouldn't it be better to study the
> language itself? Not to mention that it is also a great fun to do so.


There are different ways to learn. Sometimes a set of good questions
can do far more in teaching someone than a thick book. It's a personal
learning experience thing.

Besides, Mr Method may be an interviewer !
 
Reply With Quote
 
Gary Labowitz
Guest
Posts: n/a
 
      07-27-2004
"Gianni Mariani" <> wrote in message
news:ce5nfm$...
> Ioannis Vranos wrote:
> > Method Man wrote:
> >
> >> Hi all,
> >>
> >> I was wondering if any of you could post some links to sites with good
> >> C++
> >> interview questions. An answer key is preferred but not necessary. The
> >> Q's
> >> can range from entry level to senior level developers, it doesn't
> >> matter. My
> >> main focus right now is pointers and string/data structure algorithms,
> >> but
> >> anything C++ related would be great.

> >
> >
> >
> > Instead of interview questions, wouldn't it be better to study the
> > language itself? Not to mention that it is also a great fun to do so.

>
> There are different ways to learn. Sometimes a set of good questions
> can do far more in teaching someone than a thick book. It's a personal
> learning experience thing.
>
> Besides, Mr Method may be an interviewer !


I should say there are no good interview questions. There are only good
interviewers. An interviewer, presumably, is looking for someone who fits
the staff profile, not necessarily a C++ guru. Anyway, I hate the concept of
hiring based on top-of-the-head knowledge. While working, you look things up
that you don't know, and experiment, ask others, etc. It's the working style
that is important and subject matter knowledge for specific jobs. Example: I
worked in Anti Submarine Warfare for a while. It certainly helped to know
what a series is and various measures that could be applied and how an
equation is derived that fits the series, etc. Nothing to do with
programming, you see.

If you want the questions as a study guide to C++ you might just as well use
the exercises in any good textbook. ACCU is your friend.
--
Gary


 
Reply With Quote
 
Julie
Guest
Posts: n/a
 
      07-27-2004
Method Man wrote:
>
> "John Harrison" <> wrote in message
> news:...
> >
> > "Method Man" <> wrote in message
> > news:snoNc.47483$...
> > > Hi all,
> > >
> > > I was wondering if any of you could post some links to sites with good

> C++
> > > interview questions. An answer key is preferred but not necessary. The

> Q's
> > > can range from entry level to senior level developers, it doesn't

> matter.
> > My
> > > main focus right now is pointers and string/data structure algorithms,

> but
> > > anything C++ related would be great.
> > >
> > > Thanks!
> > >

> >
> > Assuming google is working again now, I suggest you go there and type in
> > 'C++ interview questions', you will get hundreds of suitable hits.
> >
> > john
> >
> >

>
> True, there are plenty of sites. But that's why I posted here. I just wanted
> *recommendations* from you experts on any particular sites you found to be
> useful and interesting.


Search for "C++ interview questions" in "comp.lang.c++" using Google Groups,
and you will get all the answers you need. This topic has been discussed
*many* times in this forum, including in the very recent past. You will only
get the answers you desire if you do the legwork first (i.e. searching),
studying the results, examining the topics, comments, suggestions, and then if
you have any other specific questions that have not been specifically addressed
in previous posts, posting your question here.
 
Reply With Quote
 
jeffc
Guest
Posts: n/a
 
      07-27-2004

"Ioannis Vranos" <> wrote in message
news:ce5bi5$3jg$...
>
> Instead of interview questions, wouldn't it be better to study the
> language itself? Not to mention that it is also a great fun to do so.


Oh yes, great fun. Great great fun. The only fun greater than that great
fun would be the great funness of flunking an interview because I was ill
prepared for the questions they were going to ask me. Talk about fun.


 
Reply With Quote
 
Walter
Guest
Posts: n/a
 
      07-28-2004

"jeffc" <> wrote in message
news:...
>
> "Ioannis Vranos" <> wrote in message
> news:ce5bi5$3jg$...
> >
> > Instead of interview questions, wouldn't it be better to study the
> > language itself? Not to mention that it is also a great fun to do so.

>
> Oh yes, great fun. Great great fun. The only fun greater than that great
> fun would be the great funness of flunking an interview because I was ill
> prepared for the questions they were going to ask me. Talk about fun.


If you don't enjoy programming, have you considered becoming a lion tamer ??


 
Reply With Quote
 
pappucanntdance pappucanntdance is offline
Junior Member
Join Date: Oct 2008
Posts: 2
 
      10-03-2008
If you search the google, you can find lot of interview questions on C++.
Anyway, I found a site
http://www.foddalo.com/viewforum.php?f=51

Anyway, I agree, learning a language is better than doing the interview question from the start. If you are good, you can solve the interview questions by yourself. At the mention site, you will find the questions in an ordered and categorized manner.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Technical Lead Round Interview Questions and Answers Software Engineer Java 0 05-03-2011 02:46 AM
ASP Interview Questions ASP Interview Questions reema ASP General 0 08-26-2008 11:57 AM
Java Technical Interview Questions, thoughts bigbinc@hotmail.com Java 0 10-03-2004 02:47 PM
What type of questions can be asked in an technical interview of C Cherrish Vaidiyan C Programming 35 04-05-2004 10:57 PM
Job interview java technical questions MERIGON Olivier Java 6 02-17-2004 09:13 PM



Advertisments