Whenever someone decides to hire someone, all of their criteria are heavily biased towards what kind of skills the candidates posses. I wonder if someone can come up with a reasonably accurate way to determine how well or easily can a candidate acquire particular skills. I realize this line of thought might not be popular for most startups who would want someone to get going as soon as they start. But if you're havin…
Triplebyte Engineer Genome Project
21–30 of 40 posts
Re: Triplebyte Engineer Genome Project
#22Whenever someone decides to hire someone, all of their criteria are heavily biased towards what kind of skills the candidates posses. I wonder if someone can come up with a reasonably accurate way to determine how well or easily can a candidate acquire particular skills. I realize this line of thought might not be popular for most startups who would want someone to get going as soon as they start. But if you're havin…
This is something we're able to do too by encouraging people to reapply and tracking how much they've improved between technical interviews. It makes sense for companies to do this too but they don't, mostly because it's never any single person's area of focus.
Re: Triplebyte Engineer Genome Project
#23Earlier quoted context omitted.
This is something we're able to do too by encouraging people to reapply and tracking how much they've improved between technical interviews. It makes sense for companies to do this too but they don't, mostly because it's never any single person's area of focus.
If people reapply wouldn't they know the interview already? Seems to me TB is obsessed with UDP and thinks it is 70% of what engineering is all about.
Re: Triplebyte Engineer Genome Project
#24Re: Triplebyte Engineer Genome Project
#25Whenever someone decides to hire someone, all of their criteria are heavily biased towards what kind of skills the candidates posses. I wonder if someone can come up with a reasonably accurate way to determine how well or easily can a candidate acquire particular skills. I realize this line of thought might not be popular for most startups who would want someone to get going as soon as they start. But if you're havin…
This is something we're able to do too by encouraging people to reapply and tracking how much they've improved between technical interviews. It makes sense for companies to do this too but they don't, mostly because it's never any single person's area of focus.
More specifically, has any company ever been content with the delta in experience/knowledge a candidate might have gained between interviews, enough to hire them? This as opposed to continuing to evaluate the candidate against an absolute benchmark.
Because if not, then this sort of evaluation doesn't really help, does it?
Re: Triplebyte Engineer Genome Project
#26Re: Triplebyte Engineer Genome Project
#27Earlier quoted context omitted.
I assume the (very broad) criteria listed on the blog are supersets of very specific sub critera. Maybe if you could elaborate on what exactly those sub critera are, it would make things clear.
We have specific guidelines / process that we use to measure each. For example, professional coding is a focus on writing clean code, that is well designed on the micro level (good names, good modularity on the function / class level), and good testing. We measure this using a rubric as we watch each engineer code. Low-level understanding is knowledge of how computers work, under the hood (bits, bytes, character enco…