Code snippets in interview

Posted by Maddy on Stack Overflow See other posts from Stack Overflow or by Maddy
Published on 2011-01-10T08:44:12Z Indexed on 2011/01/10 8:53 UTC
Read the original article Hit count: 257

Filed under:
|

Hi All,

Recently I went to an interview for a C development position. Instead of asking me questions, they just gave me 20 code snippets to find out two logical errors on each one. I just couldn't complete all of the 20 since it took me time to go through each of these code snippets.

My question is: Is this the right way to judge a candidate? If yes, how can I improve over my error detection skills so that I don't need to waste a lot of time in the next interview? If possible, please, suggest me some links where I could find lots of samples of such questions (mainly in C).

Thanks and regards, Maddy

© Stack Overflow or respective owner

Code snippets in interview

Posted by Maddy on Programmers See other posts from Programmers or by Maddy
Published on 2011-01-10T08:44:12Z Indexed on 2011/01/10 15:59 UTC
Read the original article Hit count: 257

Filed under:
|

Hi All,

Recently I went to an interview for a C development position. Instead of asking me questions, they just gave me 20 code snippets to find out two logical errors on each one. I just couldn't complete all of the 20 since it took me time to go through each of these code snippets.

My question is: Is this the right way to judge a candidate? If yes, how can I improve over my error detection skills so that I don't need to waste a lot of time in the next interview? If possible, please, suggest me some links where I could find lots of samples of such questions (mainly in C).

Thanks and regards, Maddy

© Programmers or respective owner

Related posts about c

    Related posts about interview-questions