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 Technical Intern Interview Questions and Answers

Updated 13 Jun 2023

Rakuten Technical Intern Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in May 2023. There were 5 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 

3 questions and easy to mid difficulty

Round 3 - Technical 

(1 Question)

  • Q1. Interview on basics of programming and SQL queries web development etc
Round 4 - Technical 

(1 Question)

  • Q1. Competitive programming question on greedy , dynamic programming etc
Round 5 - HR 

(1 Question)

  • Q1. Just some questions about oneself

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Accounting principles
  • Q2. Balance sheet questions
Round 2 - Technical 

(2 Questions)

  • Q1. What is macros in excel
  • Ans. 

    Macros in Excel are automated tasks that can be created using Visual Basic for Applications (VBA) to perform repetitive actions.

    • Macros can be recorded or written manually using VBA code.

    • They can automate tasks such as formatting, data manipulation, and report generation.

    • Macros can be assigned to buttons or keyboard shortcuts for easy access.

    • They can save time and reduce errors by automating repetitive tasks.

    • Example: Cr...

  • Answered by AI
  • Q2. Merging of cells in excel
  • Ans. 

    Merging cells in Excel allows you to combine multiple cells into one larger cell.

    • Select the cells you want to merge

    • Right click and select 'Merge Cells' from the dropdown menu

    • The content of the upper-left cell will be kept, while the rest of the cells' content will be deleted

    • Merged cells cannot be unmerged, so be careful when merging

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strengths and weaknesses
  • Q2. Case based questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Reach out to HR on linkedin
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technical MCQ questions on core computer science subjects were asked.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to find whether the given linked list has loop in it?
  • Q2. Explain osi model with example of browser.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths, English, and logic

Round 2 - Case Study 

Number of street lights in a state

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Two case study questions
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
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

Intern Interview Questions & Answers

Aspire Systems user image Monisha Selvaraj

posted on 8 Sep 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sri Ramakrishna Engineering College, Coimbatore and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy. Basics were asked.

Round 2 - Coding Test 

Pattern, anagram, 2nd largest element in an array, swap 2 numbers.

Round 3 - One-on-one 

(1 Question)

  • Q1. General questions were asked.

I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was apti round with good apti questions and also code debugging

Round 2 - Technical 

(3 Questions)

  • Q1. About polymorphism ,code polymorphism and inheritance
  • Ans. Coded it in cpp in notepad
  • Answered Anonymously
  • Q2. 3 apti question and also discussion on resume
  • Q3. Angle between hands of clock on 10:25? Trains traveling towards eachother give speed where will they collide?
  • Ans. 

    Angle between hands of clock at 10:25 is 147.5 degrees. Trains will collide at midpoint of their initial positions.

    • To calculate angle between hands of clock, use formula: |(30*H)-(11/2)*M|

    • For 10:25, H=10 and M=25, so angle = |(30*10)-(11/2)*25| = 147.5 degrees

    • When two trains are traveling towards each other, their relative speed is added to get the collision speed.

    • The collision point is the midpoint of their initial po...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. General resume based
  • Q2. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident it depends on interviewer what he would ask

I was interviewed 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. 

    I gave O(n) both time and space solution using stacks but interviewer asked to optimize it and give clue as well.

    I understood the clue and was able to optimise the code. I was not asked to code in this round just had an discussion but few of my peers were asked to write code as well.

  • Answered Anonymously
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

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

Rakuten Interview FAQs

How many rounds are there in Rakuten Technical Intern interview?
Rakuten interview process usually has 5 rounds. The most common rounds in the Rakuten interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Rakuten Technical Intern interview?

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

  1. Interview on basics of programming and SQL queries web development ...read more
  2. Competitive programming question on greedy , dynamic programming ...read more

Recently Viewed

SALARIES

Sourashtra College

LIST OF COMPANIES

Industrial Devices Trading Est

Overview

SALARIES

Finicity

SALARIES

Root's Institute

SALARIES

Sutures India

REVIEWS

ARAI

No Reviews

REVIEWS

UBS

No Reviews

LIST OF COMPANIES

Surjit Textile

Overview

SALARIES

ANSR

SALARIES

Saviynt

Tell us how to improve this page.

Rakuten Technical Intern Interview Process

based on 3 interviews

Interview experience

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

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Paytm Interview Questions
3.3
 • 776 Interviews
BigBasket Interview Questions
3.9
 • 357 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
Tiger Analytics Interview Questions
3.6
 • 221 Interviews
Myntra Interview Questions
4.0
 • 216 Interviews
Altimetrik Interview Questions
3.8
 • 214 Interviews
Blinkit Interview Questions
3.7
 • 183 Interviews
View all
Rakuten Technical Intern Salary
based on 22 salaries
₹3 L/yr - ₹8.8 L/yr
At par with the average Technical Intern Salary in India
View more details

Rakuten Technical Intern Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

4.2

Skill development

4.6

Work-life balance

3.6

Salary

3.1

Job security

4.5

Company culture

3.2

Promotions

4.4

Work satisfaction

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

₹10 L/yr - ₹35 L/yr

Software Engineer
220 salaries
unlock blur

₹4 L/yr - ₹16.1 L/yr

Technical Lead
193 salaries
unlock blur

₹15 L/yr - ₹50 L/yr

Senior Software Engineer 2
136 salaries
unlock blur

₹13.5 L/yr - ₹40 L/yr

Devops Engineer
133 salaries
unlock blur

₹5.6 L/yr - ₹20.8 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