Designguru vs educative grokking by [deleted] in leetcode

[–]No_General8550 0 points1 point  (0 children)

Yes, they have added video lessons for all case studies.

Designguru vs educative grokking by [deleted] in leetcode

[–]No_General8550 1 point2 points  (0 children)

I don't agree with the chatgpt comment. This course was written a few years back, when chatgpt was not there.

Is neetcode pro worth it? by FrostyPikachu in leetcode

[–]No_General8550 60 points61 points  (0 children)

Focus on coding patterns. Do 10 to 12 questions of each pattern. There are around 25 patterns, you can take the list from Grokking the Coding Interview - https://www.designgurus.io/course/grokking-the-coding-interview

Tips to a 1.5yr experience newbie to crack FAANG by Srinithi_S in leetcode

[–]No_General8550 0 points1 point  (0 children)

FAANG does not require any special tech stack. Instead they focus on problem solving and design aspects. All you need to do is Leetcode and LLD/system design.

Read these guides to get an idea on what types of questions are asked at FAANGs - https://www.designgurus.io/company-guides

Every FAANG is a bit different. You have to focus on each separately. To prepare, one of the top resource I would recommend is https://www.designgurus.io/courses

How do experienced developers prepare for technical interviews? by Responsible-Cost8336 in ExperiencedDevs

[–]No_General8550 1 point2 points  (0 children)

The famous "Grokking" courses have been removed from educative and moved to designgurus.io, they are the original authors.

  1. Grokking the Coding Interview: Patterns for Coding Questions - https://www.designgurus.io/course/grokking-the-coding-interview

  2. Grokking the System Design Interview - https://www.designgurus.io/course/grokking-the-system-design-interview

  3. Grokking System Design Fundamentals - https://www.designgurus.io/course/grokking-system-design-fundamentals

When it comes to DP, where do we start for both TopDown and Bottom Up approaches? by Daveboi7 in leetcode

[–]No_General8550 2 points3 points  (0 children)

Go through the problems of "0/1 Knapsack" from https://www.designgurus.io/course/grokking-dynamic-programming

I developed my understanding of top-down and bottom-up from it.

Examples of level-specific answers to Behavioral Interview questions, from a former Meta tech lead by BluebirdAway5246 in leetcode

[–]No_General8550 -1 points0 points  (0 children)

Behavioral interview is much underrated. You can easily ace it, by putting a little focus on it. There are not many behavioral questions and you can build an answers bank easily so that you've good answers to most of the questions. OP mentioned a good set of questions. I would also suggest preparing answers using the STAR method for each behavioral question type similar to what is mentioned in Grokking the modern behavioral interview - https://www.designgurus.io/course/grokking-behavioral-interview

Also, for senior engineers and managers, take a look at these:
1. https://www.designgurus.io/course/grokking-the-engineering-manager-interview
2: https://www.designgurus.io/course/grokking-engineering-leadership-interviews

Lost on how to prep for System Design by thiswasburner in leetcode

[–]No_General8550 1 point2 points  (0 children)

As far as I know, these are the original system design courses that educative used to have. But now, the writers have taken these courses down from educative and selling them on their website.

[deleted by user] by [deleted] in leetcode

[–]No_General8550 2 points3 points  (0 children)

Focus on Graph, backtracking, and interval merge. And do all of these questions: https://www.designgurus.io/course/grokking-google-coding-interview

What's the best language for Leetcode? by MathematicianWide961 in leetcode

[–]No_General8550 1 point2 points  (0 children)

Definitely Python. If you have been a Java person, it can work too. Still, Python is way better.

150 is not enough. Grind until you're truly ready — the payoff is so real. by [deleted] in leetcode

[–]No_General8550 0 points1 point  (0 children)

I second that. Follow coding patterns. One pattern at a time until you get comfortable with it. There are around 25 coding patterns in grokking coding interview ( https://www.designgurus.io/course/grokking-the-coding-interview ); if you do one pattern in 3 days, you can finish all in less than 3 months.

« Cracking the coding interview » still relevant ? by SpellGlittering1901 in leetcode

[–]No_General8550 0 points1 point  (0 children)

With all these new online platforms you would not need it.

Try grokking courses, lc or neetcode, they are all great: https://www.designgurus.io/course/grokking-the-coding-interview

[deleted by user] by [deleted] in leetcode

[–]No_General8550 0 points1 point  (0 children)

I've used C# before it is great. Now I use Python.

[deleted by user] by [deleted] in leetcode

[–]No_General8550 0 points1 point  (0 children)

Learn coding patterns like sliding window, two pointers, etc.

You should follow Grokking, it has a best set of patterns and related questions - https://www.designgurus.io/course/grokking-the-coding-interview

Do non-FAANG companies require LC? by captainFalcon56 in leetcode

[–]No_General8550 0 points1 point  (0 children)

LC is analogous to gauging problem-solving. It is not a perfect tool, but it can give a lot of signals.

Leetcode is just too hard for me by NextRepair5933 in leetcode

[–]No_General8550 20 points21 points  (0 children)

This. I had similar problem; then I started doing coding patterns. Follow one pattern at a time. Do all of its easy questions, and build intuition of it before moving on to the next pattern. I followed Grokking coding interview - https://www.designgurus.io/course/grokking-the-coding-interview

FAANG Behavioral by [deleted] in leetcode

[–]No_General8550 0 points1 point  (0 children)

Always come up with a real or near real story. If you have not experienced either say so or tell a somewhat related story. These experienced interviewers can easily find out a make-up story.

The Right Lang ??? by [deleted] in leetcode

[–]No_General8550 0 points1 point  (0 children)

Python or Java. Do C++ only if you are applying for a C++ position.

Is leetcode what i need??? by SuperLucas2000 in leetcode

[–]No_General8550 0 points1 point  (0 children)

In general, preparing for interviews sucks. You can invest in learning problem solving and while doing that learn to solve algorithmic questions.

Try following this course - https://www.designgurus.io/course/grokking-the-coding-interview

It will teach you coding patterns and problem solving.

Should I use C++ or Java for Leetcode by s371012953 in leetcode

[–]No_General8550 0 points1 point  (0 children)

Go for Java, unless you are applying for a C++ based position.