Upload Button Icon Add office photos

Raja Software Labs

Compare button icon Compare button icon Compare

Filter interviews by

Raja Software Labs Software Developer Interview Questions and Answers for Experienced

Updated 7 Dec 2024

Raja Software Labs Software Developer Interview Experiences for Experienced

3 interviews found

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

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

Software Developer Interview Questions Asked at Other Companies for Experienced

asked in Amazon
Q1. Fenwick Tree Problem Statement You are provided with an array/lis ... read more
asked in Infosys
Q2. 1. what is the difference between exception and error. How did u ... read more
asked in Amazon
Q3. Fire in the Cells Problem Statement Given a matrix MAT of size N ... read more
asked in Amazon
Q4. Find All Pairs Adding Up to Target Given an array of integers ARR ... read more
Q5. Chess Tournament Problem Statement In Ninjaland, a chess tourname ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

5-6 questions were provided and a day was given.

Round 2 - Technical 

(1 Question)

  • Q1. DSA question related to array and string
Round 3 - Technical 

(1 Question)

  • Q1. Find the minimum number of coins to make a given value. (Coin Change)
  • Ans. 

    Find minimum number of coins to make a given value using dynamic programming.

    • Use dynamic programming to find the minimum number of coins needed.

    • Create a dp array to store the minimum number of coins for each value up to the given value.

    • Iterate through each coin denomination and update the dp array accordingly.

    • Return the value at the given value index in the dp array.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Raja Software Labs Software Developer interview:
  • DSA

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Referral and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic programming concepts, OOPs & logical questions
  • Q2. Particular technology related and basic array programming

Interview Preparation Tips

Interview preparation tips for other job seekers - interview process was very smooth

I applied via Job Fair and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

In this round, we have questions from time relation, blood relation, programming questions. Around 45 questions in 30 minutes,

Round 2 - Coding Test 

In this round, we have two programming questions. Both are hacker rank easy to medium level.

Round 3 - Technical 

(1 Question)

  • Q1. In this round, we have questions from the core java and a famous scooter tire question.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the questions are at a medium level. Always keep your confidence high.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The first round was an aptitude test. There were 30 questions with 1 marks for each.

Round 2 - Coding Test 

After being selected from the first round the second round was the Coding test there were 6 sets and 1 set had 3 questions. they told me to do it in an online compiler without an internet connection.

Round 3 - Technical 

(1 Question)

  • Q1. After being selected from the coding test. They took technical interviews and asked very basic questions like oops and all but they were doing cross-questioning.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

30min Pseudo Code,Ratio and Proportion

Round 2 - Coding Test 

1 hour Array,HashMap

Round 3 - Technical 

(4 Questions)

  • Q1. Write a program a string is Anagram or not
  • Ans. 

    Program to check if a string is an Anagram or not

    • Create a function that takes in two strings as input

    • Sort the characters in both strings and compare if they are equal

    • Return true if they are anagrams, false otherwise

  • Answered by AI
  • Q2. How to connect mongodb with database
  • Ans. 

    To connect MongoDB with a database, you need to use the MongoDB URI and a MongoDB client library.

    • Use the MongoDB URI to specify the connection details such as host, port, username, password, and database name

    • Install a MongoDB client library like Mongoose for Node.js or pymongo for Python

    • Use the client library to establish a connection to the MongoDB database and perform CRUD operations

  • Answered by AI
  • Q3. What is event listener
  • Ans. 

    An event listener is a function that waits for a specific event to occur and then triggers a response.

    • Event listeners are commonly used in web development to handle user interactions like clicks, keypresses, etc.

    • They are attached to specific elements and listen for events to occur on those elements.

    • Once the event occurs, the listener executes a callback function to respond to the event.

    • Example: Adding a click event lis...

  • Answered by AI
  • Q4. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. How to reverse a string without using extra space
  • Ans. 

    Use two pointers to swap characters in place

    • Initialize two pointers, one at the beginning of the string and one at the end

    • Swap characters at the two pointers and move them towards each other until they meet or cross

    • Repeat the process until the entire string is reversed

  • Answered by AI
  • Q2. Find a number that not present in array in O(N) time complexity array contain only 0 to n numbers
  • Ans. 

    Use bitwise XOR operation to find the missing number in O(N) time complexity.

    • Iterate through the array and XOR all the elements with their indices and the array length.

    • The missing number will be the result of XORing all the elements with their indices and the array length.

  • Answered by AI
  • Q3. Why should you join this company
  • Q4. How many interview have you give previously and why you get rejected

Skills evaluated in this interview

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

Practice atleast 20 questions for every topic.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction Achievement background education
  • Q2. Ask about technical skills and ask questions about projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

Raja Software Labs Interview FAQs

How many rounds are there in Raja Software Labs Software Developer interview for experienced candidates?
Raja Software Labs interview process for experienced candidates usually has 2 rounds. The most common rounds in the Raja Software Labs interview process for experienced candidates are Coding Test, Technical and One-on-one Round.
How to prepare for Raja Software Labs Software Developer interview for experienced candidates?
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 .Net, Algorithms, Android, Application Development and C.
What are the top questions asked in Raja Software Labs Software Developer interview for experienced candidates?

Some of the top questions asked at the Raja Software Labs Software Developer interview for experienced candidates -

  1. Find the minimum number of coins to make a given value. (Coin Chan...read more
  2. interviewer introduced himself , then told the flow of interview ie. 2 coding q...read more
  3. 1 print string without taking repeating characters eg helper - he...read more

Tell us how to improve this page.

Raja Software Labs Software Developer Interview Process for Experienced

based on 3 interviews

1 Interview rounds

  • Coding Test Round
View more
Raja Software Labs Software Developer Salary
based on 64 salaries
₹5 L/yr - ₹13 L/yr
6% less than the average Software Developer Salary in India
View more details

Raja Software Labs Software Developer Reviews and Ratings

based on 11 reviews

2.9/5

Rating in categories

3.1

Skill development

2.1

Work-life balance

2.6

Salary

2.3

Job security

2.8

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 11 Reviews and Ratings
Software Engineer
244 salaries
unlock blur

₹4.5 L/yr - ₹16 L/yr

Software Developer
64 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

IOS Developer
55 salaries
unlock blur

₹5 L/yr - ₹16.4 L/yr

Android Developer
19 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹6.6 L/yr - ₹24.5 L/yr

Explore more salaries
Compare Raja Software Labs with

Saama Technologies

3.7
Compare

Jumio

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview