I applied through a recruiter. The process took 1 day. I interviewed at Synology (Taipei) in Sept 2016
Interview
You have to pass three interviewers one by one and usually get your offer in one day, and they will test your programming skills and algorithm ability to determine if you are suitable for their company. For each interviewer, they ask you some questions about data structures and algorithm, and you must answer the best solutions.
Interview questions [1]
Question 1
1.Implement stack using single linked list
2.(Leetcode 124) Given a binary tree, find the maximum path sum. For this problem, a path is defined as any sequence of nodes from some starting node to any node in the tree along the parent-child connections. The path does not need to go through the root.