↳
1. Remember using the sorting algorithms and discussion on order complexities 2. On multiple API calls on android, I mentioned the use of zip operator of RX 3. Dependency injection principle being used from Java Spring framework onto android and how it ensure we solve the Dependency Inversion principle from SOLID principles. Discussion on different DI frameworks such as Dagger 1 & 2, Hilt and Koin 4. Discussion on various Architectures - MVC, MVP and MVVM. 5. Why MVVM over MVP ? Unit testing capabilities, View model does not know about view. There is no view reference unlike MVP Less
↳
I wrote an algorithm on the whiteboard.
↳
Ok send mail you will see code in mvp mvc ...
↳
The first and third are easy to implement. Take care of corner cases. Second is difficult since defective ball can have less or more weight Less