Ask HN: How to respond to “whats the biggest technical challenge you've solved?”
I'm curious how people respond to this question, especially front end developers. I've been interviewing and struggling with answers for this. It's not that I have never had challenges but many of them have been very craft centric such as "this has to look and feel smooth on many different devices." And a lot of time the challenge is "this needs to be done quickly by this date" or "we don't have any tests so can you figure out how this API should work, document that and add test coverage."
I tried asking myself how would my colleagues answer this question about their work and I also can't answer so I don't think it's just a matter of me not taking on challenging work.
I think I just lack any context or framework for what would make a good answer.
1 comment
[ 4.3 ms ] story [ 15.2 ms ] thread- did candidate ask others for help, or stayed quiet (team player)
- did candidate finish the task even if was demotivating (self-motivation)
- how did candidate deal with stress, e.g. a deadline or pressure from management
- how deep did the debugging go. Surprising number of engineers don't know how to create smaller test cases, don't know how to do stack traces or run debuggers (I'm also bad that this).
- did candidate strive for an elegant solution, e.g. add test or documentation so it never happens again, or got it done and moved to the next task immediately (creating a stable infrastructure)
- my personal bonus is: if problem could be solved by just spending money (e.g. upgrade hardware, get consultant in, buy book, travel to another office to talk to a person who build it) was this considered? Spending some (company) money can be a fast-track compared to optimising software.
What the technical challenge was doesn't matter.