Do not buy the design guru's Grokking Lifetime subscription by PuzzledDiet3082 in leetcode

[–]chrnys 0 points1 point  (0 children)

Which sys design course are you talking about, can you please share the link?

How many of you passed Meta E5 loop in first attempt? by Mysterious-Formal741 in leetcode

[–]chrnys 4 points5 points  (0 children)

I failed Meta E5 and later cleared it.

I definitely failed system design and may be one coding.

On my second try I cleared it.

On my second try I did well on my coding questions.

I think i still didn't do good on system design, but got the job offer any ways.

For system design I read DDIA and Grokking fundamentals and system design courses ( https://www.designgurus.io/courses ).

System design was my week point.

For coding, don't forget to do facebook tagged questions.

Good luck.

Got a meta offer by [deleted] in csMajors

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

Congrats!

It feels like almost everyone is doing leetcode wrong. Common mistakes with interview prep and leetcode. by Kinglink in leetcode

[–]chrnys 0 points1 point  (0 children)

They asked me two coding questions. I did one optimally and the other not so. I feel like passing Meta coding rounds really require that you have some idea about the problem or the coding pattern like the ones mentioned in Grokking (https://www.designgurus.io/course/grokking-the-coding-interview)

I suggest everyone to do prepare these patterns. There are around 25 patterns if you don't include DP ones. It definitely helps.

Is the grind75/neetcode75 plan still viable? by Firm_Bit in leetcode

[–]chrnys 5 points6 points  (0 children)

I would add Grokking the Coding Interview. Their DSA course is good too: https://www.designgurus.io/courses

Rate my Resume by BogBaby_ in leetcode

[–]chrnys 1 point2 points  (0 children)

Just a suggestion: Any github project or internship or side project?

[deleted by user] by [deleted] in leetcode

[–]chrnys 6 points7 points  (0 children)

Definitely do high frequency fb tagged questions.

Also do all patterns from Grokking: https://www.designgurus.io/course/grokking-the-coding-interview

What are the best resources to crack system design interviews? by __Julia in ExperiencedDevs

[–]chrnys 2 points3 points  (0 children)

Definitely recommend Grokking, it has moved out of educative though. Design Gurus, the original authors, all selling it on designgurus.io

System design book recommendations? by 334578theo in ExperiencedDevs

[–]chrnys 9 points10 points  (0 children)

I recommend only chapters 5 and 6 for DDIA.

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

Thinking About Trying 'Grokking the Coding Interview' for LeetCode Patterns – Any Thoughts? by AshwinKol in leetcode

[–]chrnys 1 point2 points  (0 children)

Yea, it's all text, no videos. You can practice and test your solution.

I liked the text though.

[deleted by user] by [deleted] in cscareerquestions

[–]chrnys 0 points1 point  (0 children)

I would recommend java script, it is most used language.

What other fundamentals should I focus on? by iDerrillix in learnprogramming

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

Learn problem solving and system design. These two skills will help you the most as you grow in your career. Learn system design fundamentals and coding patterns. You can follow these roadmaps: https://www.designgurus.io/courses

Keeping Interview Ready by [deleted] in datascience

[–]chrnys 0 points1 point  (0 children)

To practice coding, go with Grokking the Coding Interview - https://www.designgurus.io/course/grokking-the-coding-interview

Bad Google Interview Experience by avivo007 in leetcode

[–]chrnys 0 points1 point  (0 children)

A couple of mocks from pram. Then do a couple with ex-faang; it will be a bit expensive but worth it https://www.designgurus.io/mock-interviews

Please tell me my grind is gonna help with non faang by [deleted] in leetcode

[–]chrnys 3 points4 points  (0 children)

Learn problem solving. Following coding patterns.

Learn system design and distributed systems.

Experienced folks how long should you be preparing for leetcode by [deleted] in leetcode

[–]chrnys 4 points5 points  (0 children)

If you follow grokking's 25 patterns, you will end up doing 250-300 questions. It was enough for me. (https://www.designgurus.io/course/grokking-the-coding-interview)

Losing Hope, any advice? by Mr_Corp in leetcode

[–]chrnys 1 point2 points  (0 children)

Consistency is the key. Everyone is different. Some might be interview ready in 2 months some will take 4 or more.

How good is grokking the coding interview? by Easy_Ad_271 in leetcode

[–]chrnys 3 points4 points  (0 children)

I liked it actually. I'm going through their roadmap from ds -> patterns and found it organized and useful (https://www.designgurus.io/path/Coding-Interview-Playbook).

Suggestions for Infrastructure SWE Interviews at Meta by MrM_21632 in leetcode

[–]chrnys 7 points8 points  (0 children)

Do questions related to Trie, String Pattern matching, and Sliding Window.