Upload Button Icon Add office photos

Filter interviews by

Raja Software Labs Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Raja Software Labs Interview Questions and Answers

View all 37 questions

Raja Software Labs Interview Experiences

Popular Designations

43 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Code Snept question with 3-4 Reasoning question. Google form

Round 2 - Assignment 

Pen paper coding round. String , Array . Linkedlist , graph, questions

Round 3 - Technical 

(3 Questions)

  • Q1. Maximum Spaning
  • Q2. Nearest Prime number
  • Ans. 

    To find the nearest prime number, iterate from the given number in both directions until a prime number is found.

    • Start iterating from the given number in both directions to find the nearest prime number.

    • Check if a number is prime by dividing it by all numbers less than its square root.

    • Keep track of the closest prime number found during the iteration.

  • Answered by AI
  • Q3. Second Maximum Number in Array
  • Ans. 

    Find the second maximum number in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
Round 4 - Technical 

(4 Questions)

  • Q1. Project Question
  • Q2. Robot question of DSA
  • Q3. Stock Buy and sell - VI . Leetcode Hard
  • Q4. Leetcode Medium

Skills evaluated in this interview

Top Raja Software Labs Software Developer Interview Questions and Answers

Q1. 1 print string without taking repeating characters eg helper - helpr
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Programming questions on string, array, numbers.
Difficultity level was simple.

Round 2 - Coding Test 

5 questions were asked out of which 2 of them were easy and rest of them were hard.
Easy :- sorting, numbers
Hard :- bitwise, mathematical equation question.

Top Raja Software Labs Software Developer Interview Questions and Answers

Q1. 1 print string without taking repeating characters eg helper - helpr
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Software Developer Interview Questions & Answers

user image Amey Uplenchwar

posted on 29 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Three were basic questions around strings and arrays

Round 2 - One-on-one 

(1 Question)

  • Q1. Detailed discussion on data structures and algorithms

Top Raja Software Labs Software Developer Interview Questions and Answers

Q1. 1 print string without taking repeating characters eg helper - helpr
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

SDE Interview Questions & Answers

user image Albert D'souza

posted on 7 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ based on c++ and java

Round 2 - Coding Test 

Solve 5 DSA questions

Round 3 - Technical 

(3 Questions)

  • Q1. 1. Buy and sell stocks 2. String balance 3. Storing algo
  • Q2. String balance questions and String manipulation
  • Q3. Sorting algorithms and their implementations
  • Ans. 

    Sorting algorithms are used to arrange elements in a specific order.

    • Common sorting algorithms include bubble sort, selection sort, insertion sort, merge sort, quick sort, and heap sort.

    • Each sorting algorithm has its own time complexity and space complexity.

    • Sorting algorithms can be implemented in various programming languages such as C++, Java, Python, etc.

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)

Raja Software Labs interview questions for popular designations

 Software Developer

 (15)

 Software Engineer

 (15)

 Developer

 (2)

 Android Developer

 (1)

 Billing Executive

 (1)

 Java Developer

 (1)

 Programmer Analyst

 (1)

 SDE

 (1)

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test is the first round and if it is cleared you will be interviewed

Round 2 - Technical 

(1 Question)

  • Q1. Find if the given year is a leap year or not.
  • Ans. 

    Check if a given year is a leap year or not.

    • A leap year is divisible by 4, but not by 100 unless it is also divisible by 400

    • For example, 2000 is a leap year because it is divisible by 400, while 1900 is not because it is divisible by 100 but not by 400

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Raja Software Labs Software Development Engineer interview:
  • DSA

Skills evaluated in this interview

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Get interview-ready with Top Raja Software Labs Interview Questions

Software Developer Interview Questions & Answers

user image Mayuresh Gujar

posted on 28 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA questions such as Map, linked list

Top Raja Software Labs Software Developer Interview Questions and Answers

Q1. 1 print string without taking repeating characters eg helper - helpr
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Consisted of aptitude and coding output questions

Round 2 - Coding Test 

Coding test was given with three questions .we have to write in on word in 45 mins

Round 3 - HR 

(1 Question)

  • Q1. They asked puzzles and other usual questions

Top Raja Software Labs Software Engineer Interview Questions and Answers

Q1. sort a binary array using one traversal and no extra space
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (171)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Medium level question based on quantitative aptitude

Round 2 - Coding Test 

Medium level leetcode questions

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience and get very much to learn

Top Raja Software Labs Software Developer Interview Questions and Answers

Q1. 1 print string without taking repeating characters eg helper - helpr
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Good question with nice logic

Round 2 - Coding Test 

5 question in 1 hour so it's kinda difficult to manage time

Top Raja Software Labs Software Developer Interview Questions and Answers

Q1. 1 print string without taking repeating characters eg helper - helpr
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Software Developer Interview Questions & Answers

user image Sarvesh Barapatre

posted on 24 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions based on data structure

Round 2 - Coding Test 

Questions based on Data structure

Top Raja Software Labs Software Developer Interview Questions and Answers

Q1. 1 print string without taking repeating characters eg helper - helpr
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Raja Software Labs Interview FAQs

How many rounds are there in Raja Software Labs interview?
Raja Software Labs interview process usually has 2-3 rounds. The most common rounds in the Raja Software Labs interview process are Coding Test, Technical and Aptitude Test.
How to prepare for Raja Software Labs 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 Raja Software Labs. The most common topics and skills that interviewers at Raja Software Labs expect are Programming, Design, Development, Java and UI.
What are the top questions asked in Raja Software Labs interview?

Some of the top questions asked at the Raja Software Labs interview -

  1. 1 print string without taking repeating characters eg helper - he...read more
  2. angle between hour and minute hand of clock at a given t...read more
  3. 2 given sum and we have to print all the subsequences in array with given ...read more
How long is the Raja Software Labs interview process?

The duration of Raja Software Labs interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Raja Software Labs Interview Process

based on 20 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 31 Raja Software Labs interviews
Campus Placement
Company Website
WalkIn
Referral
Job Portal
42%
16%
10%
10%
6%
16% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
View all

Raja Software Labs Reviews and Ratings

based on 94 reviews

3.5/5

Rating in categories

3.5

Skill development

2.8

Work-Life balance

3.5

Salary & Benefits

2.8

Job Security

3.5

Company culture

3.3

Promotions/Appraisal

3.2

Work Satisfaction

Explore 94 Reviews and Ratings
Software Engineer
200 salaries
unlock blur

₹4.5 L/yr - ₹16 L/yr

Software Developer
61 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

IOS Developer
54 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Android Developer
19 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Softwaretest Engineer
14 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Raja Software Labs with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview