Premium Employer

i

This company page is being actively managed by Rakuten Team. If you also belong to the team, you can get access from here

Rakuten Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 399 Reviews

Filter interviews by

Rakuten Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Rakuten Interview Questions and Answers

View all 53 questions

Rakuten Interview Experiences

Popular Designations

86 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. HashMap DSA question
  • Q2. DSA Question
Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Question & Project discussion
  • Q2. DSA Question

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Hld question and coding question

Round 2 - Assignment 

Web crawler assignment to crawl e-commerce websites

Top Rakuten Software Developer Interview Questions and Answers

Q1. Merge two sorted arraysNinja has been given two sorted integer arrays/lists ‘ARR1’ and ‘ARR2’ of size ‘M’ and ‘N’. Ninja has to merge these sorted arrays/lists into ‘ARR1’ as one sorted array. You may have to assume that ‘ARR1’ has a size e... read more
View answer (5)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)

Software Engineer Interview Questions & Answers

user image Srinjoy Chatterjee

posted on 1 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - One-on-one 

(1 Question)

  • Q1. Linklist, Java OOPs concept, Spring Boot questions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Explain your project framework?
  • Ans. 

    Our project framework is based on the Page Object Model design pattern, using Selenium WebDriver and TestNG for automation testing.

    • Page Object Model design pattern is used to create separate classes for each web page, making the code more organized and maintainable.

    • Selenium WebDriver is used for interacting with web elements and performing actions on the web pages.

    • TestNG is used for test case management, grouping, and ...

  • Answered by AI
  • Q2. Explain TestNG Framework usage?
  • Ans. 

    TestNG is a testing framework used for automated testing in Java.

    • TestNG allows for easy configuration of test cases using annotations.

    • It supports parallel execution of test cases.

    • TestNG provides reporting and logging features for test results.

    • It allows for grouping of test cases for better organization.

    • TestNG supports data-driven testing using data providers.

  • Answered by AI
  • Q3. Explain Jenkins setup?
  • Ans. 

    Jenkins is a popular open-source automation server used for continuous integration and continuous delivery.

    • Jenkins is installed on a server and can be accessed through a web interface.

    • It allows automation of tasks like building, testing, and deploying software.

    • Jobs in Jenkins are created to define the steps of the automation process.

    • Plugins can be added to Jenkins to extend its functionality, such as integrating with v...

  • Answered by AI

Skills evaluated in this interview

Automation Tester Interview Questions asked at other Companies

Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing 3)how many test cases you execute per day 4)Tell me the diffrent Types of waits 5)When we use Implicite and Explicite wait 6)How many times you can use implicite wait in your... read more
View answer (1)

Rakuten interview questions for popular designations

 Senior Software Engineer 2

 (9)

 Software Engineer

 (8)

 Software Developer

 (4)

 Associate Software Engineer

 (3)

 Data Engineer

 (2)

 Data Scientist

 (2)

 Intern

 (2)

 Lead Engineer

 (2)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Linked list and string related

Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join
  • Ans. 

    I am passionate about testing and quality assurance, and I believe joining your team will allow me to further develop my skills and contribute to innovative projects.

    • Passionate about testing and quality assurance

    • Desire to develop skills and contribute to innovative projects

    • Belief that joining the team will be a valuable opportunity for growth

  • Answered by AI
  • Q2. How fast can you join
  • Ans. 

    I can join within 2 weeks, depending on the notice period at my current job.

    • I can start within 2 weeks, pending any notice period at my current job

    • I am available to start immediately if needed

    • I can adjust my start date based on the company's requirements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and be confident

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Get interview-ready with Top Rakuten Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Print All subset of an array of integers
  • Ans. 

    Print all subsets of an array of integers

    • Use recursion to generate all possible subsets

    • For each element, include or exclude it in the subset

    • Base case: when all elements have been considered, print the subset

  • Answered by AI
  • Q2. Print length longest subsequence from two given strings
  • Ans. 

    Find and print the length of the longest subsequence from two given strings.

    • Iterate through both strings and compare characters to find matching subsequences

    • Use dynamic programming to keep track of longest common subsequence

    • Return the length of the longest subsequence found

  • Answered by AI
  • Q3. Deep Basic Questions on C++ and golang, its comparisions

Interview Preparation Tips

Topics to prepare for Rakuten Technical Lead interview:
  • OOPS concepts, Slight touch on d

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Jobs at Rakuten

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hacker earth - arrays, string and trees concept question

Round 2 - Technical 

(3 Questions)

  • Q1. Question on Spring Boot, Hibernate and Spring Cloud
  • Q2. DS Algo, binary search tree
  • Q3. Docker/kubernetes concept

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. All possible permutations of string
  • Ans. 

    Generate all possible permutations of a given string

    • Use recursion to generate permutations

    • Swap characters to create different permutations

    • Store permutations in an array of strings

  • Answered by AI
  • Q2. SQL query to get employees coming to office
  • Ans. 

    Use SQL query with WHERE clause to filter employees coming to office.

    • Use SELECT statement to retrieve data from the database.

    • Use WHERE clause to filter employees based on coming to office.

    • Consider using a column in the database that indicates whether an employee is coming to office or not.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare all basic SQL and API stuff

Skills evaluated in this interview

Golang Developer Interview Questions asked at other Companies

Q1. can we return difference data type and how ,what architeture you worked in your project,does go have oops concepts
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Market size assessment market for a new product

Round 2 - Technical 

(1 Question)

  • Q1. Current trends of Indsutry
  • Ans. 

    Current trends in the industry include digital transformation, sustainability, and remote work.

    • Digital transformation is driving innovation and efficiency in processes and operations.

    • Sustainability is becoming a key focus with companies implementing eco-friendly practices and products.

    • Remote work is on the rise, leading to changes in workplace dynamics and collaboration.

    • Increased use of data analytics and AI for decisi...

  • Answered by AI

Strategy Consultant Interview Questions asked at other Companies

Q1. How can the entire process of Forecasting be automated? What changes can made in current methodologies given the huge amount of data available in today's world
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Group Discussion 

About the project experience

Software Architect Interview Questions asked at other Companies

Q1. How service management adds to customer experience.
View answer (1)

Rakuten Interview FAQs

How many rounds are there in Rakuten interview?
Rakuten interview process usually has 2-3 rounds. The most common rounds in the Rakuten interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Rakuten interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Rakuten. The most common topics and skills that interviewers at Rakuten expect are Python, Java, Linux, Computer science and MySQL.
What are the top questions asked in Rakuten interview?

Some of the top questions asked at the Rakuten interview -

  1. what is jvm, how objects created and managed in jvm memor...read more
  2. whatis stack? live implementation in co...read more
  3. what is polymorphism, overriding? demostrate by code examp...read more
How long is the Rakuten interview process?

The duration of Rakuten interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Rakuten Interview Process

based on 43 interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 59 Rakuten interviews
Job Portal
Referral
Campus Placement
Company Website
Recruitment Consultant
WalkIn
31%
19%
12%
10%
5%
2%
21% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Join Rakuten We embrace new idea, have the operational agility to deliver at speed

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
BigBasket Interview Questions
3.9
 • 345 Interviews
CitiusTech Interview Questions
3.4
 • 262 Interviews
Myntra Interview Questions
4.0
 • 208 Interviews
Blinkit Interview Questions
3.7
 • 169 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Snapdeal Interview Questions
3.9
 • 74 Interviews
Shopclues Interview Questions
4.0
 • 9 Interviews
View all

Rakuten Reviews and Ratings

based on 399 reviews

3.6/5

Rating in categories

3.6

Skill development

3.7

Work-Life balance

3.4

Salary & Benefits

3.6

Job Security

3.7

Company culture

3.0

Promotions/Appraisal

3.4

Work Satisfaction

Explore 399 Reviews and Ratings
Senior Software Engineer II

Bangalore / Bengaluru

6-10 Yrs

₹ 16.7-36 LPA

Senior Software Engineer II

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Architect - Solutions CRM

Bangalore / Bengaluru

10-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
220 salaries
unlock blur

₹9.9 L/yr - ₹33 L/yr

Software Engineer
217 salaries
unlock blur

₹4 L/yr - ₹16.8 L/yr

Technical Lead
187 salaries
unlock blur

₹15 L/yr - ₹44.7 L/yr

Devops Engineer
133 salaries
unlock blur

₹5.6 L/yr - ₹15 L/yr

Senior Software Engineer 2
131 salaries
unlock blur

₹16.7 L/yr - ₹40 L/yr

Explore more salaries
Compare Rakuten with

Amazon

4.1
Compare

eBay

3.8
Compare

Netflix

4.5
Compare

Flipkart

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview