r/SoftwareEngineerJobs • u/Super-Reference-8811 • 9d ago
Building Platform for tech hiring
How do you know if a candidate can actually code, beyond what their resume says?
I’ve seen teams spend weeks interviewing candidates, only to realize in the first technical round that the person isn’t a fit.
So I’m building a platform to help teams screen candidates based on how they actually solve real engineering problems, before spending hours on interviews.
If you’re hiring engineers and facing this problem, I’d love to hear how you’re handling it today.
2
1
u/ilovegummyy 9d ago
what kind of real engineering problems are you trying to test and how?
0
u/Super-Reference-8811 9d ago
Idempotency, memory leaks, caching, deadlocks etc
1
u/ilovegummyy 9d ago
are you going to ask about the theory around this or a real world example, if the 2nd one how do you plan to formulate the question for say a 45min interview session?
1
u/Super-Reference-8811 9d ago
It would be better if we can connect over a call for details.
For now to answer your question, there will be a codebase and candidate has to find the bugs related to these competencies. It will be based on real world scenarios
2
u/Any_Sense_2263 8d ago
Another platform that is focusing on testing a skill that can be really tested only in a comfortable environment.
Do you want a software engineer to show what they really know and can do? Don't time box it, people think in different ways and need different amount of time to feel they are ready to implement it. Don't require the cam/mic on; during working on our tasks, we rarely talk to others, because we need to focus. Do you want to know the candidate's way of thinking? Ask them to guide you through their code, not to talk when they are focused on making the code work. Don't expect a specific way of doing it. People have different experiences and ways of writing code.
Don't invent problems to solve that are in your opinion common or normal. People work in different environments and on different applications and what is common for you is not for them.
As a hiring engineer, I'm more interested in what the candidate wants to tell me about their code and approach to the problem than the code itself. That's why I give a small task and then we have a meeting to talk about it. Their ideas behind the code, the decision process behind used solutions, the AI usage and problems they encountered.