Is there a data structure that combines the properties of a hash table and element ordering?
Android
What methods do you use to perform background tasks?
What happens if you insert a record with null as the key into a HashMap?
What are the main methods and operations that can be performed on Map data structures?
What type of scope would you choose for the ViewModel in your project?
On what basis do you decide to update cache content?
In what situations does system load lead to resource overflow?
How to determine the scope of coroutines in programming?
Can you explain how the data class structure is implemented at a low level?
Have you had experience working with multithreading and parallel task execution in Java?
Can you explain what Kotlin is and what its main features are?
Can you give an example of using Sealed Class to model different states of an object?
Can you explain what the keyword lateinit means in Kotlin and in what cases it is used?
Are current data required when applying backpressure in RxJava?
Can you explain what Retrofit Client is and how it is used for interacting with REST API?
What is the main purpose of using the MVI architectural pattern in application development?
How does Fragment behave when the configuration changes if the setRetainInstance(true) command is called?
How can information be transferred between two screens in an Android application?
Why is it important to override the equals method in your classes?
Can you give examples of different types of interface layouts you've encountered?