Status: Experienced, Non FAANG, India
Position: Software Engineer (Android)
Location: London
Date: May, 2020
Technical phone screen (45 minutes including 5-10 mins of technical snag :| ):
Merge sorted arrays in place
Similar to https://leetcode.com/problems/merge-sorted-array/
Solved in 5-7 mins.
Reconstruct the itinerary
A variation of https://leetcode.com/problems/reconstruct-itinerary/
Tried solving it using a HashMap only approach, shared the approach which was approved by the interviewer but could not finish coding it in time.