Filter interviews by
I applied via Campus Placement and was interviewed in Jun 2022. There were 6 interview rounds.
20 questions were given.
aptitude + simple coding output based.
5 questions were shared on a doc file. We need to code them paste their solutions in the file. Level was easy to medium. Array-string based Questions.
Find minimum angle between hour and minute hand.
Calculate the angle made by hour hand with 12 o'clock position and minute hand with 12 o'clock position.
Calculate the difference between the two angles.
If the difference is greater than 180 degrees, subtract it from 360 degrees to get the minimum angle.
Sort an array of 0s and 1s with low complexity.
Use two pointers, one at the beginning and one at the end of the array.
Swap 0s from the beginning with 1s from the end until the pointers meet.
Time complexity: O(n), space complexity: O(1).
Find the maximum span of 1 in a 0,1 array.
Iterate through the array and keep track of the first and last occurrence of 1.
Calculate the difference between the last and first occurrence of 1.
Repeat the process for all 1's in the array and return the maximum difference.
Find the first non-repeating character in a string.
Create a hash table to store the frequency of each character in the string.
Iterate through the string and update the frequency in the hash table.
Iterate through the string again and return the first character with a frequency of 1.
Sort a binary array using one traversal and no extra space.
Use two pointers, one starting from the beginning and one from the end of the array.
Swap the elements if the left pointer points to 1 and the right pointer points to 0.
Continue traversing until the pointers meet in the middle.
Code Snept question with 3-4 Reasoning question. Google form
Pen paper coding round. String , Array . Linkedlist , graph, questions
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.
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.
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.
Programming questions on string, array, numbers.
Difficultity level was simple.
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.
I applied via Campus Placement
Three were basic questions around strings and arrays
Raja Software Labs interview questions for popular designations
MCQ based on c++ and java
Solve 5 DSA questions
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.
Get interview-ready with Top Raja Software Labs Interview Questions
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
Coding test is the first round and if it is cleared you will be interviewed
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
DSA questions such as Map, linked list
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Consisted of aptitude and coding output questions
Coding test was given with three questions .we have to write in on word in 45 mins
Medium level question based on quantitative aptitude
Medium level leetcode questions
I applied via Campus Placement
Good question with nice logic
5 question in 1 hour so it's kinda difficult to manage time
Questions based on data structure
Questions based on Data structure
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