Rakuten Symphony interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Rakuten Symphony
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Core Java, MySQL , OOPS Concept , Databases, Programming.
Tip
Tip

Tip 1 : Practice the codes 
Tip 2 : Daily learning 
Tip 3 : Make project based on your prepared languages

Application process
Where: Referral
Eligibility: From IT Background
Resume Tip
Resume tip

Tip 1 : Short and sorted
Tip 2 : Write your languages knowledge and projects

Interview rounds

01
Round
Medium
Online Coding Test
Duration60 minutes
Interview date13 Feb 2022
Coding problem1

Written test which includes 1 Java code and some MySQL queries. I only remember the Java question.

1. Reverse String

Moderate
0/80
Asked in companies
IBMMcAfeeAdobe

You are given a string ‘S’. You are also given ‘M’ integers in an array ‘A’. You perform ‘M’ operations on this string. The operations are given in an array ‘A’ of size ‘M’.

You perform the operations in the order they appear in the array ‘A’. In the ‘i’th operation, you reverse the substring of ‘S’ from the position ‘A[i]’ to ‘len(S)’ - ‘A[i]’ - 1 (0 based).

Your task is to find the string after performing all the operations.

Example :
‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Try solving now
02
Round
Hard
Video Call
Duration30 minutes
Interview date14 Feb 2021
Coding problem1

Technician round. There was only one coding question in this round.

1. Compress the String

Moderate
32m average time
60% success
0/80
Asked in companies
ArcesiumQualcommAmazon

Write a program to do basic string compression. For a character which is consecutively repeated more than once, replace consecutive duplicate occurrences with the count of repetitions.

Example:
If a string has 'x' repeated 5 times, replace this "xxxxx" with "x5".
The string is compressed only when the repeated character count is more than 1.
Note:
Consecutive count of every character in the input string is less than or equal to 9. You are not required to print anything. It has already been taken care of. Just implement the given function and return the compressed string.
Problem approach

First I understand the problem 
After that I write on paper
After I run and compile on editor

Try solving now
03
Round
Easy
HR Round
Duration5 minutes
Interview date20 Feb 2021
Coding problem1

1. Basic HR Questions

Are you okay with this location?

Will you be ready to relocate in future?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7874 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9973 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4310 views
1 comments
0 upvotes