Interview was mostly related to live coding. It was in IDE.
A had a two tasks:
1) The first task was related to the design of an abstract system for storing some data and issuing this data on demand. This should be economical in terms of memory usage.
2) The second task was related to multithreading - implement a thread-safe Fibonacci counter.