Tails.com interview question

The interview question was to display select stores using a python web framework, use an external dependency for geolocation, and filter stores within a given radius, while sorting them from north to south.

Interview Answer

Anonymous

3 May 2019

i implemented a docker stack, and the store radius filtering took place in MySQL directly. Even included some load-testing with wrk. (the code was definitely production grade).