P
pete
Joona said:Which gotcha where?
The indentation where there should not be any.
Joona said:Which gotcha where?
Malcolm wrote:
Why? It's obvious what he's doing, so you can out-psych him easily. "If
Dennis Ritchie scores a 10, then I have to rank at 1, since I think Dennis
Ritchie is easily ten times as knowledgeable about C as I am. On the other
hand, I do know what C is. Now, let's get on with the test and find out how
good /you/ think I am."
Losing strategy, IMHO. See Luke 14, vv 7-11.
Personally, in my job hunting days, I walked out on an interviewer that
presumed to give me a test. I find the practice insulting.
hello everyone,
Iam vasant from India..
I have a test+interview on C /C++ in the coming month so plz help me
by giving some resources of FAQS, interview questions, tracky
questions, multiple choice questions.etc..
I'll be indebted to everyone..
Thanks in advance..
regards
vasant shetty
Bangalore
India
This is a bit unfair. For instance I could argue for a 9 since I use C all
the time and I hardly ever encounter problems that are due to my failure to
understand the language. On the other hand I'm not one of those people who
reads the standard for recreation, so I could be tripped up by trick
questions designed to test familiarity with little-used sections of the
standard.
I guess I understand you wanting to gauge what they REALLY know (we seem to
have a lot of "know-it-alls" in this field who don't. Why is that?).
Why? It's obvious what he's doing, so you can out-psych him easily. "If
Dennis Ritchie scores a 10, then I have to rank at 1, since I think Dennis
Ritchie is easily ten times as knowledgeable about C as I am. On the other
hand, I do know what C is. Now, let's get on with the test and find out how
good /you/ think I am."
The indentation where there should not be any.
#include <stdio.h>
#define prjntf printf
#define majn main
typedef int jnt;
typedef void vojd;
jnt majn( vojd )
{
jnt j;
for ( j = 42; j; j-- )
prjntf("%d ", j);
return j;
}
))))
Richard Heathfield said:Why? It's obvious what he's doing, so you can out-psych him easily. "If
Dennis Ritchie scores a 10, then I have to rank at 1, since I think Dennis
Ritchie is easily ten times as knowledgeable about C as I am.
On the other
hand, I do know what C is. Now, let's get on with the test and find out how
good /you/ think I am."
In India, even if RJH says 1 out of 10, they won't select. AFAIK, all
are expected to grade 7/10
But if the person really had trouble distinguishing between i and j,
the code wouldn't even get past preprocessing, as C doesn't understand
the "#jnclude" or "#defjne" directives. Let alone know of a "stdjo.h"
header file.
I only wish all candidates who objected to being tested would do this -- I hate
wasting my time with the likes of people like you.
Kevin said:As an occasional interviewer, I find I have to give a test. The first
question asks the applicant to rate their knowledge of C from 1 to 10,
where 1 is "What's C?" and 10 is "I'm Dennis Ritchie". I use this to set
my expectation of the results from the rest of the test.
Personally, in my job hunting days, I walked out on an interviewer
that presumed to give me a test. I find the practice insulting.
Randy Howard said:India has a recognized system about rating oneself against Dennis Ritchie?
That's very interesting. Tell us more.
Sorry I don't mean it actually. I meant grading 1-10 stuff. I'd
thought that this grading system is only in India, but it seems
throughout the world people used to it!!...
Personally I'm against to our Indian system of interviewing. They ask
only the frequently asked interview questions---from certain interview
kind of books like "how to interview a programer" or so. It is very
unfortunate that the interviewer expects the person to answer specific
answer. Because of this system, even a person who knows little about C
can easily get into a nice job ('cos the questions are FAQ). Most of
the times, this sort of interviews failed to recognize the real
intellectuals (IMHO).
Because of this system, even a person who knows little about C
can easily get into a nice job ('cos the questions are FAQ). Most of
the times, this sort of interviews failed to recognize the real
intellectuals (IMHO).
What if the reply is "Who?" ?
R. Rajesh Jeba Anbiah said:But, IMHO most of the times, tests have failed to recognize the real
intellectuals.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.