Bank of America java programming Kata

As part of the initial screening, Bank Of America asked me to solve a kata recently. I have written a simple but test driven solution for them. The kata and the solution can be found here. Complete source code in Github
Continue reading…

 

Vending Machine Kata – Java

Recently one of the companies asked me to solve Vending Machine Kata given here (https://github.com/guyroyse/vending-machine-kata) as their first level of screening. Though I couldn’t solve it completely in less than three hours I have covered most of the usecases. You can find my solution here. (https://github.com/sanjuthomas/vending-machine) You will have to add logic to complete the […]
Continue reading…