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

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 appeared for an interview 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 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

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

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Two questions were asked and answered both

Round 2 - Coding Test 

Two programs on Java was asked on loops and collections

I applied via Campus Placement and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions and around 20 aptitude questions

Round 2 - Technical 

(3 Questions)

  • Q1. 2 easy type coding questions
  • Q2. 3 to 4 probability questions. 1 was really hard.
  • Q3. Their main focus was statistics part.

Interview Preparation Tips

Topics to prepare for Tiger Analytics Intern interview:
  • 100 easy level questions from interviewbit
  • Probability
  • Aptitude from geeksforgeeks
Interview preparation tips for other job seekers - Solve 100 easy level coding problems.
Revise all the statistics you ever studied.
If selected you'll working with clients so your communication skill may change the outcomes of your interview drastically.
For some questions approaches and efforts you made is more important than answers.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was not good, it contain mostly question of java programming.

Round 2 - Technical 

(1 Question)

  • Q1. Print factorial of n through recursion Sum of all n numbers
  • Ans. 

    Factorial of n and sum of n numbers using recursion

    • Create a recursive function to calculate factorial of n

    • Use a recursive function to calculate the sum of all n numbers

    • Handle base cases for both factorial and sum calculations

    • Example: Factorial of 5 = 5 * 4 * 3 * 2 * 1 = 120, Sum of first 5 numbers = 1 + 2 + 3 + 4 + 5 = 15

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please smile and be confident

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and data structures
  • Q2. Dbms questions where based on normalization

I appeared for an interview in Aug 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Interview was scheduled in afternoon. It was more on OOPs and DSA.

  • Q1. 

    Check If Linked List Is Palindrome

    Given a singly linked list of integers, determine if the linked list is a palindrome.

    Explanation:

    A linked list is considered a palindrome if it reads the same forwar...

  • Ans. 

    Check if a given singly linked list of integers is a palindrome or not.

    • Traverse the linked list to find the middle element using slow and fast pointers.

    • Reverse the second half of the linked list.

    • Compare the first half with the reversed second half to determine if it's a palindrome.

  • Answered by AI
Round 2 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

She asked me more about myself and few projects in resume. It was more of formal discussion than an interview round. I was very comfortable and she aksed me about my location preference at end of. Interview.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from VIT AP CAMPUS. Eligibility criteria7CGPAThought Works interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms. Database, JAVATime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : BlackRock has so many projects in Java, So I made sure I clear my basics and prepare well for each and every question about Java
Tip 2 : OOPS is something which was being asked from everyone and every seniors confirmed the same.
Tip 3 : Have good projects, preferably in development.

Application resume tips for other job seekers

Tip 1 : Have at least 2 projects.
Tip 2 : Include certifications.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrrank and for 1 hour 3 LC medium

Round 2 - Technical 

(2 Questions)

  • Q1. Aggresive cow medium dsa q
  • Q2. Binary search on ans type
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 Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The first round was a mcq test based on aptitude and statstics

Round 2 - Coding Test 

2nd round was a coding round. Three questions were given . Two were easy and one was medium

Round 3 - One-on-one 

(2 Questions)

  • Q1. Two leetcode easy level questions
  • Q2. One leetcode medium level question

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

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
Rakuten Intern Salary
based on 5 salaries
₹0.9 L/yr - ₹1.2 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
228 salaries
unlock blur

₹11 L/yr - ₹35 L/yr

Software Engineer
226 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Technical Lead
200 salaries
unlock blur

₹18 L/yr - ₹44 L/yr

Devops Engineer
137 salaries
unlock blur

₹7 L/yr - ₹30.7 L/yr

Senior Software Engineer 2
136 salaries
unlock blur

₹15 L/yr - ₹39.5 L/yr

Explore more salaries
Compare Rakuten with

Amazon

4.0
Compare

eBay

3.8
Compare

Netflix

4.3
Compare

Xoriant

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