Writing good interview feedback

Hiring for Tech
December 14, 2020

A notebook with a pen and some writing on the page.

Written interview feedback is crucial for the hiring process. Photo by Aaron Burden on Unsplash

I already talked about what to do before interviewing a candidate, but what about after the interview? Whether you’re part of a large company or a small startup, writing down your post-interview feedback is a crucial part of the hiring process. But why do we write feedback, and how can you write the most effective feedback?

How feedback fits into the hiring pipeline

Unless you’re a founder looking for a co-founder or a first employee, you have multiple employees interview one candidate. Typically, each engineer will assess a different part of the candidate’s skill set, whether that be different parts of a single project or different areas like algorithms and system design.

First and foremost, an interviewer’s feedback allows others to understand how the candidate did throughout the entire interview. Since each interviewer only assessed the candidate for a limited time, the feedback is what consolidates the different assessments into a full picture of the candidate. This is, of course, useful when making the hire/no-hire decision. But, even when going from a phone screen to an onsite, seeing the feedback from the phone screen can help the onsite interviewers understand what they should focus on.

(As a side note: while the feedback can be useful between interview rounds, feedback should not be used to bias interviewers within the same round of interviews. For that reason, the feedback can be recorded promptly, but should only be shared when the group comes together to make a decision from that round.)

Feedback is also an immutable record of what happened in the interview. This comes in handy not only when other stakeholders in the hiring pipeline, like a hiring committee, makes decisions on a candidate, but also to remind you of the interview if you’re involved in later discussions. This information is also important for compliance purposes, to minimize bias in the process.

What goes into good feedback

When writing your feedback, keep the above goals in mind. Some tips to help you:

Sample feedback

Your company may have a template for you to follow, but generally, good feedback will look like the following (assuming the URL shortener problem):

System design interview - URL shortener. I gave this problem because the candidate has experience with distributed databases. The candidate clarified requirements, such as what the expected size of a short URL should be, and whether the application would be read or write-focused.

The candidate started with a simple one database node solution using a key-value database backing the application. This solution used a lock in the database to avoid conflicts. When I asked about horizontal scaling of the database, the candidate first considered a centralized ID generator, but with some prodding, was able to come up with a partition key embedded in the ID.

This allowed the solution to scale across geographies, when I brought this up. The candidate also clarified the need for strong consistency at this point, which we decided was not needed.

Overall: the candidate is able to think through complex systems, clarifying requirements early and considering the trade-offs of different solutions. Given their experience, I would have expected them to already have considered horizontal scaling, but they were also able to come up with a solution to that problem with some thought. Recommended hire.

This feedback records the main points, provides an assessment and finally gives a clear recommendation.

Providing feedback to the candidate

This is probably the most controversial piece of the puzzle, one that warrants its own article. But to keep the discussion short, if you are going to provide feedback directly to the candidate, the written feedback used internally is a useful starting point for responding to the candidate. While the written feedback is meant to to be used internally, it’s still useful to have a record of what happened in the interview and why no-hire recommendations were made.


The post-interview feedback process is one that doesn’t affect the candidate’s interviewing experience, but is still crucial to the hiring process. While not a complete solution, writing an objective record of the interview process along with justified recommendations for the candidate mean the difference between making a well-informed decision and going with a gut feeling.

interviewers