Skip to main content

Coding Interview Bootcamp

Trying to get in at one of the top tech companies in the world? If so, I have 5 hours of video for you, spread over 18 lessons. You'll learn the strategies and techniques your peers use to get in and get paid a lot of money.

A collection of 17 posts

Coding Interview Bootcamp
Coding Interview Bootcamp

Coding Interview Bootcamp

A comprehensive bootcamp to prepare you for technical interviews at top tech companies, featuring practice sessions with Jon Skeet from Google.

· Rob Conery

Good Luck! You Got This…
Coding Interview Bootcamp

Good Luck! You Got This…

You've got this - good luck! Study, remember your strategies and be your best you.

· Rob Conery

Jon Skeet: Anagram Checker
Coding Interview Bootcamp

Jon Skeet: Anagram Checker

Let's end things with one that's a bit simpler - creating a string walking function that evaluates anagrams.

· Rob Conery

Jon Skeet: Creating a Queue from Scratch
Coding Interview Bootcamp

Jon Skeet: Creating a Queue from Scratch

This is another very popular question from larger companies, and requires you to be familiar with linked lists, arrays and stacks.

· Rob Conery

Jon Skeet: Binary Tree Troubles
Coding Interview Bootcamp

Jon Skeet: Binary Tree Troubles

It's a rule of interviews: 'ask a binary tree question' and that's exactly what I do in this video with Jon. Traversing in different ways, trying to balance along the way.

· Rob Conery

Jon Skeet: Falling From Great Heights
Coding Interview Bootcamp

Jon Skeet: Falling From Great Heights

Not all interview questions have to do with code - some are purely logical, designed to see how you would try and solve a really, really hard problem. Skeet couldn't figure this one out...

· Rob Conery

Jon Skeet: Creating a C# Linter
Coding Interview Bootcamp

Jon Skeet: Creating a C# Linter

Another traditional question: create a linter for X language. This is more about parsing a string and remembering where you are within it.

· Rob Conery

Practice: Smallest Range of K Lists
Coding Interview Bootcamp

Practice: Smallest Range of K Lists

This is a tough one and you might struggle with it some. If you do, practice speaking aloud to get help from the interviewer.

· Rob Conery

Practice: Product of All Numbers But This
Coding Interview Bootcamp

Practice: Product of All Numbers But This

A straightforward problem that, at first, seems daunting - until you break it down and apply the strategies you know.

· Rob Conery

Practice: Stock Price Calculation
Coding Interview Bootcamp

Practice: Stock Price Calculation

This is a real interview question that comes straight from Amazon. You'll be writing this one by hand so remember your strategies.

· Rob Conery

Understanding the Mechanics of The Interview Question
Coding Interview Bootcamp

Understanding the Mechanics of The Interview Question

Don't hate me... and PLEASE don't skip this video. Let's walk through Fibonacci together as a way of understanding how interviewers will flex and extend a single question to dig into your brain.

· Rob Conery

JavaScript: What Time Is It?
Coding Interview Bootcamp

JavaScript: What Time Is It?

Sometimes a potential interviewer will 'cosplay' with you - pretending that you work at the company and seeing how you might solve one of their realworld problems.

· Rob Conery

Databases: How Would You Implement...?
Coding Interview Bootcamp

Databases: How Would You Implement...?

Screener questions tend to have a bit more broad and, typically, based on your experience... sometimes not. Think about how you would answer this one about databases.

· Rob Conery

Getting Past the Screener
Coding Interview Bootcamp

Getting Past the Screener

Before you get to the white board you'll likely have to pass an introductory screening interview - a short call (or in person meeting) to suss out what you know.

· Rob Conery

Your Interview Mindset
Coding Interview Bootcamp

Your Interview Mindset

You're not going to make it through this section unless you have the right frame of mind. Simply wanting a job isn't enough - you need to calm yourself and focus.

· Rob Conery

Review: Algorithms and Strategies
Coding Interview Bootcamp

Review: Algorithms and Strategies

Now the fun starts! We have our data structures and now we need to focus on the algorithms we are likely to be asked about in an interview. But that’s not enough! What you really need to do is to be able to tease out the strategy that you’ll need to use in combination with your data structures an...

· Rob Conery

Review: Data Structures
Coding Interview Bootcamp

Review: Data Structures

Let’s review data structures! It’s fun and exciting! In this section you’ll review and then build your very own data structures along with me! I’ll be using JavaScript to code mine, but feel free to use whatever language you like.

· Rob Conery