Live data from Hacker News

Ask HN: Can you get a job without LeetCode?

news.ycombinator.com

1–10 of 14 posts

Re: Ask HN: Can you get a job without LeetCode?

#2
For sure you can get a job nowadays without leetcode. I have no idea what your skillset or experience is, so it is hard to give specific advice.

However, many consulting companies, esp smaller ones, will look at project work and may ask you to do some coding, but won't care about your algorithm skills.

Re: Ask HN: Can you get a job without LeetCode?

#3
My last job interview was a couple interviews, a very mild take home assignment (they didn't require much).

I liked explaining work I did more than trivia type stuff.

Got the job.

Granted this was a very non silicon valley, midwestern small company so i really don't think they were interested in a whiteboard / trivia type interview.

Re: Ask HN: Can you get a job without LeetCode?

#4
Yes, it a single place I’ve worked has asked leetcode questions. Almost every job I’ve gotten has had a pretty simple interview process. Some discussion is out my past work, etc. followed by a series of trivia questions, nothing tricky or anything, mostly really basic questions regarding the languages I’d be working with, OOP concepts, etc.

The caveat? Well for one my first few jobs have been extremely low paying and that’s not hyperbole at all. Even now I don’t make very good money, relatively speaking, for the field. I’ve worked at very small companies, government agencies and large corporations, exclusively non tech. The work is boring and droll, a lot of sitting around and waiting for bureaucratic processes. But never any leetcode questions.

I’m sure there are other people with better experiences who have not gone through the leetcode process as well.

Re: Ask HN: Can you get a job without LeetCode?

#5
Obviously you can get jobs at many startups without having much algorithmic skills. However, for you to make your case strong you should try building some web applications to prove that you're proficient to learn on your own and build things. Sometimes even the certifications and knowledge in cloud technologies are good enough for you to be hired. You should try getting referrals from people working at the companies and connect with people online.

Re: Ask HN: Can you get a job without LeetCode?

#6
There's definitely plenty of companies out there that have stopped using LeetCode style questions. I just finished interviewing and out of the 8 companies I talked to only 1 had a single LeetCode style question and it was one of the "coding challenges" at the virtual "onsite" stage. My previous employer also didn't ask any LeetCode style questions.

It's worth pointing out that there are some questions on LeetCode that are absolutely fair game in the interview process. Questions along the lines of can you implement the logic of a rate limiter, can you implement some authorization logic, how would you deduplicate some data in a system, given some request headers can you implement X logic, etc. are all questions that can be closely tied to some LeetCode questions but are also regular day-to-day work. However these are questions where you don't have to memorize "tricks" to solve them in the amount of time you're given.

That being said FAANG companies are known to ask the typical "LeetCode" type of questions, so if you're applying to those companies expect such interview questions.

Re: Ask HN: Can you get a job without LeetCode?

#8
Even small startups started "copying" FANG interview style. For me, this was none-sense. We were discussing this point few days ago, some colleagues (who work in ML space) are going through interviews (for ML engineer, data scientists roles), most of them don't get questions about ML (which is the focus of the job) and they go through the typical LeetCode problems for AI/ML startups, which was discouraging for most ppl.

I understand when a big company uses LeetCode problems to scale out the process (e.g. new hires in Bangalore and new hire in SF go through the same process). In these companies, usually candidate don't interview for a specific team, they just get an interview to join FANG, then they get matched to a team at the end of the process. However, for startups, they should know what they need, and what kind of skills/person that they are looking for. I wish this trend change (hiring professional interviewees, instead of hiring professional developers).

Post reply on HN