Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 12, 2020 04:17 pm GMT

let's face it, we have a broken technical interview process in our industry

Originally published at deepu.tech.

Please follow me on Twitter for updates and let me know what can be improved in the post.

This topic has been discussed and debated for a long time and there have been countless articles written about it and even websites dedicated to it. But still, the problem remains.

I wanted to write about these for a while but was procrastinating on it. Today I decided to finally pick it up after seeing the below tweet

Broken process

So I guess you got an idea of what I'm talking about. Yes, the technical interview process in the IT industry is broken. It is biased, it's based on old mentality of how a software developer has to be and based on unrealistic expectations. I guess we are all partly to blame as we didn't push back against this enough. Below are the most common practices during a technical interview these days

Whiteboarding

Solving a problem on a whiteboard including writing pseudoscope or real code on a whiteboard or drawing process/technical diagrams.
Most of the IT companies, including most of the big names out there follow this outdated process when evaluating someone's technical credibility.

Live coding

Coding on the spot while someone watches over you or via a remote session when someone monitors what you do. Most of the times these assignments are asked to be done in an IDE or environment that you are not familiar with.

Coding challenges

Solving coding challenges on a platform like HackerRank or Codility. This normally requires you to complete some short coding problems within a given time and most of these platforms can track your step by step input and mostly will have automated tests that may not be visible to you. These often require you to work in environments that are not familiar to you. Coding challenges are not great as it can also cause anxiety and doesn't have a lot of scopes to ask questions or to understand problems at hand but at least they are not as bad as whiteboarding and live coding as you still have the ability to do this at your convenience and use external resources to look up.

Take home assignment

You are given a small application or a problem to be solved at your own convenience, often with a max time limit. You might have back and forths with the company and you might have to explain your solution in an interview. While take-home assignments are better then other options in this list it still is time-intensive and if you are applying to multiple jobs that require this then you will be spending a lot of time doing assignments.

Why is Whiteboarding & Live coding bad

While coding challenges and take-home assignments are not particularly great they are not as bad and biased as whiteboarding and live coding. These require you to work in an unfamiliar environment without resources like an IDE or code editor. And most importantly you don't have the best tools in a developers toolbelt, Google and Stack overflow :)

How many of us can honestly say that we can perform our best without our favorite IDE, tools, and Google. Like it or not this is the fact so why should a technical interview be any different.

Give your future employees the same comfort and tools that your current employees have access to when interviewing them as well. The results could be amazing.

Anxiety & pressure

These methods are designed to cause anxiety and pressure. Most people will not be comfortable to perform complex tasks in front of strangers who are evaluating your every move. Of course, there will be few who can ace these but what about the remaining? being able to perform under pressure is not a quality of a great programmer. You are not working as a hacker for an intelligence agency (Remember the popular NSFW scene from the movie Swordfish?).

You are not Hugh Jackman from Swordfish or a hacker working for an intelligence agency

Most of us never work under such pressure and performance anxiety in real life (I'm only talking about the case of someone watching over your shoulder and judging you) you might be under unrelated anxiety and pressure and those are the times we won't be able to do our work properly and we might take sick days and stuff, so what is the point of expecting someone to perform these tasks under pressure for a job.

I generally do well in interviews and don't have any issues solving coding challenges and stuff, once during a tech interview for a Developer Advocate position for a well-known company, the interviewer suddenly asked me to fix a factorial code snippet on the spot over zoom call without ever hinting beforehand that this will be part of the process. I have solved factorials a thousand times, hell I use them as examples for recursion all the time but still, I completely froze and my brain just shut down, I couldn't even read the four lines of code and make any sense of it as my brain was just frozen and I was feeling so much anxiety and I started behaving like a 1st grader and was blurting nonsense for the next few minutes. The anxiety was so unbearable that I asked them to end the interview. I would have never accepted the interview if I had known that this was part of it as I don't think putting myself through such pressure is not worth the job.

Imposter syndrome

Imposter syndrome is very common in the software industry and people who struggle with it are the worst hit from these outdated hiring practices. Having to do whiteboarding or live coding will only make the situation worse and if you happen to fail in those then it will make things even worse. You will lose confidence and will start to believe that you are not good enough. Often times this goes hand in hand with the above points about anxiety.

Bias

A recent research from North Carolina State University (NCSU) and Microsoft suggests that whiteboard interviews favor men over women psychologically and are 'anti-women psychological stress examinations'. These interview process test for stage fright rather than coding competency. Apparently these processes resemble 'Trier Social Stress Test' a gold standard procedure used by psychologists to induce stress. So the process is not just biased toward women, but also biased towards people susceptible to social or performance anxiety, imposter syndrome, and so on.

Conclusion

In the beginning, I said we are partly to blame, why? because in most companies, still doing these interview techniques, it's not something mandated by the company management or some standards, its mostly people who are in charge of hiring (hiring managers, developers, team leads) who decides the process. so if you are in a position to influence hiring practice and didn't try to change this then you are part of the problem as well. So what can we do to change this?

  • Talk to hiring managers and people in charge of hiring in your company, explain to them issues of whiteboarding and live coding interviews, pressure them to change the process. If you are team lead make sure your hiring process doesn't have these
  • Turn down interviews that have whiteboarding or live coding in their process and explain to them why you turned it down. I have done this numerous times in the past. Of course, this may not be practical if you are desperate for a job, in that case, ask them if they are willing to do something like a coding challenge or take-home assignment instead and explain why you are asking for that. If they still insist provide honest feedback on how it felt after the final hiring decision is made
  • If you are in some position of power or influence in your company please voice out against these practices

A company that treats an interviewee well is a company that will treat its employees better.

Resources

If you like this article, please leave a like. I would love to hear your thoughts and experiences in the comment.

You can follow me on Twitter and LinkedIn.

Cover image credit: Photo by Scott Graham on Unsplash


Original Link: https://dev.to/deepu105/let-s-face-it-we-have-a-broken-technical-interview-process-in-our-industry-56j2

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To