Filter interviews by
The simple pseudo are given and we have findout the o/p of the given code and some of the apti questions like questions on directions, speed and time , the Puzzle
They are given 5 coding questions they were easy to moderate and we have to solve those questions within 1 hr the platform was Google docs
I applied via Campus Placement and was interviewed in May 2022. There were 2 interview rounds.
Total question where 20 and it include all the topics of aptitude and some coding solution
It contain 5 question of question where doc file is send and we have to write a answer to that document file
I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.
Basic Aptitude questions
Coding questions based on arrays strings etc
I applied via Walk-in and was interviewed before Oct 2022. There were 3 interview rounds.
Simple array and string based questions were asked in the coding round
Raja Software Labs interview questions for popular designations
I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.
20 questions and 40 minutes time, questions were asked from computer science basics and aptitude
5 coding questions and 1 hr time. Questions were easy to medium level and mostly asked on topics like array, strings and basic data structures
Get interview-ready with Top Raja Software Labs Interview Questions
I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.
To find leap year using single if condition
Check if year is divisible by 4 and not divisible by 100
Or check if year is divisible by 400
If either of the above conditions is true, then it's a leap year
To reverse a string of a particular order separated by dots, split the string into an array, reverse the array, and join it back into a string.
Split the string using the dot separator
Reverse the resulting array
Join the array back into a string using the dot separator
I applied via Walk-in and was interviewed in Dec 2021. There was 1 interview round.
The question is unclear. Please provide more context.
Can you please clarify the question?
What is 'it' referring to?
Without more information, I cannot provide a clear answer.
I applied via Referral and was interviewed before Dec 2021. There were 5 interview rounds.
20 basic coding and non coding mcq with 60 min time.
5 basic coding problems with 60 min time based on arrays string and numbers.
I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.
To find spaces in a string, use the split() method and count the resulting array length minus one.
Use the split() method with a space as the delimiter
Count the length of the resulting array minus one
Example: 'Hello World'.split(' ').length - 1 returns 1
I was interviewed before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
They share doc file link which consist of 5 programming questions
You are given a string of length N
. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...
Reverse words in a string while handling leading, trailing, and multiple spaces.
Split the input string by spaces to get individual words
Reverse the order of the words
Join the reversed words with a single space in between
Given an integer N
, determine if it is a member of the Fibonacci series. Return true
if the number is a member of the Fibonacci series, otherwise return false
.
Check if a given integer is a member of the Fibonacci series.
Calculate Fibonacci numbers iteratively until reaching or exceeding the given integer N.
Check if the last calculated Fibonacci number is equal to N.
Return true if N is a Fibonacci number, otherwise return false.
Given an array ARR
of N
elements, your task is to find the maximum difference between any two elements in ARR
.
If the maximum difference is even, print EVEN; if it is...
Find the maximum difference between any two elements in an array and determine if it is even or odd.
Iterate through the array to find the maximum and minimum elements.
Calculate the difference between the maximum and minimum elements.
Check if the difference is even or odd and return the result.
Determine the remainder when a given number, 'N' in the form of a string, is divided by 11.
The first line contains an integer 'T' denoting the numb...
Find the remainder when a given number is divided by 11.
Convert the given number 'N' from string to integer.
Use the property that the remainder when a number is divided by 11 is the same as the remainder when the alternating sum of its digits is divided by 11.
Iterate through the digits of 'N' and calculate the alternating sum.
Finally, find the remainder of the alternating sum when divided by 11.
Output the remainder as
Round duration - 60 minutes
Round difficulty - Medium
In this round interviewer asked me to solve 3 programming questions.
Selection sort is a sorting technique that works by repeatedly finding the minimum element (considering ascending order) from the unsorted part and placing it at the beginning of ...
Implement Selection Sort algorithm to sort an array of non-negative integers in non-decreasing order.
Iterate through the array and find the minimum element in the unsorted part.
Swap the minimum element with the first element of the unsorted part.
Repeat the process for the remaining unsorted part until the entire array is sorted.
Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.
The input is a single string without any leading or trailing...
Check if a given string is a palindrome considering only alphanumeric characters.
Remove non-alphanumeric characters from the input string.
Convert the string to lowercase for case-insensitive comparison.
Compare characters from start and end of the string to determine if it's a palindrome.
Display the star pattern for a given positive integer N.
N = 4
*
***
*****
*******
The dots in the image represent spaces. Al...
Display a pyramid star pattern for a given positive integer N with spaces in between.
Start by printing spaces before the first star in each row, then print stars in increasing order
Continue this pattern until the last row where all spaces are filled with stars
Use a loop to iterate through each row and column to print the pattern
Adjust the number of spaces and stars based on the row number and total number of rows
Round duration - 60 minutes
Round difficulty - Easy
This was the HR round. They asked me simple HR questions and 1 coding question.
Create a program that counts and prints the total number of specific character types from user input. Specifically, you need to count lowercase English alphabets, numeric digi...
Create a program to count lowercase alphabets, digits, and white spaces until '$' is encountered in user input.
Read characters from input stream until '$' is encountered
Count lowercase alphabets, digits, and white spaces separately
Print the counts of each character type as output
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.
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.
Top trending discussions
Some of the top questions asked at the Raja Software Labs interview -
The duration of Raja Software Labs interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 27 interviews
Interview experience
based on 97 reviews
Rating in categories
Software Engineer
245
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
61
salaries
| ₹0 L/yr - ₹0 L/yr |
IOS Developer
55
salaries
| ₹0 L/yr - ₹0 L/yr |
Android Developer
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
15
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech