Fork me on GitHub
#jobs-discuss
<
2023-05-31
>
seancorfield05:05:18

Since I find myself, once again, asked about what I think about the tech interview/hiring process, I'm just going to drop this response here (again!): I've been a hiring manager for over twenty-five years and when I hear stories of the sort of interviews people go through in the tech world, I'm amazed... I'm horrified... I am not at all surprised companies end up hiring people who can't do the job! Look at how developers work: sure, we code, but it's only a part of how we work -- we communicate, we work in teams, we think about problems, we negotiate on solutions, we consider trade-offs, we imagine test scenarios and performance/scalability scenarios... and, yeah, we code too. And when we do all of that, we have time allocated, we have the Internet, we can do research and have our "hammock time" and we can bounce ideas off peers online (and colleagues at work, around the watercooler). Then look at the typical interview process most companies inflict on candidates: it doesn't look anything like how developers actually work! There are often "whiteboard coding" sessions, or "write code" on paper or on a computer, or full-on "tech trivia" quizzes -- and it's all under pressure and time constraints that are completely unrealistic. We all know that people can "cram" for exams at school and pass, without actually being any good at their subjects -- and there are books and courses on https://www.bing.com/search?q=how+to+crack+the+coding+interview and talk of LeetCode. It's awful! It has zero to do with a developer's actual ability to work in your team, solving your company's problems. So I don't do any of that. I have a conversation with candidates guided by prompts in a mind map I created years ago: tell me about your favorite/least favorite project; tell me about some greenfield projects you've worked on and some maintenance projects; talk to me about how you keep your skills up-to-date; how did you end up working in Language X / Tech Stack Y, and what do you like/dislike about it? Open-ended questions that get candidates talking about their experience and what excites them (or depresses them) about software development! We have to remember that candidates are people and they'll be working with your people, collaborating and communicating, and solving problems together. The bare bones tech stuff: you can teach anyone that -- you can grow and mentor anyone into a solid tech contributor, as long as they can communicate, work with people, and can solve (business) problems. And I have never had to fire anyone for not being able to do their job technically in over 25 years. (my interview mind map is a Pinned item in this channel and I'm happy to share the PDF directly with anyone and talk about this process in more depth... and, yes, this has been my "hobby horse" for many, many years!)

☝️ 39
17
💯 52
📝 14
2
💜 10
2
Robert Todea05:05:19

@U04V70XH6, what do you think about homework / mini-project to work on over 1-2 week(s)?

seancorfield05:05:15

I think they assume that a) the candidate has "spare time" to devote to such a project unpaid and b) the candidate has a work-capable computer at home with the tech stack you expect them to use -- those are both horribly flawed assumptions and they are very discriminatory.

👀 4
👍 2
4
2
seancorfield05:05:10

Pay them for homework/mini-project work. Provide them with a computer all set up for that. Then I might consider it slightly more fair.

👍 4
Robert Todea05:05:06

It would certainly be nice to get paid for the time you spend. What would you consider a fair rate? For the (b) setting up a code space (Github, GitPod) would be possible. I see a homework better than a live coding session.

seancorfield05:05:29

(the other issue with the at-home project work is that you have zero assurance that the candidate actually did the work themselves and you have zero idea of how much time and effort it took)

seancorfield05:05:23

I am absolutely against it, to be honest. I've never made a candidate do it, I don't believe it works, and I've never had a problem with the way I hire candidates 🙂

💯 12
seancorfield05:05:49

The industry is horribly stuck on this issue. People just don't seem to be able to accept that we're doing it completely wrong.

seancorfield05:05:46

Part of it is that we expect engineers to somehow, magically, be able to "interview people" without any training. But that's just yet another confirmation that we do not value "soft skills".

💯 14
seancorfield05:05:19

Coding is the least valuable thing we do as developers -- but interviews put a huge amount of value on it.

☝️ 2
2
Robert Todea05:05:03

> (the other issue with the at-home project work is that you have zero assurance that the candidate actually did the work themselves and you have zero idea of how much time and effort it took) The follow up discussion can probe into the ownership and quality of the work. Also it is a way to see how they communicate.

seancorfield05:05:23

(BTW, I agree that "homework (is) better than a live coding session" but that is a horribly low bar...)

Robert Todea06:05:26

> The industry is horribly stuck on this issue. People just don't seem to be able to accept that we're doing it completely wrong. Guided discussions are the way to go. > Coding is the least valuable thing we do as developers -- but interviews put a huge amount of value on it. I think this is what outsiders (non-tech stake holders) think we should be doing all day. Making computers behave the way they need to. 😅 It's a shame we as engineers perpetuate this too. 😞

seancorfield06:05:43

We can break the cycle if we're all willing to stand firm on this. It's the hill I will gladly die on -- and I've been fighting this battle at companies for decades!

👍 12
2
💜 4
2
D07:05:20

I don't have such an extensive experience with interviewing developers, but what I have seen is that having conversation about their past experience reveals much more than only asking technical questions.

2
jumar07:05:16

I basically agree with all of this. At the same time, sometimes you need (or should) evaluate candidate's technical ability; and it depends a lot on the context. When you say: > The bare bones tech stuff: you can teach anyone that That's maybe true but it takes time, money, energy and it assumes you have other skilled people at the company that already knew this stuff. Often (at startups, for instance) you need somebody that will help you solve your problems soon after they join the company and that they will establish a solid basis for future work. If we just hire anybody that's nice to talk to and can communicate well we may waste a lot of time until they get the deep technical expertise the company needs. I mean there are jobs that really require deep technical expertise and we should be (somehow) evaluating that too... I agree that coding tests or trivia questions are poor means to achieve that; but (using a DevOps example) if somebody claims they have deep aws expertise and a couple of AWS certificates, they should be able to answer questions like "What kind of resiliency EC2 instance provides?" and if they fail that it's a warning sign (that they either lie about their expertise or it's quite out of date).

marciol14:05:01

I did this job to hire people sometimes and fortunately I had the power to decide how to hire, so I used to value a conversation about topics just to check how the candidate works, how it approaches problems, talking about situations and technical aspects. It's easy to catch people that has or not the required skills. An important think about the context when I did it is that all those companies (actually two) were startups using niche technology, but I understand big co requirements in terms of filtering out the huge amount of CVs they receive when they have opened positions. It's a bit unfortunate that even small companies which are using niche technology have the same approach. I myself am now working in a big co with Java because I was able to hack the system (they didn't have a organized hiring process and I was admitted by a referral), because either way I'd look for other opportunity, because I barely tolerate such BS. (sorry for the last word but it's how I feel)

💯 6
practicalli-johnny21:05:39

I've been working in the software engineering industry commercially since 1997 and I cannot recall any paid job I secured when there was a technical coding test involved, live or take-home. After 25 years and another recent interview with a live coding tech test (faux pairing) it seems I am destined to keep this record until I retire... I guess no-one hiring me ever looks at the 100+ hours of live coding I've done on YouTube... oh the irony laughcry I've always got the job when there was other forms of assessment. Or where we discuss what the business needs and coming to an honest evaluation as to if I would be of any value.

6
hidethepain 6
mattly22:05:47

Thank you Sean – as someone who's found themselves forcibly on the job market it's good to hear this echoed from the hiring manager side of things

lsenjov01:06:46

We've been trying out something for a while: "Here's a problem statement. 1 page a4 max, written description of how you'd solve the problem." The most we've had someone take on it is two hours, generally it's been at most an hour. It honestly gives a much better idea of their skills and comfort than any coding challenge we could give. Also makes the follow up interview far more interesting, much more to dig down into than a toy project. I don't think we'd use it for a junior, but from intermediate+ it seems to be working quite well. (Actually I think Sean may have been the one to mention this way back)

2
Mateusz Mazurczak09:06:55

At the beginning of my career, I always felt that preparing for the interview (exercises, tricky questions) is a waste of time because I could spend that time learning about SD and be better at the actual job than being better at interviews. And the truth is that interview is a both-side equation, the company looks if you are good for them and you look if they are good for you. It's an important commitment and the interview process says a lot about the company. So as a candidate, I always preferred companies that do reasonable interviews, where it's more about talking with each other and where I have room to learn about them too. And good hiring process not only speaks about how the work environment looks right now but also how future teammates will be hired and chosen - and it's a big part of where the company will go and how you are going to feel there. After I had more experience and more options, I just straightforwardly asked before applying about the process and didn't apply if it was not fair on both sides (e.g. pointless coding exercises, long take-home assignments, no possibility to talk with the team before joining, etc.). And always when I had a chance to have an impact on hiring, I preferred to do a ~1h conversation - and it also like for you Sean, never failed me. Now my wife is looking for a first job in programming and it seems that over the years processes have not changed much. She still needs to search for and remember all the "tricky interview questions in language x", do a ton of coding challenges, etc. just to be hired as a web crud developer.

☝️ 12
😓 4
jmglov09:06:47

> I mean there are jobs that really require deep technical expertise and we should be (somehow) evaluating that too... I think that can be evaluated in a conversation far better than it can be in any kind of contrived assignment or set of questions.

💯 6
jmglov10:06:16

I love what has been said in this thread. One thing that I would add is that it is important to include more than one person in the hiring decision, and make the panel as diverse (background, job function, etc) as possible in order to counteract personal biases.

6
Mario Trost13:06:52

@U04V70XH6 great post, well argued! Are you planning on publishing it as a blog post too?

👍 2
seancorfield17:06:57

@ULA8H51LP I probably should craft it into a blog post at some point...

💯 7
RAJKUMAR18:06:11

I remember preliminary rounds of coding test I've to take in hackerrank that involves all pair shortest path problem 😞 nowadays there are bootcamps to train people for preliminary tests which is even crazier

☝️ 2