## Notes
Recently I took two tests on [CodeSignal](https://codesignal.com) and got my results back. The first test was a coding challenge and the second test was a system design test.
Overall I did well in the coding challenge because I have basically only written code for the past 8 years.
In the system design test, I did not do so well because I haven't had to address any scalability issues in my previous jobs. This is primarily because
- the systems I worked on never reached a point where we had to scale the architecture
- scaling was handled by other people
- the systems I worked on were already cloud-native and automatically handled scaling