Junior — Middle
What topics and questions were asked during your previous interviews?
sobes.tech AI
Answer from AI
Android interview questions often cover the following topics:
- Activity and Fragment lifecycle
- Working with Intent and data transfer between components
- Basics of RecyclerView and adapters
- Understanding threading and asynchronous operations (e.g., AsyncTask, Coroutines)
- Architectural patterns (MVVM, MVP)
- Working with databases (Room, SQLite)
- Basics of network operations (Retrofit, OkHttp)
- Resource management and performance optimization
Example question: "Explain the Activity lifecycle and what happens during a screen orientation change."