DEV Community

Discussion on: What resources do you use and recommend for interview prep?

Collapse
 
thomaslombart profile image
Thomas Lombart

It depends on where you're trying to get hired.

If you want to get in the top companies (Google, Amazon, etc.), you probable need to have some strong CS knowledge. Websites like LeetCode, Hackerrank can be quite good for training. In terms of getting the knowledge, I would recommend Master the coding interview from Andrei Neagoie.

If you're trying to get in a start-up or a company that focuses on particular technologies, learn these technologies and show you're proficient with them. For example, learn and build things in React if you're trying to get into a company which uses React 🙂

Collapse
 
mateuszjarzyna profile image
Mateusz Jarzyna • Edited

Not only top companies requires CS knowledge. In my experience, even the ordinary companies or banks uses tools like codility to test candidates.
I'm not sure how about the front end developers, but if you are the back end guy you have train with websites like LeetCode. It doesn't matter if you're applying to small or large company.

Collapse
 
godcrampy profile image
Sahil Bondre

Very True!

Collapse
 
godcrampy profile image
Sahil Bondre

That is a good point, indeed. I am trying for big tech, so doing Data Structures and Algorithms seems like the way to go. The course you mentioned sounds like a plan.

I find it amusing how the approach for interview prep changes between startups and big tech.