1) Compare versions given list of versions, sort them in right version order. very similar to https://leetcode.com/problems/compare-version-numbers/description/
2) Extension of above question of given version is in form of 1.2.2-alpha, 1.2.1-beta, 1.2.11-arbitary string, sort them using following rules
A) Alpha, beta, etc should comes before number version
B) if both versions have string like 1-beta, 1-runs etc, sort them lexicographically order
Design question asked
1) Design system for nextdoor feed? User makes post in certain neighborhood and when user in that neighborhood open app, they should see feed which contains this
2) How would you extend this some country makes some post or agency which targets number of neighborhood
Technical Leadership interview
1) Deep dive into one project. Asked questions on alternative design, why certain decision is made etc type of questions
Behavioral interview
1) Tell me about situation type of questions