My coworker Adam is super knowledgeable. Watch him ace an architecture interview questions on the first pass, no warmup.
active · last success 2026-06-18 23:22
My coworker Adam is super knowledgeable. Watch him ace an architecture interview questions on the first pass, no warmup.
In this miniseries, we'll dive deep into the mechanics and best practices of systems design and systems architecture interviews. The advice here is based on the interview processes at companies like Google, Meta, Amazon and many others. For this first episode, we'll go over a...
Did you fail that interview or did your interviewer fail you? Did you ever get rejected from a job interview and feel terrible about it? I mean, like really beat yourself up about it. I know I have. Well, sometimes there's more to the picture than you passing or failing....
In this video, we break down the goals, components, and best practices of Behavioural Interviews. While they are, for the most part, non-technical, you might find yourself faced with questions you don't feel ready to answer in an interview like this. This episode will help...
In this episode, I walk through the context and goals of a systems design and architecture interview. If you're considering working for a tech company, you'll almost certainly be asked to tackle a high-scale systems design problem. This video explains why companies ask this...
Episode 05 comes hot with histograms, rectangles, stacks, JavaScript, and a sprinkling of adult themes and language. Brace yourselves! Full text-form code is available here: http://jg.gg/largest-rectangle-in-a-histogram-coding-interview-problem/
Follow along as we dive into the problem of creating a permutation generator using C++. We'll walk through an efficient, in-place solution that leverages lexicographic ordering and incrementation. A full text version of the code is available here:...
Jackson walks through a linear (O(n)) complexity solution to the problem of finding conflicts in a calendar represented as a list of start and end times. The video features code written in PHP. It's written in the style of a Google coding interview (or Facebook, Amazon, etc. company).
In this episode we look at a combinatorial complexity problem related to selecting subsets of our friends to join us for dinner. Coding in Python, we go through the premise of the problem, how to think about the a recursive structure to solve it, and a full implementation of...
In this episode, I'll guide you through an entry level coding problem that you might face in an interview at a tech company. This video discusses the problem, goes through a complete coding solution to the problem. We finish up with a walk through of the logic to confirm...