Kotlin Mastery
Open main menu
About
Roadmap
Login
Loading...
Dependency Injection
1
How would you approach DI if you are not allowed to use Third party Libraries?
2
How would you promote the idea of migrating a project from Dagger to Hilt to your leadership team?
3
Can you explain how DI will integrate into a Clean Architecture Project?
4
How does DI will work in a Multi Module Project?
5
Why would you annotate a provides method with a @Singleton, when the module itself is attached to Singleton Component?
6
How would you inject a Service with its dependencies?
7
Explain how would you end up in a cyclic Dependency Scenario?
8
When would you go for Field Injection instead of Constructor injection?