Raja Software Labs (RSL) interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Raja Software Labs (RSL)
upvote
share-icon
5 rounds | 9 Coding problems

Interview preparation journey

expand-icon
Journey
In the lockdown period, I started my journey to where I am today. When the first lockdown prevailed I started to learn DSA, and I think that was the best time to learn DSA because no pressure from college was there for its useless assignments and all. In the lockdown of around 6 months, I learnt the basic algorithms and at the end I started practising on leetcode and codechef like platforms, they helped me a lot during my journey.
Application story
I got to know about the openings and that the hiring drive of the company going to visit our college for hiring candidates as SDE-intern. I prepared myself for the same and after the selection process, I got the offer letter.
Why selected/rejected for the role?
I think I had the appropriate skills and a good amount of knowledge to prove that I was the right man for the post. I also solved coding questions in the optimal manner.
Preparation
Duration: 1
Topics: Language - Java, Basic Coding questions like (star patterns, factorial of no, prime number or not, etc), Data Structure, Object Oriented Programming concepts
Tip
Tip

Tip 1 : Learn how to optimize the program. This will really help you during RSL interview. 
Tip 2 : Study all previously asked question by this company and try to find out best solution for it.
Tip 3 : Keep resume simple and authenticated.
Tip 4 : Practice how to handrun the program.

Application process
Where: Campus
Eligibility: above 6 CGPA
Resume Tip
Resume tip

Tip 1 : Resume should be authenticated. You should be able to answer all things on resume.
Tip 2 : Keep it simple.
Tip 3 : Having internship experience will help.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration30 Minutes
Interview date12 Sep 2020
Coding problem0

It will consist of simple MCQ / Programming questions.

02
Round
Medium
Online Coding Test
Duration90 minutes
Interview date12 Sep 2020
Coding problem4

They share doc file link which consist of 5 programming questions

1. Reverse Words in a String

Easy
10m average time
90% success
0/40
Asked in companies
UnacademyIBMOptum

You are given a string 'str' of length 'N'.


Your task is to reverse the original string word by word.


There can be multiple spaces between two words and there can be leading or trailing spaces but in the output reversed string you need to put a single space between two words, and your reversed string should not contain leading or trailing spaces.


Example :
If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Try solving now

2. Fibonacci Member

Easy
0/40
Asked in companies
MicrosoftAmazonSamsung

Create a function that determines whether a given number N belongs to the Fibonacci sequence. If N is found in the Fibonacci sequence, the function should return true; otherwise, it should return false.


Try solving now

3. Maximum Difference

Easy
15m average time
85% success
0/40
Asked in companies
PayPalOlaRaja Software Labs (RSL)

You are given an array 'ARR' of the 'N' element. Your task is to find the maximum difference between any of the two elements from 'ARR'.

If the maximum difference is even print “EVEN” without quotes. If the maximum difference is odd print “ODD” without quotes.

For example:

Given 'ARR' = [1, 10, 5, 2, 8, 1 ] , answer is "ODD".
Here the maximum difference is between 10 and 1, 10 - 1 = 9
Try solving now

4. Remainder when divided by 11

Easy
15m average time
85% success
0/40
Asked in companies
AmazonIntuitNagarro Software

You are given a number N. You need to find the remainder when N is divided by 11.

Note :
Number N may be very large.
Try solving now
03
Round
Medium
Video Call
Duration60 minutes
Interview date14 Sep 2020
Coding problem0

First interviewer asked me basic introduction question. Then he asked me to code all the coding questions asked in the previous round

04
Round
Medium
Video Call
Duration60 minutes
Interview date14 Sep 2020
Coding problem3

In this round interviewer asked me to solve 3 programming questions.

1. Selection Sort

Easy
15m average time
85% success
0/40
Asked in companies
PwC IndiaDell IndiaRaja Software Labs (RSL)

Selection sort is one of the sorting algorithms that works by repeatedly finding the minimum element from the unsorted part of the array and putting it at the beginning of the unsorted region of the array.

You are given an unsorted array consisting of N non-negative integers. Your task is to sort the array in non-decreasing order using the Selection Sort algorithm.

For Example:
Selection Sort implementation for the given array:  {29,72,98,13,87,66,52,51,36} is shown below :-

Alt text

Try solving now

2. String Palindrome

Easy
0/40
Asked in companies
ThalesInnovaccerUnacademy

Given a string, determine if it is a palindrome, considering only alphanumeric characters.

Palindrome
A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
Example:
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.

The expected output for this example will print, 'true'.

From that being said, you are required to return a boolean value from the function that has been asked to implement.

Try solving now

3. Star Pattern

Easy
0/40
Asked in companies
IBMAmazonRaja Software Labs (RSL)

Pattern for N = 4


Hint
As taught in the video, you just have to modify the code so that instead of printing numbers, it should output stars ('*').

The dots represent spaces.



Try solving now
05
Round
Easy
HR Round
Duration60 minutes
Interview date14 Sep 2020
Coding problem2

This was the HR round. They asked me simple HR questions and 1 coding question.

1. Basic HR Questions

What experience do you have that would be relevant to this role?

What do you know about our company’s product/services?

Problem approach

Tip 1 : Stick to your first answer and that will show the confidence.
Tip 2 : Give genuine answers and be confident.

2. Count characters

Easy
0/40
Asked in companies
Info Edge India (Naukri.com)PayPalErnst & Young (EY)

Write a program to count and print the total number of characters (lowercase english alphabets only), digits (0 to 9) and white spaces (single space, tab i.e. '\t' and newline i.e. '\n') entered till '$'.

That is, input will be a stream of characters and you need to consider all the characters which are entered till '$'.

Try solving now

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
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
Web Developer
2 rounds | 6 problems
Interviewed by Raja Software Labs (RSL)
1088 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Arcesium
3688 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by Arcesium
2650 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by BNY Mellon
2324 views
0 comments
0 upvotes