I applied through a recruiter. The process took 2 weeks. I interviewed at Indeed (Tokyo) in Apr 2014
Interview
A 2 hour online algorithm test with 4 questions. I answered 3 of them with 1 passed, 1(about DP) exceeded the run time limitation and the other(about tree) with a bug.
Followed up with a 30 min interview via skype with a technical HR in another day. Without much irrelevant ado, I was asked to code through a google-drive-like online website to solve a programming problem.
Interview questions [1]
Question 1
Implement a Stack with a method to search for the smallest element.
I applied through a recruiter. The process took 4 weeks. I interviewed at Indeed
Interview
Online coding test followed by two skype-based interviews. 4 challenging enough code questions - The marks are given to the tests that pass, rather than the way you solve the problem, which you could have had 90% complete but run out of time
Interview questions [1]
Question 1
Typical enough code questions each roughly an hour - 2/4 is required to proceed to the next stage
I applied through a recruiter. The process took 1 week. I interviewed at Indeed (Tokyo) in Apr 2015
Interview
I had a coding test online. They asked me to login on a japanese online coding test tool, similar to hackerrank. They provide 4 tasks to solve with example acceptance tests.
Interview questions [1]
Question 1
You need to solve well at least 2 out of 4 tasks. I chose to use Java as long as C#, my first programming language option was not available.
The time available is 2 hours.
The questions require good basic knowledge of graphs theory (and implementation), algorithms and data structures.
For the graph theory based tasks, choosing the right implementation of the graph is the key to solve the task in the given time.