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

Filter interviews by

Clear (1)

Rakuten Intern Interview Questions and Answers

Updated 21 Jan 2025

Rakuten Intern Interview Experiences

3 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Aptitude Test 

Basic DSA questions and sql questions

Round 2 - Technical 

(1 Question)

  • Q1. Knowledge about python and sql

Intern Interview Questions & Answers

user image Anonymous

posted on 2 Jun 2024

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

I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude with quantitative and qualitative analysis and statistical analyses are required for preparing

Round 2 - One-on-one 

(2 Questions)

  • Q1. Good interview with lot of DSA questions and they have no idea on AI/ML looking for a tester
  • Q2. What is docker and create an environment that allows the server access and manipulate data
  • Ans. 

    Docker is a platform that allows you to package, distribute, and run applications in isolated containers.

    • Docker is a tool designed to make it easier to create, deploy, and run applications by using containers.

    • Containers allow a developer to package up an application with all parts it needs, such as libraries and other dependencies, and ship it all out as one package.

    • Docker containers are lightweight and share the same ...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

Easy aptitude test and resume based questions. No biggie

Round 3 - Assignment 

Was asked to make a ppt, short simple and was asked to do a swot analysis for various companies

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it crisp and short, keep resume handy and be ready to be quizzed about that. Asignment might be given with a 24 hour deadline.

Interview questions from similar companies

I was interviewed in Aug 2016.

Interview Questionnaire 

3 Questions

  • Q1. To reverse Linked List in pair of three.
  • Ans. 

    Reverse a linked list in pairs of three.

    • Create a function that takes the head of the linked list as input.

    • Traverse the linked list in pairs of three and reverse each pair.

    • Update the head of the linked list to the new head after reversing each pair.

    • Return the new head of the linked list.

  • Answered by AI
  • Q2. Search a number in sorted rotated array.
  • Ans. 

    Search a number in sorted rotated array.

    • Use binary search to find the pivot point where the array is rotated

    • Determine which half of the array the target number may be in

    • Perform binary search on the appropriate half of the array to find the target number

  • Answered by AI
  • Q3. A dynamic programming question was there to find a path in matrix.

Interview Preparation Tips

Round: Technical Interview
Experience: Interviewer mainly focused on problem solving skill.

Skills: Algorithm
College Name: KIIT University

Skills evaluated in this interview

Intern Interview Questions & Answers

Amazon user image Himani Anand1

posted on 28 Oct 2015

Interview Questionnaire 

1 Question

  • Q1. Binary Tree concepts

Interview Preparation Tips

Round: Test
Experience:
Tips:
Duration: 120 minutes
Total Questions: 22

Round: Technical Interview
Experience:
Tips:

General Tips:
Skill Tips:
Skills: Algorithmic Approach To Problem Solving, Data Structures, Core Courses Concepts
College Name: IIM Lucknow

I applied via Walk-in and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Group Discussion 

Public vs Govt sector

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD COMMUNICATION SKILLS AND VERBAL AND WRITTEN

Interview Questionnaire 

1 Question

  • Q1. About Operations and Supply Chain Process over E-commerce

Intern Interview Questions & Answers

Paytm user image Anonymous

posted on 19 Feb 2022

I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Can't Disclose

Interview Preparation Tips

Interview preparation tips for other job seekers - Do development and CP also.
Try to solve DSA problems.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was a aptitude test of 25 question

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation d...

  • Answered by AI
  • Q2. Basic multi threading questions
Round 3 - Technical 

(2 Questions)

  • Q1. Code to make a pattern and explain each and every line of code
  • Ans. 

    Code to create a pattern and explain each line of code

    • Start by defining the number of rows and columns in the pattern

    • Use nested loops to iterate through each row and column

    • Decide the pattern you want to create and use conditional statements to determine the output for each position

  • Answered by AI
  • Q2. Puzzle: In how many minimum cut u can cut a cake in 8 piece

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Basic SQL question.
  • Q2. Order of execution
  • Ans. 

    The order of execution refers to the sequence in which instructions or operations are executed in a program.

    • The order of execution is determined by the programming language and the specific code being executed.

    • Generally, code is executed line by line from top to bottom.

    • However, there are exceptions such as loops, conditionals, and function calls that can alter the order of execution.

    • In some programming languages, there...

  • Answered by AI
  • Q3. Window functions
  • Q4. Aggregate functions

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Rakuten Interview FAQs

How many rounds are there in Rakuten Intern interview?
Rakuten interview process usually has 2-3 rounds. The most common rounds in the Rakuten interview process are Aptitude Test, Resume Shortlist and Assignment.
What are the top questions asked in Rakuten Intern interview?

Some of the top questions asked at the Rakuten Intern interview -

  1. What is docker and create an environment that allows the server access and mani...read more
  2. Good interview with lot of DSA questions and they have no idea on AI/ML looking...read more
  3. Knowledge about python and ...read more

Recently Viewed

SALARIES

Bharat Forge

SALARIES

Syngenta

DESIGNATION

SALARIES

Rakuten

DESIGNATION

SALARIES

Rakuten

JOBS

Browse jobs

Discover jobs you love

DESIGNATION

DESIGNATION

REVIEWS

Rakuten

No Reviews

Tell us how to improve this page.

Rakuten Intern Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Join Rakuten We embrace new idea, have the operational agility to deliver at speed

Intern Interview Questions from Similar Companies

Amazon Intern Interview Questions
4.1
 • 21 Interviews
Myntra Intern Interview Questions
4.0
 • 2 Interviews
Intuit Intern Interview Questions
3.5
 • 2 Interviews
Paytm Intern Interview Questions
3.3
 • 1 Interview
View all
Rakuten Intern Salary
based on 5 salaries
₹0.9 L/yr - ₹1.1 L/yr
71% less than the average Intern Salary in India
View more details

Rakuten Intern Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.2

Salary

3.9

Job security

4.5

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
227 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
223 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
194 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer 2
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
133 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Rakuten with

Amazon

4.1
Compare

eBay

3.8
Compare

Netflix

4.5
Compare

Flipkart

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview