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 Software Engineer Level 1 Interview Questions and Answers

Updated 18 Oct 2023

Rakuten Software Engineer Level 1 Interview Experiences

2 interviews found

Software Engineer Level 1 Interview Questions & Answers

user image Nikhil Singh Parihar

posted on 18 Oct 2023

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 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 - Coding Test 

One stack and queue related question, create queue using stack data structure and vise-versa?
Multi-threading question related with use cases?

Round 3 - Technical 

(1 Question)

  • Q1. Java OOPs question was asked, what is singleton and it's business use cases , Multi-threading questions
Round 4 - Technical 

(1 Question)

  • Q1. This was managerial round, System Design question were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DS, algo and system Design question.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before May 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 - Coding Test 

Prepare well for SQL

Round 3 - Technical 

(2 Questions)

  • Q1. Get good at basics and connecting dots
  • Q2. Normal coding problems

Software Engineer Level 1 Interview Questions Asked at Other Companies

asked in PayPal
Q1. Input a file. Select first 3 lines of the file. Select the longes ... read more
asked in PayPal
Q2. But amazon can do the search in O(n). Why it has to go for O(nk)? ... read more
asked in PayPal
Q3. When you search for a particular product in amazon, it displays s ... read more
asked in PayPal
Q4. There exists a 3x3 matrix, start from the first element reach the ... read more
Q5. 1. Abstraction Vs Interface 2. Sealed class 3. why do we use a pr ... read more

Interview questions from similar companies

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

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

Round 1 - Coding Test 

First part was to get aptitude on computer subjects, and coding question.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding leetcode medium level
  • Q2. Coding leetcode medium level, but a little more approach was asked
Round 3 - One-on-one 

(2 Questions)

  • Q1. Oops related example to explain, coding question, puzzles
  • Q2. Puzzles of medium range.
Round 4 - HR 

(2 Questions)

  • Q1. Basic info on company and your outlook towards joining the company
  • Q2. About future goals.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm, and striver dsa sheet, and prepare for some hr related question from interview bit.

Interview Questionnaire 

4 Questions

  • Q1. Azure Services
  • Q2. OOPS
  • Q3. Design Patterns
  • Q4. Angular Basics

Interview Questionnaire 

1 Question

  • Q1. Basic javascript questions , clouser, promise

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well on basic of javascript

Interview Questionnaire 

2 Questions

  • Q1. 1.Implement merge sort. 2. Kth largest element.
  • Ans. 

    Implement merge sort and find kth largest element in an array.

    • Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.

    • Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.

    • Merge sort has a time complexity of O(nlogn) and space complexity of O(n).

    • Quick select has a time comp...

  • Answered by AI
  • Q2. Springboot RestTemplate, singleton, oops

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. 1. If you given a no return its corresponding excel no.
  • Ans. 

    Convert given no to corresponding excel no.

    • Excel no starts from 1 and goes up to 16384

    • Excel no is calculated using column and row numbers

    • For example, 1 corresponds to A, 27 corresponds to AA, 28 corresponds to AB, and so on

  • Answered by AI
  • Q2. 2. find unique character in a window of k size in a string
  • Ans. 

    Find unique characters in a window of k size in a string.

    • Use a sliding window approach.

    • Maintain a hash table to keep track of character frequency.

    • Remove characters from hash table as the window slides.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is very important. Give your solution from brute force to optimal. Interviewer has tell me to write code of both questions in any programming language.

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Dsa java oops dbms networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience.
You have to be very strong in DSA.

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic of ionic framework
  • Q2. Advance of angular
  • Ans. 

    Angular is a popular front-end framework for building web applications.

    • Angular is developed and maintained by Google.

    • It uses TypeScript for building scalable and maintainable applications.

    • Angular has a powerful CLI for generating components, services, and more.

    • It has a large and active community with many third-party libraries and plugins available.

    • Angular has a modular architecture that allows for easy code reuse and

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a bit late in response some times be patient

Skills evaluated in this interview

Rakuten Interview FAQs

How many rounds are there in Rakuten Software Engineer Level 1 interview?
Rakuten interview process usually has 3-4 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 Software Engineer Level 1 interview?

Some of the top questions asked at the Rakuten Software Engineer Level 1 interview -

  1. Java OOPs question was asked, what is singleton and it's business use cases , M...read more
  2. This was managerial round, System Design question were as...read more
  3. Get good at basics and connecting d...read more

Tell us how to improve this page.

Rakuten Software Engineer Level 1 Interview Process

based on 2 interviews

Interview experience

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

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 277 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 222 Interviews
Incedo Interview Questions
3.1
 • 184 Interviews
Xoriant Interview Questions
4.1
 • 184 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
Iris Software Interview Questions
4.0
 • 151 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all
Rakuten Software Engineer Level 1 Salary
based on 75 salaries
₹7 L/yr - ₹15.1 L/yr
9% more than the average Software Engineer Level 1 Salary in India
View more details

Rakuten Software Engineer Level 1 Reviews and Ratings

based on 13 reviews

3.6/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.0

Salary

4.2

Job security

3.8

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 13 Reviews and Ratings
Senior Software Engineer
230 salaries
unlock blur

₹11 L/yr - ₹35 L/yr

Software Engineer
228 salaries
unlock blur

₹4.5 L/yr - ₹18 L/yr

Technical Lead
200 salaries
unlock blur

₹18 L/yr - ₹44 L/yr

Devops Engineer
138 salaries
unlock blur

₹5.7 L/yr - ₹20.6 L/yr

Senior Software Engineer 2
137 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