Java Developer applicants have rated the interview process at Boku with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 100% positive. This is according to Glassdoor user ratings.
Common stages of the interview process at Boku as a Java Developer according to 1 Glassdoor interviews include:
Phone interview: 100%
Here are the most commonly searched roles for interview reports -
I applied through a recruiter. I interviewed at Boku (Mumbai) in Jul 2016
Interview
First round is a skype round in which you will be given a problem statement to solve.
They will give you a graph (od nodes) you have to find the possible paths given start node and end node, you are also expected to take care of cyclic routes so that program does not go into infinite loop.
You need to use recursion so make sure you are prepared for it.