Grokking 75: Top Coding Interview Questions
Coding Interview Essentials: The Ultimate Guide to 75 Must-Know Coding Questions.

Course Overview
Unlock the secrets of acing coding interviews with "Grokking 75 - Top Coding Interview Questions," the definitive course made for those determined to excel in interviews at top tech giants like the FAANG companies. This expertly designed course zeroes in on the most important and frequently asked questions from the past year, ensuring you engage with material that's both up-to-date and highly relevant. Whether you're pressed for time or just looking to refine your coding skills, this course promises to equip you with the knowledge and skills necessary to navigate the complexities of technical interviews confidently. The course is meticulously structured to cater to a wide range of learners—from aspiring software engineers and seasoned professionals seeking a refresher, to students eager to bolster their problem-solving capabilities. With features like pattern-based learning, multilingual support, and real interview simulations, "Grokking 75" transforms your preparation into an immersive learning experience. Dive into a curriculum that covers critical patterns such as Sliding Window, Two Pointers, Dynamic Programming, Backtracking, and Graph Algorithms, among others, and emerge fully prepared to tackle any coding challenge thrown your way. Don't just prepare—master the art of coding interviews with a course that’s as ambitious as you are.
What you'll learn in Grokking 75: Top Coding Interview Questions
- The 75 coding questions worth doing if you only have time to do 75, chosen for coverage rather than for volume.
- A step-by-step algorithm and an algorithm walkthrough for every question, not just a finished block of code to read.
- Arrays, strings, two pointers, sliding window, and matrix problems, which is where most interviews open.
- Trees from four angles: depth first search, breadth first search, general binary tree work, and tries.
- Backtracking, dynamic programming, intervals, and divide and conquer, the four topics candidates most often leave until it is too late.
- 18 topic areas, so the set is balanced by design and you cannot accidentally spend a fortnight on arrays and skip graphs entirely.
- Complexity analysis on every solution, covering time and space separately.
- Linked lists, stacks and monotonic stacks, hash maps and sets, and heaps and priority queues.
- Graphs as their own topic and then graph traversal as another, since recognising a graph problem and traversing one are separate skills.
- Solutions in Python, Java, C++, JavaScript, Go, and C#.
Course Content
Introduction
Array/String
Two Pointers
Sliding Window
Matrix
Hash Map/Set
Linked List
Stack & Monotonic Stack
Tree Depth First Search (DFS)
Tree Breadth First Search (BFS)
Binary Tree
Graph
Graph BFS/DFS
Heap/Priority Queue
Backtracking
Dynamic Programming (DP)
Intervals
Divide & Conquer
What people say about our courses






About the Author

Arslan Ahmad
Industry Expertise & Leadership
Arslan Ahmad is the lead author of Grokking 75: Top Coding Interview Questions. As the founder of Design Gurus and a former FAANG hiring manager, he has worked at industry giants like Facebook (now Meta) and Microsoft.
He has conducted hundreds of system design interviews, giving him unique insight into what top tech companies look for in candidates.
The course also incorporates expertise from senior engineers at Google, Meta, Amazon, Microsoft, and Uber, ensuring you learn system design best practices from professionals who have built and scaled real-world systems.
500+
Interviews Conducted
10k+
Students Taught
Related Courses
$197
$78
FAQs
What is Grokking 75: Top Coding Interview Questions?
It is a curated set of 75 coding interview questions spread across 18 topic areas, each with its own solution lesson containing the approach, a step by step algorithm, a walkthrough, code in six languages, and the complexity analysis. It is built for coverage: the point is that finishing it leaves no obvious hole in your preparation.
Who is this course for?
Anyone short on time before an interview. If you have three or four weeks rather than three or four months, a curated 75 beats grinding a problem bank at random, because the selection is doing work for you that you cannot do for yourself until after you have already learned the material.
Which topics does it cover?
Arrays and strings, two pointers, sliding window, matrix, hash maps and sets, linked lists, stacks and monotonic stacks, tree depth first search, tree breadth first search, binary trees, graphs, graph breadth and depth first search, heaps and priority queues, backtracking, dynamic programming, intervals, divide and conquer, and tries.
How is this different from Grokking the Coding Interview?
Grokking the Coding Interview is the full curriculum: 42 patterns and more than 300 problems, built to teach you pattern recognition from scratch. This is the short list, organised by topic rather than by pattern, for people who need coverage quickly. If you have months, take the patterns course. If you have weeks, take this one. If you have months and you are anxious, take the patterns course and use this as the final revision pass.
Is 75 questions really enough?
It is enough to be dangerous rather than enough to be comfortable, and that is an honest trade. Seventy-five well chosen problems across 18 topics will expose you to every common shape at least once, which is far better preparation than 300 problems all drawn from four topics you already liked. If you have more time, more practice will help, but this is the highest return per hour on the list.
Which programming languages are supported?
Python, Java, C++, JavaScript, Go, and C#. Every solution is given in all six.
What background do I need?
You should already know your basic data structures: arrays, hash maps, linked lists, trees, and graphs. This course practises them rather than teaching them. If those are shaky, Grokking Data Structures and Algorithms for Coding Interviews is the better starting point, and this becomes the revision pass afterwards.
How should I work through it?
A topic at a time rather than in a straight line, and attempt each problem before opening its solution. The single biggest mistake with a curated list is reading it, because the solutions are clear enough that everything looks obvious in the moment and none of it survives to the interview.
Is the course text-based or video-based?
Text-based, with runnable code for every solution. That is the right shape for practice: you attempt, run, fail, and reread the walkthrough, which is a loop you want to control yourself rather than watch.
Do I get a certificate of completion?
Yes. Design Gurus issues a certificate once you have completed the course, and you can share the link directly or add it to your LinkedIn profile.
