Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Rakuten (Tokyo) nel mese di gen 2016
Colloquio
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.
Domande di colloquio [2]
Domanda 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"