Kotlin Mastery
Open main menu
About
Roadmap
Login
Loading...
Clean Architecture
1
Can you explain how clean architecture works and how you would implement it in an android app?
2
What advantages do you see of clean architecture?
3
Can you explain dependency structure of Clean Architecture modules and how data flows between them?
4
Can you explain the lifespan of each layer in clean architecture?
5
If you are to create a multi-platform product, how would you go about implementing it utilising the Clean Architecture?
6
Can you explain how Dependency Injection would come into picture when you are implementing clean architecture?
7
Which layers in clean architectures would you test? and how?
8
Where would you implement cache in Clean Architecture?
Domain Layer
Data Layer
UI Layer