Let's end Timed Coding Challenges, Together

silvestricodes

Jonathan Silvestri

Posted on May 17, 2019

Let's end Timed Coding Challenges, Together

Introduction

Have you ever started an interview process with a company, and had them send you a timed coding challenge as a first round process? Do the questions feel like challenges that the developers of the company would not be faced with on a daily basis? If this has happened to you, and you're feeling frustrated, you're well within your rights to feel that way!

Image of red scantron sheet

Remember These?

Timed Coding Challenges are largely incorrectly implemented. There are a number of factors here that play into this, including:

  • Involving questions without any sort of context as to how it relates to the day-to-day challenges that the company's dev team faces.
  • Stuffing a lot of questions into a time frame that makes it very hard to provide good answers in a stress-free environment.
  • Writing incredibly long user scenarios that are time drains.
  • Not utilizing the results of the timed challenge outside of moving candidates to a next step (more on this later).

Alright Jon, what are you getting at?

I'm writing this in hopes of changing some minds on the right way to use this tool. Personally, I don't think timed challenges (or any long take-home challenge of any kind) should ever be used, but that doesn't make for a very interesting article. Instead, I'll offer some ideas on better implementation of this process and how companies can turn it into a stronger screening tool.

Let's get to the do's and don't's!

Don't: Send arbitrary challenges that your dev team wouldn't encounter in their day-to-day.

Do: Select a challenge that your team has found a solution for, and offer it as a challenge (or something close to it) at this point.

Image of a student with a mechanical pencil taking a test.

You may begin

Examine a challenge your dev team solved that has been in a stable condition for a long time. Perhaps you have some logic around filtering the response of an API. Maybe you have some interesting conditionals and approaches you use to rendering data in different forms. Asking someone to do this as a challenge would be a great way to see how they approach something from their vantage point. It will also make it interesting and easier for whoever is reviewing the code to formulate opinions on the candidate quality!

Contrast this with asking more algorithmically focused question, like doing efficient counts of matching pairs in an array. Does this question fit with the day-to-day mindset and work of your engineers? If it does, then by all means, go for it. Otherwise, it might be harder to get the person reviewing this code engaged in that process and could cause them to reject quality candidates because of an insufficient screening process. Consider both sides of the coin!


Don't: Overload the candidate with many questions because of a perceived large time limit.

Do: Focus on asking quality, engaging questions that can be completed with time to spare!

Close up image of a wrist watch

Tick Tock Tick Tock

I and many of my peers have felt the pain of a 5 question, 90 minute timed exercise where 1 or 2 questions required a significant portion of time to read and think about before attempting an answer. Truth is, there's just no value to be found in having a large question pool given to your candidates. Copy and pasting questions from popular coding practice websites and calling it a day, for example, is very disingenuous and often how these situations arise.

Instead, if you're going the route of a timed interview, why not pare down the question pool to one or two questions, and give a candidate just as much time to complete them as if you had given them five questions? What do you have to lose by doing this? Better yet -- do your current engineers work in an environment where they are rigorously timed like this? If the answer is "no", why are you exposing candidates to an unrealistic environment through which you evaluate them by? This sets people up to fail, rather than giving them every opportunity to succeed.

Consider a simpler warm-up question (this one can be generic and straightforward), followed by a tailored question that we discussed previously. Those 90 minutes you were giving them for 5 questions? Give them the same amount of time here, if you're timing things. That way, you significantly reduce the pressure a candidate feels and you'll be getting work that they've had time to think about, review, and optimize!


Don't: Define every single detail of your question(s) down to the last character.

Do: Get to the point quickly!

Image of many rows of old books on shelves

Stories on stories on stories on...

I won't linger on this one for too long. Your coding challenges do not need a full blown narrative attached to them regardless of what the ask is. One or two sentences of context are fine, and then clearly defined expected outputs with sample inputs capture everything you need.


Don't: Forget all about this coding challenge once you move a candidate to a next step.

Do: Craft a challenge that can be iterated on so you can continue to use it throughout any further technical assessments in your interview process.

Image of a group of people sitting together working on their laptops.

Collaboration is awesome!

I can say with certainty that the majority of timed coding challenges I have completed have been discarded once I move to the next stage in that process. Outside of off-hand references to the challenge, it simply would not feature in any way, shape, or form.

I am often left asking myself why any company would make candidates invest that much time in a challenge, only for it to be ignored as that candidates progresses through the process. Wouldn't it be easier to craft a challenge that a candidate could carry with them the whole way through? Think of the benefits!

  • You can structure your entire technical assessment of a candidate around how they built something from scratch with just a few guidelines and some assets. Simplification for a low cost.
  • You get a really in-depth look into a candidate's problem-solving process through a focused, well-defined challenge.
  • Your candidates get the benefit of learning what it's like to collaborate with the existing engineers, and vice versa.
  • You'll be doing candidates a solid by helping them to practice and refine their problem solving processes in different settings!

Conclusion

Hopefully this article gave you some ideas if you are able to influence the interview process at your company. Think a bit about what resources you have, what realistic challenges you can present to your candidates, and everything you want to learn about someone (and everything you want someone to learn about you!) before sending that timed challenge. You only stand to gain a better reputation, positive feedback, and higher-quality candidates by refining your process!

💖 💪 🙅 🚩
silvestricodes
Jonathan Silvestri

Posted on May 17, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related