Solicité el puesto a través de un captador. Acudí a una entrevista en Rakuten (Tokio) en ene 2016
Entrevista
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.
Preguntas de entrevista [2]
Pregunta 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"