TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What can I learn from dumb feedback on interview rejections?

6 pointsby grlddabout 3 years ago
It&#x27;s pretty hard to get feedback when rejected for a job. But sometimes it happens and in my case at least seems to be very dumb.<p>Some examples:<p>- <i>&quot;your code is correct and it does what we asked, but the way we write code is different&quot;</i><p>- <i>&quot;you have the fundamental skills required for the role and have experience in a smaller company, but you don&#x27;t have experience in a large company&quot;</i><p>- <i>&quot;I don&#x27;t think you would be happy in this role, I see you more of a &lt;random_role&gt; instead&quot;</i><p>I almost never get feedback that I didn&#x27;t have the skills. It&#x27;s always some variant of I have them, but &lt;reason&gt;.<p>Any advice?

6 comments

victorstanciuabout 3 years ago
&gt; Any advice?<p>Introspection. There&#x27;s no way to force the companies to tell you the actual reasons they decided to pass on you, so the only avenue left is for you to think long and hard about what <i>you</i> think those reasons might be.<p>I hope you don&#x27;t mind, but I checked your (short) comment history, and you seem to have a lot of contempt for the companies you&#x27;re interviewing with, both in terms of the products they build and their culture. Maybe some of that seeps out into the interview process and they&#x27;re picking up on it?
评论 #30776963 未加载
nonrandomstringabout 3 years ago
Don&#x27;t take any of it seriously at all. Part of HR process is sometimes to &quot;be seen&quot; to be giving feedback. This isn&#x27;t like college where you&#x27;re being marked on your presentation.<p>In reality someone gets tasked with the job of basically making stuff up, or sending out stock replies with the same words to everyone. If you were to take it to heart and try to change you&#x27;d become a perpetually unhappy and frustrated &quot;pleaser&quot;.<p>I&#x27;ve interviewed many dozens of people and all one can really say is you know why you picked the <i>one who was right</i>. Rejection feedback is awkward for everyone, which is why so many firms just ghost you after the meeting.<p>I also think the sibling comment is very wise. Don&#x27;t apply to companies whose values you disagree with. A successful interview should not be a deceptive <i>act</i> to break-in behind enemy lines, it should be like two lovers meeting for the first time. :)
brudgersabout 3 years ago
<i>your code is correct and it does what we asked, but the way we write code is different</i><p>My take is that your code doesn&#x27;t account for time, space, or IO. It will solve trivial examples, but doesn&#x27;t consider what needs to happen when the data gets to an interesting size.<p>There&#x27;s the Kaggle trap where the problems can be solved at the formal level with advanced Fizzbuzz. But the engineering issues are when the data is too big to fit in memory.<p>This is also how I take the the second example.<p>Good luck.
Rouninabout 3 years ago
#1 can perhaps be taken at face value. People do write code differently, and many people don&#x27;t want to even touch code written in a different style. Learning how to write code in someone else&#x27;s style can be interesting and rewarding in the right context, but working with someone who insists on having everything done according to their preferences very often isn&#x27;t, so your mileage may vary here.<p>#2 is a well-known problem that a vast number of people have run into - You have to have a job to get a job. The best advice I can give here is that getting a job through someone you know tends to be the most effective way, having an online CV and having them call you sometimes works, and actually applying to jobs is usually a dead end, but not always.<p>#3 might mean that they would like you to do that job instead of the job you originally wanted, but they phrase it as something that would be in your interest, since that&#x27;s what they learned to do in middle manager school. If the other job is more interesting and pays more, then fine, but what are the odds of that?
throwaway4233about 3 years ago
Based on the comments you have shared and the limited context I have, I believe that they understand that you are comfortable with the language and can build feature X if it is what is asked of you. However based on the `large company` emphasis in one of the comments, it could be because they expected your code to be maintainable, extendable or because it might be even lacking tests. In case the code you showcase meets the above given the time constraints you have, then move onto your next interview and do not worry about it. There a lot of factors involving interviews that do not relate at all to you and you should try not to be bothered by advice(white lie) that does not provide any value.
yakakabout 3 years ago
It sounds quite possible that you have a lot of experience and if you have a better way to do some things it may cause them to have to change or threaten their authority..<p>You could try pre-investigating companies with very different methodology and let yourself make mistakes because you genuinely don&#x27;t know their methodology.