Given a binary tree write a serializable and deserializable methods for it: public LinkedList<Integer> serialize(Node root) public Node deserialize(LinkedList<Integer> list) write possible test cases for this.
Senior Android Developer Interview Questions
1,907 senior android developer interview questions shared by candidates
How to persist data between sessions, in Android.
- Merge two sorted array - Find k smallest elements in array
Android Architecture patterns and apply them on specific scenario
1) Const vs val 2) Inline functions 3) Solid principles 4) Higher order functions etc etc 5) Kotlin coroutines 6) Kotlin flows
Coroutine, solid principles, kotlin, extension functions, workers,
Am I Ok conversing with people in English
What is android, core java, android sdk and etc.
How to perform background operation/tasks in Android? Given a Thread A which publishes numbers 1 to 100, Thread B which publishes A to Z. Create another Thread C which is an aggregation of Thread A & Thread B and result should be 123 A 456 B ....so on. How will you achieve it?
some questions on UI design, like dp, px ...
Viewing 1511 - 1520 interview questions