I applied through a recruiter. I interviewed at Rakuten (Tokyo) in Jan 2016
Interview
I am still in the selection process. I had a coding test with TWO questions to solve within 90 minutes. Most people seem to have had only one question, so this one goes to to the folks like me.
Interview questions [2]
Question 1
1. Given two rectangle (both parallel to x and y axis) calculate the area of the union.
TIP: Search google for: "find the sum of the area of two possible overlapping rectangles".
2. Given a list and a number K, calculate the number of k-complementary pairs in the list.
Tip: Search Google for: "find complemantary pairs of numbers in an array"