Click here to Skip to main content
15,906,097 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Interview Question PinPopular
Stefan_Lang6-Apr-14 21:51
Stefan_Lang6-Apr-14 21:51 
GeneralRe: Interview Question Pin
Rahul VB5-Apr-14 1:43
professionalRahul VB5-Apr-14 1:43 
GeneralRe: Interview Question Pin
CHill605-Apr-14 7:07
mveCHill605-Apr-14 7:07 
GeneralRe: Interview Question Pin
Mike Winiberg6-Apr-14 20:21
professionalMike Winiberg6-Apr-14 20:21 
GeneralRe: Interview Question Pin
Rahul VB6-Apr-14 21:43
professionalRahul VB6-Apr-14 21:43 
GeneralRe: Interview Question Pin
Kirk 103898217-Apr-14 3:45
Kirk 103898217-Apr-14 3:45 
GeneralRe: Interview Question Pin
Rahul VB7-Apr-14 7:03
professionalRahul VB7-Apr-14 7:03 
GeneralRe: Interview Question Pin
Kirk 103898217-Apr-14 7:29
Kirk 103898217-Apr-14 7:29 
Rahul,
Nothing you said should offend me. When I go to the market for fresh fruit, I DO NOT look at EVERY piece of fruit. I do not look at the bad ones. Once I find what I need, I stop. Will I leave BETTER fruit behind? CERTAINLY.

I was giving you the OTHER SIDE of the story, because WHEN (not if, as I wish) I make a bad hiring decision, the cost is QUITE HIGH. It typically takes 60 days to realize it. That is 2 months of WASTED salary + 2 months of WASTED training + 2 months of LOST opportunity. Oh, BTW, my rule of thumb is a new hire costs 6 months, because it takes those 2 months and other peoples time to get them up to speed. So now it will cost me 1yr of someones salary EVERY TIME I am wrong. For that price, I MUST try not to be wrong. I must play the odds...

Now, there are 3 things YOU should do:
1) Change the conversation. If your OVERALL grades < 60%, maybe you have 90% in your major? Push that!
2) Show up with REAL LIFE examples of work. I got my first programming job at 18. My boss took a risk, but I took a low salary and EXCEEDED his expectations. But I also had excellent references, and I brought with me work in 3 different languages on the machines (PDP-11s) he was using.
3) Do Something. Publish Something. Make something useful. Make Flippy Bird II, the flight of the finger... (pun is intended)... Find out what they are doing, and do something related.

At the same time that I use filters, I will interview ANYONE willing to be put through it, if they show enough initiative... Yes, book smarts alone is not good enough.

Just don't hate the process!
When I start hiring, I get ready for the following:
- Idiots who have typos on their resume
- People who call when an ad says Do not call (I use a pseudonym so the calls get blocked)
- About as many Head Hunters as actual prospects will reach out to me (for MONTHS filling the position)
- People who will claim to be self-starters that "need" a team to work on
- People who outright lie about their skills
- People who have certifications that don't know anything useful

But it is not personal. I sort the resumes into piles:
- Experience and Education
- Just Experience (no formal education)
- Just Education (recent graduates, etc)
- No Experience or Education
- No Clue, errors, wrong job, etc

I start calling from the first Pile. The second and third are only used if I see something I like...

Anyways, I wish you luck. And BTW, one of my favorite ANSI C questions was the result of:

{
int x;
int z[5];
3[z] = 19;
x = 2[z+1];
}
// Will it compile/work? What will be the value of x?

Honestly, I would ONLY ask that question if the interviewee said that their 5+ yrs of C made them an expert at the C language...
GeneralRe: Interview Question Pin
Rahul VB7-Apr-14 7:46
professionalRahul VB7-Apr-14 7:46 
GeneralRe: Interview Question Pin
S u n s h i n e5-Apr-14 0:59
S u n s h i n e5-Apr-14 0:59 
GeneralRe: Interview Question PinPopular
User 592415-Apr-14 2:43
User 592415-Apr-14 2:43 
GeneralRe: Interview Question Pin
Rahul VB5-Apr-14 6:56
professionalRahul VB5-Apr-14 6:56 
GeneralRe: Interview Question Pin
PIEBALDconsult5-Apr-14 18:06
mvePIEBALDconsult5-Apr-14 18:06 
GeneralRe: Interview Question Pin
Paulo Zemek6-Apr-14 15:20
Paulo Zemek6-Apr-14 15:20 
GeneralRe: Interview Question Pin
Stefan_Lang6-Apr-14 21:44
Stefan_Lang6-Apr-14 21:44 
GeneralRe: Interview Question Pin
Stefan_Lang6-Apr-14 22:00
Stefan_Lang6-Apr-14 22:00 
GeneralRe: Interview Question Pin
Nelviticus6-Apr-14 22:21
Nelviticus6-Apr-14 22:21 
GeneralRe: Interview Question Pin
Stefan_Lang6-Apr-14 22:42
Stefan_Lang6-Apr-14 22:42 
GeneralRe: Interview Question Pin
irneb7-Apr-14 2:09
irneb7-Apr-14 2:09 
GeneralRe: Interview Question Pin
irneb7-Apr-14 2:55
irneb7-Apr-14 2:55 
GeneralRe: Interview Question Pin
User 48350477-Apr-14 3:43
User 48350477-Apr-14 3:43 
GeneralRe: Interview Question Pin
Tomz_KV7-Apr-14 4:16
Tomz_KV7-Apr-14 4:16 
GeneralRe: Interview Question Pin
Rahul VB8-Apr-14 4:51
professionalRahul VB8-Apr-14 4:51 
GeneralRe: Interview Question Pin
JamesStewarts7-Apr-14 4:38
JamesStewarts7-Apr-14 4:38 
GeneralRe: Interview Question Pin
Ilka Guigova7-Apr-14 5:54
Ilka Guigova7-Apr-14 5:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.