Tell us about your experience with the use of scope in programming.
Android
Is it possible in Kotlin to change the implementation of a method in a subclass without modifying the source code of that method in the base class?
What advantages and disadvantages arise when using a large number of Activities in an application?
Can you list the main types of services used in application architecture?
What are the differences between the Provides and Binds annotations in Dagger, and in which situations are they recommended?
How is the Intent transmitted in the MVI architecture?
How is the project built in Android Studio?
What approaches exist for exchanging information between Fragment and Service in Android?
How can a class be declared in Kotlin so that it can be extended in inheriting classes?
Explain the differences between using launch and asynchronous functions with await in the context of asynchronous programming.
Have there been situations of conflicts within team groups?
Is it necessary to specify an activity in the Android manifest?
What part of the architecture according to Clean Architecture principles does ViewModel occupy?
What types of resource access permissions do you know?
What methods are used to implement SSL certificate deployment in Android applications?
Is it possible to insert HTML content inside a TextField component in Jetpack Compose?
How does the component removal sequence work in the system?
What is the necessity of using topics in programming or system design?
Explain the difference between hot and cold data streams in reactive systems.