Worst experience ever in my professional career. Zoom interview was scheduled on a day. When I opened the link no one appeared. Then concerned person from naukri rescheduled it for another day. Again I got a mail saying interview has been cancelled due to unavoidable circumstances. No professionalism in this company. Kindly don’t waste your precious time and energy if at all You get a call from this company.
I applied through a recruiter. The process took 5 days. I interviewed at Rakuten (Bengaluru) in May 2020
Interview
I got a call from Rakuten, Bengaluru.
First round : hackerrank test
time: 120min
4 simple algorithm questions, but most time was consumed in idiotic BigInteger, long test cases situation.
Hackerrank/hackerearth provide sometimes goo DS/Algo questions, but their test-cases are a nightmare, since they include huge numbers(which cannot be accommodated in int datatype)
Round 2:
Interview by 5year experienced guide.
The discussion included some 3-4 leetcode easy-medium questions. Followed by Singleton design pattern, builder, strategy design patterns, make a class immutable discussion. This round went well, as it was purely technical and interviewer was helpful in providing hints.
Round 3: inteview with manager Arun Singhal(logistics team) was horrible.
looking at him, I got a feeling that he is maintenance manager or customer support project.
Interview part, he asked me to share a notepad from my computer(very unprofessional, it is courtesy to share a codepad link by the team hiring). First question was "find a missing number from an array of 1 to n in O(log n)" without any inputs, only problem statement was mentioned. At this moment i realised that he has opened geeksforgeeks or some online and shared the question. This is very unprofessional, as managers at such a reputed company like Rakuten pose question and expect exact code.
next question was a simple query to fetch employees whose ids dont begin with 1 or 2 with an exception of 1002 and 2001.
I had a really bad experience in second round from senior manager. Working for ecommerce-giant like Rakuten, you are not supposed to expect memorised questions from candidates.
This shows that the team performed only patch works.
Also he mentioned that there are 8teams, and what the current team does is work with all the 8teams, wherever a work-requirement arises. Also he just iterated thrice that we work on java-spring-kafka-elasticsearch based on requirement on team. Repeating things like this in an interview shows that you are trying impose that team works in these, but usually this is a trap for candidates as we want to work on best technologies. Man this is complete manitenance team.
Interview questions [1]
Question 1
Find Kth largest element in an array.(max-heap)
Find start of a rotated-sorted array
I applied through an employee referral. The process took 2 weeks. I interviewed at Rakuten (New York, NY) in Feb 2020
Interview
The office is in very good location, primary reson why I attended the interview.
Interview process is totally a toss up I guess.
There would be total of 5 rounds.
2 technical
1 with lead and manager
1 with senior manager from Tokyo
1 with CTO.
First 2 technical rounds are set to test algorithms and data structures and framework related things.
3 rd round is more like discussion, but there would be few technical rounds.
The next round is with two managers, both from Tokyo, the questions seem simple but I don't know what they were searching for. I was honest with my responses. They asked things related to project and the work management and few behaviour questions.
I was rejected for no particular reason. Didn't seem like there was any issue during the interview rounds. It seems just so random.
I suggest not to attend if you have better opportunities. It's a very exhausting and not worth.
The HRs are the most ignorant people. They say every round is going to be technical but it would not be like that. They don't respond to calls once they send out rejection email without specifying the feedback.
Only if you are in absolute need, attend their interview, otherwise you are just wasting your time.
Interview questions [1]
Question 1
what is the number tables required for 1-1 mapping, n-1 mapping, n-m mapping.