It was a very nice interview with interesting questions 1 Logical question Questions on collections in android Stacks and linkedlist
Android Lead Developer Interview Questions
4,278 android lead developer interview questions shared by candidates
¿Qué son los principios SOLID? ¿Cuáles son las diferencias entre MVP y MVVM? ¿Cuál es el equivalente a "static" en Kotlin? ¿Qué son las funciones extensión?
Arquitectura Patrones de diseño Inyeccion de dependencias Solid
To store favorites in database using Room. This was added to the task.
Android concepts were asked in interview
Hash-map working, Android life cycle, oop concepts
A logical thinking question followed by a javascript question
develop two screens and connect with a server.
/* The problem: I'm working on a collaborative code editor between 2 people. I have the text synchronizing across both screens. However, I have run into the problem illustrated below. Text editors (Time 1) ----------------- --------------- ||cat | |ca|t | | | | | | | | | | | | | | | | | | | | | ----------------- --------------- Person A hits enter then: Text editors (Time 2) ----------------- --------------- | | | |n | ||cat | |cat | | | | | | | | | | | | | | | | | ----------------- --------------- Text editors (Time 2 Expected) ----------------- --------------- | | | | ||cat | |ca|t | | | | | | | | | | | | | | | | | ----------------- --------------- The content updates and the word cat shifts down a line. However, Person B's cursor is left in it's original position instead of moving down a line as expected. Implement the fixCursorRow method don't worry about updating the column. */
Handle I/O process which blocks the UI thread (hint: don't use async task)
Viewing 4051 - 4060 interview questions