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 407 Reviews

Filter interviews by

Rakuten Senior Software Engineer 2 Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Rakuten Senior Software Engineer 2 Interview Questions and Answers

Rakuten Senior Software Engineer 2 Interview Experiences

9 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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How JS works behind the scene.
  • Q2. How browser works when domain is entered.
  • Ans. 

    When a domain is entered in a browser, the browser goes through a series of steps to retrieve and display the website.

    • Browser checks cache for DNS records to find IP address of the domain

    • If not found, browser sends a DNS query to resolve the domain name to an IP address

    • Browser establishes a TCP connection with the server hosting the website

    • Browser sends an HTTP request to the server for the specific webpage

    • Server proce...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. React fundamental and behind the scene
  • Q2. React performance metrics

Skills evaluated in this interview

Senior Software Engineer 2 Interview Questions Asked at Other Companies

asked in Synechron
Q1. What microservices patterns are you aware ? let's assume that the ... read more
Q2. Draw a system diagram for ecommers system to place an order and g ... read more
asked in Synechron
Q3. What is the internal implementation of hashmap? Let's assume that ... read more
Q4. what is the need for @Service annotation?
Q5. Internal working of Node.js and how node processes asynchronous r ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - One-on-one 

(1 Question)

  • Q1. Java OOPS Concept Android Services Android Workmanager
Round 3 - One-on-one 

(1 Question)

  • Q1. Android and Java Questions
Round 4 - HR 

(1 Question)

  • Q1. Basic Conversation about work culture and behaviour
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. DSA coding question
  • Q2. Find Peak Element and majority element
  • Ans. 

    Peak and majority element finding algorithms

    • Peak element: binary search for element greater than both neighbors

    • Majority element: Boyer-Moore voting algorithm

    • Boyer-Moore: iterate through array, count occurrences of each element, return element with count > n/2

  • Answered by AI

Skills evaluated in this interview

Rakuten interview questions for designations

 Senior Software Engineer

 (2)

 Software Engineer

 (9)

 Senior QA Engineer -Software Testing

 (1)

 Associate Software Engineer

 (3)

 Software Engineer II

 (1)

 Software Engineer Intern

 (1)

 Software Engineer Level 1

 (2)

 Senior QA Engineer

 (1)

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

I was interviewed before May 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to Android and kotlin
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial round to discuss roles and responsibility with regards to projects worked on
Round 3 - HR 

(1 Question)

  • Q1. Discussion over roles and responsibility in the company and culture.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Coding Test 

Asked some medium leetcode questions : Matrix Rotation

Senior Software Engineer 2 Jobs at Rakuten

View all

I applied via LinkedIn and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Question were related to my core technology Android and data Structure
  • Q2. MVVM, Kotlin, Threading, Dagger, Services, Coroutines, Java etc
  • Q3. LinkedList Problem, Red Black Tree, AVL tree, how to balance them etc
  • Q4. Binary search etc

Interview Preparation Tips

Interview preparation tips for other job seekers - For me there were 2-3 technical discussion.. but was fun
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic DSA questions with stacks and queue and string manipulation l.
Round 3 - One-on-one 

(1 Question)

  • Q1. Dynamic Programming problem with low to medium difficulty
  • Ans. 

    The coin change problem - given a set of coins and a target amount, find the minimum number of coins needed to make the change.

    • Create an array to store the minimum number of coins needed for each amount from 0 to target

    • Iterate through each coin and update the array for each amount that can be made using that coin

    • Return the value at the target index of the array

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Design the Architecture for BookMyShow
  • Ans. 

    BookMyShow is an online platform for booking movie tickets and events. Here's the architecture design.

    • The architecture should be scalable and flexible to handle high traffic during peak hours.

    • The system should have multiple layers including presentation, application, and data storage.

    • Use microservices architecture to break down the system into smaller, independent services.

    • Implement caching mechanisms to improve perfor...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation and start date

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of Java and you are not expected to run the code.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Round 1: DS Algo/Problem solving BInary Search, String based questions Round 2: Problem solving/System Design/core java, microservices concept Round 3: Problem Solving/ Java concepts with Japanese Team ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS Algo & System Design

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Design Principles
  • Q2. Java Solid Principles
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java Memory Management
  • Q2. Java Design Process

Rakuten Interview FAQs

How many rounds are there in Rakuten Senior Software Engineer 2 interview?
Rakuten interview process usually has 2-3 rounds. The most common rounds in the Rakuten interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Rakuten Senior Software Engineer 2 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 Agile Coaching, Cds, Continuous Integration, DevOps and JUnit.
What are the top questions asked in Rakuten Senior Software Engineer 2 interview?

Some of the top questions asked at the Rakuten Senior Software Engineer 2 interview -

  1. Dynamic Programming problem with low to medium difficu...read more
  2. How browser works when domain is enter...read more
  3. Design the Architecture for BookMyS...read more

Tell us how to improve this page.

Rakuten Senior Software Engineer 2 Interview Process

based on 7 interviews

2 Interview rounds

  • Resume Shortlist Round
  • One-on-one Round
View more
Join Rakuten We embrace new idea, have the operational agility to deliver at speed
Rakuten Senior Software Engineer 2 Salary
based on 136 salaries
₹13.5 L/yr - ₹40 L/yr
17% more than the average Senior Software Engineer 2 Salary in India
View more details

Rakuten Senior Software Engineer 2 Reviews and Ratings

based on 15 reviews

3.8/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.3

Salary

4.0

Job security

3.7

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 15 Reviews and Ratings
Senior Software Engineer II Camunda

Bangalore / Bengaluru

4-8 Yrs

₹ 20-38 LPA

Senior Software Engineer II- Backend/Full stack

Bangalore / Bengaluru

6-10 Yrs

₹ 20-35 LPA

Explore more jobs
Senior Software Engineer
227 salaries
unlock blur

₹12 L/yr - ₹32.4 L/yr

Software Engineer
219 salaries
unlock blur

₹4 L/yr - ₹17 L/yr

Technical Lead
188 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
134 salaries
unlock blur

₹5.6 L/yr - ₹15 L/yr

Explore more salaries
Compare Rakuten with

Amazon

4.1
Compare

eBay

3.9
Compare

Netflix

4.5
Compare

Flipkart

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