DEV Community

Sarah Katz
Sarah Katz

Posted on • Originally published at sarahlkatz.com on

Dealing With Rejection: How I Bounce Back

I recently applied for a job that I was fairly excited about. I made it through the full interview process, even coming out of the onsite feeling decently good, but was not extended an offer (in the interest of full disclosure, I was connected with someone else in the company to see if we could find a fit for me on a different team).

So ... rejection.

Everyone experiences rejection at some point in their career. I was fortunate in my first developer job search in that I never received a rejection after an onsite interview, but in this second round of job searching, I've gotten quite a few rejections (mostly either before I speak to anyone or after the initial phone screen, but a number of jobs have gone further along in the process (including a few onsite interviews) before deciding that I wasn't the right match). Being rejected hurts, especially when you've invested a lot of time and energy in the application and interview process.

The hardest, but also most important, thing to do after a rejection is to pick yourself back up and keep going. For me, that's not really a one-step process. Here are some of the steps I go through to bounce back after a rejection:

  • Acceptance - After an interview (and sometimes before the interview), I have a tendency to get ahead of myself and imagine myself working for the company. After a rejection, I take a few moments to internalize the rejection and come to terms with the fact that my visions of myself working for this company are not going to be coming true right now.

  • Wallowing - I usually only do this after an onsite interview, but if I was very invested in the company and wanted the job, I like to take some time to let myself feel bad about it. It's okay to be upset that you didn't get the job, especially if it's something you really wanted. Last time I got rejected after an onsite interview, I stress baked brownies (they were delicious). It's hard to be positive all the time, and it's okay to take some time to feel bad for yourself - just don't let this period last for too long.

  • Contemplation - Once I've accepted the result and taken some time to feel bad about it, I try to focus on the future - and the first part of that is contemplating the interview and figuring out what went wrong and what I could have done better. Sometimes I'm really not sure. Other times it's a bit more obvious. Here are some examples:

    • I had an interview once where I was asked to architect a version of Instagram. I was asked everything from what technologies I'd use to specific SQL queries. At that point I hadn't worked directly with SQL in a while, and it turns out I forgot a lot of things, like how to sort queries or only query for a certain date. I was pretty sure I knew a decent amount of why I bombed that interview.
    • At a recent interview, I was asked to code something, and while I considered building a utility function that could help me, I ultimately decided not to use the utility function and to do things in a less elegant way (I actually built the utility function and then deleted it because I thought I could get the code to work without it). While I don't know if this contributed to my rejection, it did make me realize that I sometimes second guess my decisions when I shouldn't.
  • Finding Fixes - Sometimes, you just have no idea what you could have done better, so there's nothing to "fix." But for situations where you have an idea of where you could have done better (or if the company gave you some specific feedback), take some time to fill in that gap so that you're better prepared when this situation arises again. Here are some examples of that:

    • After the interview where I realized that I just don't remember SQL at all, I decided to refresh my SQL knowledge by going over the SQL workshop we did while I was in my coding bootcamp. After finishing that, I still wasn't confident in my skills, so I did Codecademy's Learn SQL course to further refresh my memory.
    • When approaching a code challenge, I try to write out my general steps in pseudocode, but I don't really write the specifics. I realized after this recent interview that after I think out the steps, it would help me to write the specific approach I want to use for each step in the pseudocode, so that when it comes time to code, all I have to do is remember the exact syntax I need. If I have the specific approach written out, I'll know before starting to code what "extras" I might need and can make the decision, and hopefully then I won't second guess my decisions once I start writing code.
  • Be A Better Candidate - I don't always know why I was rejected for a position or what I could have done better. But I do know that there is always room for improvement, and I can always do something to make me a better developer and a better candidate for jobs in the future. My first step towards this was to start working on smaller, more manageable personal projects that I can actually show companies instead of spending a lot of time slowly chipping away at a big project that is nowhere near being ready to show. I'm also thinking about possibly either starting to learn a little python (I've been looking at local "Intro to Python" and "Python 101" classes) or possibly mixing my graphic design background with my dev career by taking a UX design class. I definitely want to pick up some new skills, and being rejected from a job is always a reminder to me that now is the right time to start (or continue) learning.

Rejection is tough. It's okay to be upset about it, and it's okay to take some time to get over it. But the most important part of handling rejection is to make it less likely to happen next time - figure out if there was anything you could have done better, and improve for next time. Make yourself a better candidate for the next interview. It's tough to deal with rejection, especially if it's a job you really wanted, but you have to believe that there is something else out there for you, and it's important to be ready for that next opportunity when it comes. A rejection may be the end of the road with one company, but it's also an opportunity to strengthen yourself as a candidate and hopefully be even better prepared when you meet your next great company.

Top comments (0)