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

Filter interviews by

Rakuten Golang Developer Interview Questions and Answers

Updated 13 Jun 2024

Rakuten Golang Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. All possible permutations of string
  • Ans. 

    Generate all possible permutations of a given string

    • Use recursion to generate permutations

    • Swap characters to create different permutations

    • Store permutations in an array of strings

  • Answered by AI
  • Q2. SQL query to get employees coming to office
  • Ans. 

    Use SQL query with WHERE clause to filter employees coming to office.

    • Use SELECT statement to retrieve data from the database.

    • Use WHERE clause to filter employees based on coming to office.

    • Consider using a column in the database that indicates whether an employee is coming to office or not.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare all basic SQL and API stuff

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is slice , Coding example on interface, What is difference between concurrency and parallelism
  • Ans. 

    Slice is a dynamically-sized, flexible view of elements in an array. Concurrency is the ability to run multiple tasks at the same time, while parallelism is the actual execution of multiple tasks simultaneously.

    • Slice in Go is a reference to a portion of an array. It allows for dynamic resizing and manipulation of elements.

    • Example: var s []int = make([]int, 5) // creates a slice of length 5

    • Interfaces in Go define a set ...

  • Answered by AI
  • Q2. Coding questions on interface
Round 2 - Coding Test 

Coding questions on slice and go routines

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Learn go routines and channels programming
Difference between concurrency and parallelism is must questions in many of the interviews

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

First round was aptitude test of 60 MCQs on Java , core Java in mettl platform.

Round 2 - Coding Test 

Second round was coding round
one easy and one medium leetcode question.

Round 3 - One-on-one 

(1 Question)

  • Q1. In this round discussed about projects .
Round 4 - HR 

(1 Question)

  • Q1. About yourself, what do you know about company? , How to overcome difficulties if task assigned is incomplete before due? Why are you switching job ? Are you ready to work on different techstack?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. There were two technical and one HR round. Question were scenario based on sql and .net applications.
  • Q2. Replication of Databases
  • Ans. 

    Replication of databases involves copying and maintaining multiple copies of the same database for redundancy and fault tolerance.

    • Replication helps in ensuring high availability and fault tolerance by having multiple copies of the same data.

    • There are different types of replication such as master-slave replication, master-master replication, and multi-master replication.

    • Replication can be synchronous or asynchronous, wi...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. I was not selected for round two
  • Q2. I am not aware of question in 2nd technical
Round 3 - HR 

(1 Question)

  • Q1. I was not selected for HR round
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

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

I applied via Shine and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Normal coding round with simple oa complexity

Round 2 - One-on-one 

(2 Questions)

  • Q1. Discussion on projects
  • Q2. Culture fit check

Interview Preparation Tips

Interview preparation tips for other job seekers - go thru projects and problem solving
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How does consumer, producer work in kafka
  • Ans. 

    Consumers read data from topics, while producers write data to topics in Kafka.

    • Consumers subscribe to topics to read messages from them

    • Producers publish messages to topics for consumers to read

    • Consumers can be part of a consumer group to scale out consumption

    • Producers can specify key for messages to control partitioning

  • Answered by AI
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 Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SOLID principles
  • Q2. Microservice Architecture and Kafka

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with core concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions on spring boot and question around spring annotations and its benifits
  • Q2. Questions on Java 8 - 21 versions such as virtual threads and stream API
  • Q3. Question on Databases fundamentals.

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was simple and crisp
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Asked some basic level questions

Round 2 - Coding Test 

Asked little bit hard questions

Round 3 - Coding Test 

Asked depth questions and wrote some sample programs

Round 4 - Technical 

(1 Question)

  • Q1. Wrote some sample program
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Rakuten Interview FAQs

How many rounds are there in Rakuten Golang Developer interview?
Rakuten interview process usually has 1 rounds. The most common rounds in the Rakuten interview process are One-on-one Round.
How to prepare for Rakuten Golang Developer 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 Web Services, Design Patterns, Devops, Kafka and Kubernetes.
What are the top questions asked in Rakuten Golang Developer interview?

Some of the top questions asked at the Rakuten Golang Developer interview -

  1. SQL query to get employees coming to off...read more
  2. All possible permutations of str...read more

Tell us how to improve this page.

Rakuten Golang Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
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
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Paytm Interview Questions
3.3
 • 766 Interviews
BigBasket Interview Questions
3.9
 • 347 Interviews
CitiusTech Interview Questions
3.4
 • 266 Interviews
Tiger Analytics Interview Questions
3.7
 • 220 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Altimetrik Interview Questions
3.8
 • 211 Interviews
Xoriant Interview Questions
4.2
 • 180 Interviews
View all
Senior Software Engineer
227 salaries
unlock blur

₹12 L/yr - ₹32.4 L/yr

Software Engineer
213 salaries
unlock blur

₹4 L/yr - ₹15.6 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.8
Compare

Netflix

4.5
Compare

Flipkart

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