I applied through a recruiter. The process took 3 weeks. I interviewed at Shopee (Singapura) in Feb 2020
Interview
HR contacted me through LinkedIn for the server team position. She asked me basic information about myself and the last experience, and general talking about salary.
Online Test followed by 2 interviews. Two coding/role specific interviews. In both interviews, they asked problem-solving questions followed by computer science fundamentals including Operating Systems / Networking / Database questions and last experience project discussions.
Interview questions [1]
Question 1
Online test:
1. Easy leetcode
2. Print the kth smallest number in the array (optimize the native solution) - target nlogk solution -
1st Interview:
1. LRU Cache
2. Discussion about the last experience.
3. Followed by CS fundamentals.
2nd interview:
1. Easy leetcode
2. You have a list of company employees with their {name, team name}, get the maximum possible number of pairs as long as you cannot put 2 employees with the same team together.
3. Followed by CS fundamentals