this post was submitted on 04 May 2024
113 points (99.1% liked)

Asklemmy

42525 readers
1055 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Seriously, been working as a software developer for 9 years now and never passed a single coding test.

The jobs I got were always the ones giving me weekend projects or just no coding test at all.

I have a job opportunity that looks exciting but they sent me this coding test link and I know I'm gonna fail for sure. Any tips aside from the obvious (practicing in advance on leetcode etc)?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 50 points 2 months ago (2 children)

Better still they had actually taken it and put in into production in place of the code that CTO had written, and which was the basis of the “correct” solution.

The test was just a set-up for free work.

[–] [email protected] 27 points 2 months ago (1 children)

No, not if they already had a "correct" solution.

It's normal to know the answer you're looking for before you ask the question, and they thought they did in this case.

[–] [email protected] 10 points 2 months ago

Yes. The problem was the interviewer wasn't prepared for a different correct answer.

[–] [email protected] 2 points 2 months ago

I hear that accusation a lot, but I’ve never really seen a company do that. Having been in the other side of the equation many times, the effort required to review code that’s submitted, especially when you don’t know the author is probably not worth it.

The case I detailed above was a fairly isolated subsystem that didn’t really require any knowledge of their system to work on. They probably chose it because A. It was a readily available problem with an existing solution that you could reasonably expect to be solved within a couple of hours , and B. the CTO thought he had a cool solution.