473,800 Members | 2,930 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C++ interview test

Hi all,
Does any one know internet sites that have a C++ exams which can be applied
on an interview?

As we make interview and need an exam to test the candidates !!

Thanks in advance,
Ahmed Ossman
Jul 22 '05 #1
7 6541
Ahmed Ossman wrote:
Hi all,
Does any one know internet sites that have a C++ exams which can be applied
on an interview?

As we make interview and need an exam to test the candidates !!

Thanks in advance,
Ahmed Ossman


There is more to programming than knowing the language.
One must also know data structures, a bit of design,
a a little knowledge about the application.

Use your favorite search engine and search this newsgroup
for "exam" or "test", although "test" may show up more
of those newsgroup test postings. Many online exams
have been reviewed here. I have yet to see one which
everybody agrees is valid.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.l earn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book

Jul 22 '05 #2
"Ahmed Ossman" <ah**********@m entor.com> wrote
Hi all,
Does any one know internet sites that have a C++ exams which can be applied
on an interview?

As we make interview and need an exam to test the candidates !!


If you find one, keep in mind that failing such a test may eliminate a
candidate, but passing the test is no indication that the candidate is
qualified. It's like asking what 2+2 is. If someone says 5, you can safely
eliminate them, but someone who answers 4 isn't automatically a mathematician.

Claudio Puviani
Jul 22 '05 #3

"Ahmed Ossman" <ah**********@m entor.com> wrote in message
news:40******@s olnews.wv.mento rg.com...
Hi all,
Does any one know internet sites that have a C++ exams which can be applied on an interview?

As we make interview and need an exam to test the candidates !!


There's a good book called "programmin g interviews exposed" or something to
that effect that is very good.
Jul 22 '05 #4
Ahmed Ossman wrote:
Hi all,
Does any one know internet sites that have a C++ exams which can be applied
on an interview?

As we make interview and need an exam to test the candidates !!


What are you trying to test?

We have a test to write a class, which we send to candidates
prior to interview, and ask them to bring their answer with
them. The actual code for the class can be written in about
30 lines. We also ask them to provide a test for the class.
About 70% of candidates cry off the interview claiming it is
too difficult. For those that do turn up we use their test
as the basis for the main part of the interview.
Jul 22 '05 #5
Sounds interesting. Would you mind posting an example of what you ask?

lilburne wrote:

Ahmed Ossman wrote:
Hi all,
Does any one know internet sites that have a C++ exams which can be applied
on an interview?

As we make interview and need an exam to test the candidates !!


What are you trying to test?

We have a test to write a class, which we send to candidates
prior to interview, and ask them to bring their answer with
them. The actual code for the class can be written in about
30 lines. We also ask them to provide a test for the class.
About 70% of candidates cry off the interview claiming it is
too difficult. For those that do turn up we use their test
as the basis for the main part of the interview.

Jul 22 '05 #6
I went to an interview where they expected me to design an iterator class
for a vector like class, but with pencil and paper and no reference in 30 minutes.
Jul 22 '05 #7
"Chuck Rittersdorf" <ch************ *@hotmail.com> wrote
I went to an interview where they expected me to design an iterator class
for a vector like class, but with pencil and paper and no reference in 30

minutes.

That's a perfectly appropriate interview question. Other similar programming
problems you're likely to encounter in an interview are designing a string class
or a smart pointer, implementing a factory pattern, and many others. They're
hiring programmers, dude. It's normal that they'd expect the candidates to know
how to program.

Claudio Puviani
Jul 22 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

54
17441
by: Spammay Blockay | last post by:
I've been tasked with doing technical interviews at my company, and I have generally ask a range of OO, Java, and "good programming technique" concepts. However, one of my favorite exercises I give interviewees seems to trip them up all the time, and I wonder if I'm being too much of a hardass... it seems easy enough to ME, but these guys, when I get them up to the whiteboard, seem to get really confused. The exercise is this:
23
27112
by: Rick | last post by:
Hi, I'm currently preparing for an interview on VB.Net Development.. could someone please give me an idea as to what type of questions can one ask (it's a practical test) and what sort of things I should be prepared for? It's going to be on VB.Net and connectivity with SQL Server perhaps.. any help would be appreciated. Thank you Rick
0
4107
by: softwareengineer2006 | last post by:
All Interview Questions And Answers 10000 Interview Questions And Answers(C,C++,JAVA,DOTNET,Oracle,SAP) I have listed over 10000 interview questions asked in interview/placement test papers for all companies between year 2000-2005 in my website http://www.geocities.com/allinterviewquestion/ So please have a look and make use of it.
0
32135
by: Jobs | last post by:
All answers to the below interview questions are at http://www.geocities.com/dotnetinterviews/ or you can download the complete answer zip file from http://www.questpond.com/ProjectManagementInterviewQuestions.zip What is project management?
0
6171
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of attending interviews. If you own a company best way to judge if the candidate is worth of it. http://www.questpond.com/InterviewRatingSheet.zip 2000 Interview questions of .NET , JAVA and SQL Server Interview questions (worth downloading it)
2
6971
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of attending interviews. If you own a company best way to judge if the candidate is worth of it. http://www.questpond.com/InterviewRatingSheet.zip
2
7229
by: freepdfforjobs | last post by:
Full eBook with 4000 C#, JAVA,.NET and SQL Server Interview questions http://www.questpond.com/SampleInterviewQuestionBook.zip Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of attending interviews. If you own a company best way to judge if the candidate is worth of it. http://www.questpond.com/InterviewRatingSheet.zip
22
4313
by: Nicholls.Mark | last post by:
I want to set some simple coding tests for an interview....Joel recommends (for C programmers).... 1. Reverse a string in place 2. Reverse a linked list 3. Count all the bits that are on in a byte 4. Binary search 5. Find the longest run in a string 6. atoi 7. itoa
0
9550
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10248
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10032
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7573
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5469
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5597
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2942
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.