473,651 Members | 2,466 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I need an understanding of what C++ is good for -Thanks

RAY
Hi ,

my boss has asked I sit in on an interview this afternoon and that I create
some interview questions on the person's experience.

What is C++ used for and why would a company benefit from someone who could
use it?

I would like you guys/and gals to give me some good questions & the correct
answers so I can give this person a good review for my boss.

Thank you very much!
-J
Jul 22 '05 #1
29 3004
RAY wrote:
My boss has asked I sit in on an interview this afternoon
and that I create some interview questions on the person's experience.

What is C++ used for
and why would a company benefit from someone who could use it?


This would be a *very* good question to ask your candidate.

May we assume that you are interviewing a C++ programmer?

Personally, I would *never* even ask a candidate
whether they programmed in C++ or not.
Programming is a low level skill
which I would expect the candidate to "pick up"
in the first few weeks on the job.

Assuming that you understand your company's business better than C++,
describe some [simple] problem that your company has
that might be solved by applying computer technology
and ask you candidate to propose a solution using C++
or whatever language/software package
that the candidate deems appropriate.

You should very quickly know whether you should hire this person or not.

Jul 22 '05 #2

"E. Robert Tisdale" <E.************ **@jpl.nasa.gov > wrote in message
news:40******** ****@jpl.nasa.g ov...

Personally, I would *never* even ask a candidate
whether they programmed in C++ or not.
Programming is a low level skill
which I would expect the candidate to "pick up"
in the first few weeks on the job.


Really... you'd expect them to "pick up" C++ in a few weeks.... OK.
Jul 22 '05 #3
RAY wrote:
my boss has asked I sit in on an interview this afternoon and that I create
some interview questions on the person's experience.

What is C++ used for and why would a company benefit from someone who could
use it?


Why would you care if someone you want to hire knows something about C++
if you aren't doing anything with C++? Or are you hiring someone to
write some software and they are proposing to use C++?
Jul 22 '05 #4

"jeffc" <no****@nowhere .com> wrote in message
news:40******** @news1.prserv.n et...

"E. Robert Tisdale" <E.************ **@jpl.nasa.gov > wrote in message
news:40******** ****@jpl.nasa.g ov...

Personally, I would *never* even ask a candidate
whether they programmed in C++ or not.
Programming is a low level skill
which I would expect the candidate to "pick up"
in the first few weeks on the job.


Really... you'd expect them to "pick up" C++ in a few weeks.... OK.


I just can't get over how ridiculous this is. It's like calling the ability
to perform laser surgery a "low level skill" - one that you'd never ask a
doctor about before hiring him. As long as he, like, knows all about body
parts, 'n' stuff.
Jul 22 '05 #5

"jeffc" <no****@nowhere .com> wrote in message
news:40******** @news1.prserv.n et...

"jeffc" <no****@nowhere .com> wrote in message
news:40******** @news1.prserv.n et...

"E. Robert Tisdale" <E.************ **@jpl.nasa.gov > wrote in message
news:40******** ****@jpl.nasa.g ov...

Personally, I would *never* even ask a candidate
whether they programmed in C++ or not.
Programming is a low level skill
which I would expect the candidate to "pick up"
in the first few weeks on the job.
Really... you'd expect them to "pick up" C++ in a few weeks.... OK.


I just can't get over how ridiculous this is. It's like calling the

ability to perform laser surgery a "low level skill" - one that you'd never ask a
doctor about before hiring him. As long as he, like, knows all about body
parts, 'n' stuff.


It's not so ridiculous! I actually tend to agree with Mr. Tisdale on this.
A truly good programmer should be able to pick up a new language rather
easily. Now, given the (at least potential) complexity of C++, I would
hardly expect the person to become a "good C++ programmer" in a few weeks,
but I would certainly expect him/her to be able to modify/maintain existing
code within that timeframe. Being a good programmer, in my book, includes
that ability. Critical thinking, problem solving, design, and being able to
work with the available tools...these are areas that make a good programmer.
(That's why good colleges don't concentrate on teaching a specific language,
but instead teach a broad spectrum of data structures, mathematics,
operating systems, hardware, etc.) If you can program well in Java, but
would have trouble programming in, say C++ or Pascal, then you're not really
a good programmer, you're just an experienced Java programmer.

Regarding your anaology, I'd say that's not accurate. A good surgeon, given
a few weeks training in the use of a laser surgery device, should be able to
do laser surgery. That's a better analogy, I think, and it applies equally
as well to a good programmer being able to use a new tool, such as C++.
-Howard


Jul 22 '05 #6
RAY
Thank you these are all great points from different angles -

So from what I gather, if you are going to put on your resume that you "have
5 years of C++ Beginner 1 experience" I could asset that this canidate
would possibly be able to pickup on/program say XML & Java? The person says
they have 3yrs exper in Intermediate Visual Basic.

Do these two programming languages work hand in hand, might this experience
be stretching the truth and/or are these two vary different and a great
quality that this person can use both?

How do I (as a non-programmer) know if the person's answers are true or if
they are stretching for answers (in the unknown)?

Thanks,
"Howard" <al*****@hotmai l.com> wrote in message
news:c6******** @dispatch.conce ntric.net...

"jeffc" <no****@nowhere .com> wrote in message
news:40******** @news1.prserv.n et...

"jeffc" <no****@nowhere .com> wrote in message
news:40******** @news1.prserv.n et...

"E. Robert Tisdale" <E.************ **@jpl.nasa.gov > wrote in message
news:40******** ****@jpl.nasa.g ov...
>
> Personally, I would *never* even ask a candidate
> whether they programmed in C++ or not.
> Programming is a low level skill
> which I would expect the candidate to "pick up"
> in the first few weeks on the job.

Really... you'd expect them to "pick up" C++ in a few weeks.... OK.
I just can't get over how ridiculous this is. It's like calling the

ability
to perform laser surgery a "low level skill" - one that you'd never ask a doctor about before hiring him. As long as he, like, knows all about body parts, 'n' stuff.


It's not so ridiculous! I actually tend to agree with Mr. Tisdale on

this. A truly good programmer should be able to pick up a new language rather
easily. Now, given the (at least potential) complexity of C++, I would
hardly expect the person to become a "good C++ programmer" in a few weeks,
but I would certainly expect him/her to be able to modify/maintain existing code within that timeframe. Being a good programmer, in my book, includes
that ability. Critical thinking, problem solving, design, and being able to work with the available tools...these are areas that make a good programmer. (That's why good colleges don't concentrate on teaching a specific language, but instead teach a broad spectrum of data structures, mathematics,
operating systems, hardware, etc.) If you can program well in Java, but
would have trouble programming in, say C++ or Pascal, then you're not really a good programmer, you're just an experienced Java programmer.

Regarding your anaology, I'd say that's not accurate. A good surgeon, given a few weeks training in the use of a laser surgery device, should be able to do laser surgery. That's a better analogy, I think, and it applies equally as well to a good programmer being able to use a new tool, such as C++.
-Howard


Jul 22 '05 #7
RAY wrote:
How do I (as a non-programmer) know if the person's answers are true?
Or if they are stretching for answers (in the unknown)?


You don't.
You are a dishonest person so you suspect everyone else.
You don't know anything about C++ so you can't judge.
Stick to topics that you know something about
so that you can judge the candidate --
unless, of course, you have you boss fooled
and don't know anything about the business at all.

The right candidates should be able to tell you
how they can solve your problems.
And if they can convince you of that,
they can easily pick up C++ or whatever [language] is required.
If they can't, it doesn't matter how well they know C++.
They won't be able to help you.

Jul 22 '05 #8

"Howard" <al*****@hotmai l.com> wrote in message
news:c6******** @dispatch.conce ntric.net...

It's not so ridiculous! I actually tend to agree with Mr. Tisdale on this. A truly good programmer should be able to pick up a new language rather
easily. Now, given the (at least potential) complexity of C++, I would
hardly expect the person to become a "good C++ programmer" in a few

weeks...

Exactly, which is why it's ridiculous not to ask about C++ programming.
Jul 22 '05 #9

"Howard" <al*****@hotmai l.com> wrote in message
news:c6******** @dispatch.conce ntric.net...

Regarding your anaology, I'd say that's not accurate. A good surgeon, given a few weeks training in the use of a laser surgery device, should be able to do laser surgery.


If you have a position for a laser surgeon, then it would be even more
ludicrous to hire just any doctor and hope he "picks it up", rather than
hiring an expert with extensive experience. Ridiculous. I can't believe
I'm hearing this.
Jul 22 '05 #10

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

Similar topics

2
3046
by: lawrence | last post by:
I've been bad about documentation so far but I'm going to try to be better. I've mostly worked alone so I'm the only one, so far, who's suffered from my bad habits. But I'd like other programmers to have an easier time understanding what I do. Therefore this weekend I'm going to spend 3 days just writing comments. Before I do it, I thought I'd ask other programmers what information they find useful. Below is a typical class I've...
13
2126
by: Roger B. | last post by:
Hello, I am working on a personal interest project and have been racking my brain on this problem for about 5 hours total now, and tracking through old newsgroup posts but haven't figuried it out yet so heres my question. I want to be able to make a list of all possible combinations (repitiions are allowed) of numbers where X is a arbitrary initeger between something like 0 and 100 and the number of x's is arbitrary as well in this...
41
3941
by: Psykarrd | last post by:
I am trying to declare a string variable as an array of char's. the code looks like this. char name; then when i try to use the variable it dosn't work, however i am not sure you can use it the way i am trying to. Could some one please tell me what i am doing wrong, or another way of doing the same thing. i am trying to use the variable like this.
5
2263
by: el_roachmeister | last post by:
For being a good web programmer, is a course on data structures important? It seems php already has built-in functions for what they teach in a data structures course. On the other hand all universities seem to teach this class. I tried taking one but just found it too boring and irrelevant for what I was doing. What are your thoughts?
19
4087
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate the code that implements managing unbound controls on forms given the superior performance of unbound controls in a client/server environment. I can easily understand a newbie using bound controls or someone with a tight deadline. I guess I need...
0
1681
by: Global Infotech Corporation | last post by:
Hi We have the following two positions open at one of our Client's site in the Silicon Valley, CA area. Our client, apart from being a pioneer in desktop publishing software provider, also makes web publishing products. We are looking for two individuals with thorough understanding of the Quality Engineering process, testing tools and techniques. Please reveiew the positions listed below and let us know which of these you may want to...
8
2381
by: rshivaraman | last post by:
Hi : I have a TableA with around 10 columns with varchar and numeric datatypes It has 500 million records and its size is 999999999 KB. i believe it is kb i got this data after running sp_spaceused on it. The index_size was also pretty big in 6 digits. On looking at the tableA
8
1816
by: boki_pfc | last post by:
Hi Everybody, I am looking for an advice on following: I have that "pleasure" of reading C++ codes that have been written by person(s) that have not attended the same C++ classes that I did or have not read the same C++ books that I have read. This kind of people has written some parts of the code that use notations that I am not familiar with (and that probably also includes also 50 % of other C ++ programmers). While everybody who...
1
3120
by: Tyno Gendo | last post by:
Hi everyone I need to move on a step in my PHP... I know what classes are, both in PHP4 and 5 and I'm aware of "patterns" existing, but what I'm looking for are some real world projects eg. Open Source that people consider to use classes and patterns correctly. I lack a senior person to lead me in this so I feel I'm losing out on only using bare PHP class features and not really knowing how to design
15
1667
by: silverburgh.meryl | last post by:
Hi, I am trying to understand the following line: # a is an integer array max(), (j,i)) Can you please tell me what that means, I think sum(a means find the some from a to a But what is the meaning of the part (j,i)?
0
8349
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8275
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,...
0
8695
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8460
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
7296
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
6157
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
5609
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();...
1
2696
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1906
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.