Skip to content

Instantly share code, notes, and snippets.

@bswck
Last active July 21, 2024 20:05
Show Gist options
  • Save bswck/91959fe1dd78ae053c3b83522f5d3bc7 to your computer and use it in GitHub Desktop.
Save bswck/91959fe1dd78ae053c3b83522f5d3bc7 to your computer and use it in GitHub Desktop.
100% is not enough

Acing a recruitment task? Get ready to be rejected!

I'm done, guys. In April, I sent an application for a Fullstack Python Developer internship at Samsung R&D.
After (allegedly) reviewing my CV, they decided to invite me to a test assessing my technical skills:

invitation to test

Great! I indeed got the e-mail with the invitation link soon after: test link

So I managed to find some time and solved the test the same day, fully focusing for ~90 minutes. Here are the results I got: results with dates Please note that correctness was the only and key factor in the assessment. It was explicitly stated in the test description that nobody was going to review my code. I cannot provide a screen as it's not available to me already, since I completed the assessment.

Happy that I did it, I waited the next 18 days to get hit with this: rejection

Seriously, Samsung? 100% being "not sufficient"?

Can you believe I had to write this e-mail? my reply

-- bswck

@spyoungtech
Copy link

spyoungtech commented May 7, 2024

Take the perspective of the employer. Think about how the test and scoring is implemented and how different candidates might respond. Keep in mind 'correctness test cases' are just one part evaluating your responses. Put that "100%" into context. It's "100% test case correctness" -- a box that consists of probably less than half of everything that is being evaluated. You may pass all test cases, but that's almost certainly not the whole picture here.

It could also just be truly bad process at Samsung, which is just as likely. Maybe they sent you the skills assessment before even actually reading your CV. Maybe you're overqualified for an intern position.

They should do a better job of explaining their process and decision and probably shouldn't even show a results screen like this.

Good luck.

@bswck
Copy link
Author

bswck commented May 8, 2024

'correctness test cases' are just one part evaluating your responses.

Not really. In the description of the test it was stated that only correctness is taken into account. The code wasn't reviewed by anyone manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment