I applied through college or university. I interviewed at Rakuten (Vāranāsi) in Jan 2021
Interview
There was an online coding test in which 2 coding questions were asked. Then, they shortlisted some candidates, and I was one of them. There was one technical round and one technical+hr round.
Interview questions [1]
Question 1
A Ugly number is a positive number whose prime factors are 2 and 3. It is represented as 2^p*3^q where p>=0 and 1>=0. first ugly number is 1.
given an integer n, return the nth ugly number.
I applied through an employee referral. The process took 1 week. I interviewed at Rakuten
Interview
1. I talked with the HR manager.
2. I received an online test.
3. Interview with 2 managers and Tech lead.
4. Interview with tech HR manager
That was a nice and positive exprience for me.
Interview questions [1]
Question 1
They asked to solve 1 problem and 2 technical questions. It was about web technology.
I applied through college or university. The process took 2 days. I interviewed at Rakuten (Nueva Delhi) in Oct 2021
Interview
only attempted 1st round which was coding test. Time was of 2 hours but I completed it in 30 minutes.So it was pretty easy round.Next round will be after a month
Interview questions [1]
Question 1
q1-make an sorted array which have numbers which are only made of prime numbers 2 & 3 ie 1,2,3,6,8,9,12..and print nth number(n<200)
q2-given position array, find number of time interval in which velocity is same(time interval selected should atleast be of 2 second obviously)