First 10 minutes of the call were conceptual Android questions:
- When would an Activity be destroyed?
- How do you open another Activity?
- How do you pass data between the two Activities?
- What happens to the back stack when you switch between activities?
- What are different ways to store data?
Then asked two coding problems:
https://leetcode.com/problems/odd-even-linked-list/
https://leetcode.com/problems/remove-duplicates-from-sorted-array/