I’m starting a series of posts aimed at improving your coding interview skills, specifically the whiteboard exercise part of the interview. I have already covered some aspect of it in previous posts (here and here) However, this post series is meant to be a step-by-step guide for software developers and software engineers in test (SDETs) that want to excel in the technical coding interview.

We will start with basic concepts and building blocks like integer division, prime numbers and Fibonacci sequences. We will then have a look at more complex algorithms and data structures, and finally, we will implement a few classic whiteboard code katas.

Here is the program, this will be updated as I write more posts:

The Fizz Buzz

Prime Number Check

Even Fibonacci Sum

Palindrome Check