I'm genuinely concerned I might harm myself further if I attempt more study, but at the same time, I need to fix my compensation trajectory or else I'll be in the same boat later. What do you use to avoid this?
Ask HN: How does one have the mindset to study for coding interviews?
1–10 of 55 posts
Re: Ask HN: How does one have the mindset to study for coding interviews?
#2That covers a lot of patterns you can typically use to solve a problem. Keep practicing and don’t lose heart. Use mock interviews to get valuable feedback. You can do it.
Re: Ask HN: How does one have the mindset to study for coding interviews?
#3Re: Ask HN: How does one have the mindset to study for coding interviews?
#4Solving stupid leet code problems doesn't make you a better engineer. Try putting more effort in learning best engineering practices, read books, blog posts and try to implement them in your current job. Don't over think about compensation. Find a company that has good work life balance instead. Trying for more compensation is fine, but you can do find a much fulfilling job if you try to make yourself better.
If companies use it for hiring screens, it does, indirectly: work experience is the main thing you need to be a better engineer, and the more time you spend working instead of spinning your wheels trying to get hired...
Re: Ask HN: How does one have the mindset to study for coding interviews?
#5Solving stupid leet code problems doesn't make you a better engineer. Try putting more effort in learning best engineering practices, read books, blog posts and try to implement them in your current job. Don't over think about compensation. Find a company that has good work life balance instead. Trying for more compensation is fine, but you can do find a much fulfilling job if you try to make yourself better.
> Solving stupid leet code problems doesn't make you a better engineer. If companies use it for hiring screens, it does, indirectly: work experience is the main thing you need to be a better engineer, and the more time you spend working instead of spinning your wheels trying to get hired...
Re: Ask HN: How does one have the mindset to study for coding interviews?
#6Re: Ask HN: How does one have the mindset to study for coding interviews?
#7Re: Ask HN: How does one have the mindset to study for coding interviews?
#8Just do several interviews in a row to learn what the common questions are. Then memorize those 3 or 4 solutions.
There's been a move this year to fully using the 1 hour coderpad period with a large problem, so you really need to go in with a prepared solution. (Thanks a lot, a(7) interviewers.)
As one of my friends said, "Interviews are a lottery." So do your best, then move on to the next one (see above.) Don't take it personally, just keep improving.
Also, if an interviewer says, "it doesn't matter if it runs or not" or "syntax doesn't matter", assume they're lying and fix it. (Again, thanks a lot, a(7) interviewers.)
Re: Ask HN: How does one have the mindset to study for coding interviews?
#9Re: Ask HN: How does one have the mindset to study for coding interviews?
#10There's a simple hack for non-FAANG job coderpad interviews. Just do several interviews in a row to learn what the common questions are. Then memorize those 3 or 4 solutions. There's been a move this year to fully using the 1 hour coderpad period with a large problem, so you really need to go in with a prepared solution. (Thanks a lot, a(7) interviewers.) As one of my friends said, "Interviews are a lottery." So do y…