How not to hire a software engineer
tonsky.me
How not to hire a software engineer
1–10 of 239 posts
Re: How not to hire a software engineer
#2Why these interview processes act as if candidates are going to be designing graphics engines from scratch for graphics hardware extracted fr om a downed alien spacecraftis beyond me. We just really be testing their ability to sort through a bunch of legacy OOP designed by people who are so board with the project domain that made of bunch of bad abstractions and used every new OOD technique in the books when a handful few procedural functions would have sufficed.
Re: How not to hire a software engineer
#3Re: How not to hire a software engineer
#4We currently ask mainly, let's face it, poor theoretical questions.
I want to ask more experience based questions.
so instead of:
Explain what a database index is
Ask:
Can you give us an example of a time you used a database index? What were you trying to achieve? Could there have been a different solution to reach the same outcome?
If the candidate doesn't have experience with databases that's fine we just ignore this question, at least that's what I would like to do, whether I can sell this is another story.
To be sure if the candidate has no database experience, no cloud experience and no backend development experience then it's probably not going to work out but we can try to be flexible about candidate's experience.
It's easy enough to learn what SOLID means but a lot harder to know when it's a bad idea to use it or when it might be a good idea to compromise.
Re: How not to hire a software engineer
#5Lately I have done a few at home code challenges for companies. They usually take several hours. They are perfectly functional and use minimal code but, the only feedback I receive is: "we're not moving forward". They won't discuss anything with me. The only impression I get is that your company is terrible and I will never respond to your recruiters again.
When I get rejected, the response is usually "You are not a good match to our company culture". What I would appreciate would be "Your lack of experience in managing remote teams is a gap for us."
I feel that quality to the pool of candidates will increase once this feedback loop problem is fixed.
Re: How not to hire a software engineer
#6Re: How not to hire a software engineer
#7I suppose I'll be the first to say that yellow as a background color is a horrible design choice. And it's not even using the background color CSS option alone, it's got some weird tiled single pixel yellow image on top of it! What??
Re: How not to hire a software engineer
#8Re: How not to hire a software engineer
#9Lately I have done a few at home code challenges for companies. They usually take several hours. They are perfectly functional and use minimal code but, the only feedback I receive is: "we're not moving forward". They won't discuss anything with me. The only impression I get is that your company is terrible and I will never respond to your recruiters again.
Re: How not to hire a software engineer
#10What's the ego, arrogance, competence, willingness to ask questions, interrogate things, redefine problems to be less work (or none at all).
Do you see what's not there? Programming language competency. Database knowledge. Things like that.
I've been hired as a Ruby programmer, I didn't know Ruby. I was hired for mainframes in the 90s - I had never seen a mainframe. I was told about 20 years ago to write a program in perl, my boss gave me a perl book with the assignment because I didn't know perl and I did it.
This is not a bad way to go about work. Every codebase is new. Every job has a steep learning curve. Every requirement is a conversation which may only be internal, but has to always happen. Every programmer you work with is someone whose preferences, strengths, styles, and weaknesses you need to have intuition on. People good at those things are what make good programmers.
That's why general competency, ability to learn, not to create a mess and not to waste time on stupid things are the only things I care about. That's really it.
Preexisting technical skills aren't as important as how dynamically you can apply new ones.