Upload Button Icon Add office photos

Filter interviews by

RMSI Software Engineer Interview Questions and Answers

Updated 8 Jan 2025

RMSI Software Engineer Interview Experiences

2 interviews found

I applied via Approached by Company and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Basic of mathmatics + analytical questions + visual based questions

Round 3 - Technical 

(1 Question)

  • Q1. Basics of programing(java,python,c++ etc) + about college projects + confidence (50% selection criteria)
Round 4 - HR 

(1 Question)

  • Q1. Just salary discussion nothing else

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and prepare basics

Software Engineer Interview Questions & Answers

user image ayushman srivastav

posted on 8 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you mean by GIS
  • Q2. Django Web development and Rest APIs

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep hands on django, python, Postgres and Javscript

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Intall Mongo Db and perform crud operation
  • Q2. Dsa question asked to complete in javascrip
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Event Loop In NodeJS?
  • Ans. 

    Event Loop in NodeJS is a mechanism that allows NodeJS to perform non-blocking I/O operations by offloading operations to the system kernel.

    • Event Loop is responsible for handling asynchronous operations in NodeJS.

    • It allows NodeJS to perform multiple operations concurrently without blocking the execution.

    • Event Loop continuously checks the event queue for any pending tasks and executes them in a non-blocking manner.

    • Examp...

  • Answered by AI
  • Q2. What is Cluster ?
  • Ans. 

    A cluster is a group of interconnected computers that work together to perform a task or provide a service.

    • Clusters are used to improve performance, scalability, and availability of applications.

    • They can be categorized into different types such as high availability clusters, load balancing clusters, and parallel processing clusters.

    • Examples of clusters include Hadoop clusters for big data processing and Kubernetes clus

  • Answered by AI
Round 2 - Coding Test 

Implement TODO List with ReactJS

Interview Preparation Tips

Topics to prepare for ValueLabs Software Engineer interview:
  • Node.Js
  • Reactjs
Interview preparation tips for other job seekers - Please prepare more on Nodejs if you are going for full stack engineer role and Brush up concepts on SOLID Priciples

Skills evaluated in this interview

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

(1 Question)

  • Q1. Oops concepts,interface and abstract class
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is Threading
  • Ans. 

    Threading is a programming technique that allows multiple tasks to run concurrently within a single process.

    • Threading allows for parallel execution of tasks within a program.

    • Threads share the same memory space, allowing for efficient communication between tasks.

    • Examples of threading include creating separate threads for handling user input and updating the UI in a GUI application.

  • Answered by AI
  • Q2. Define Opps concept
  • Ans. 

    OOPs concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the compl...

  • Answered by AI
  • Q3. Solid Pronciples
  • Q4. Design Patterns
Round 2 - HR 

(1 Question)

  • Q1. ,What is your expected salary

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Write a program given String s="rao2022"; Integer int=22,Add two numbers and print result on output A)String s1=s.replaceall("[a-z]",""); Int a=Integer.parseint(s1); Int result=a+b; System.out.println(resu...
  • Ans. 

    A program to add two numbers and print the result given a string and an integer

    • Extract the integer from the string using regex

    • Parse the extracted integer and add it to the given integer

    • Print the result on the output

  • Answered by AI
  • Q2. Write a program to remove duplicate in drop-down
  • Ans. 

    Program to remove duplicates in a drop-down

    • Create a list to store unique values

    • Loop through the drop-down options

    • Check if the option is already in the list

    • If not, add it to the list

    • Update the drop-down options with the unique values

  • Answered by AI
  • Q3. What is regression testing A) Checking the application whether there is any impact on existing application due to add/delete of feature is called regression testing.
  • Ans. 

    Regression testing is the process of testing changes made to an application to ensure that existing functionality still works as expected.

    • It involves re-executing test cases that have been previously run to ensure that changes made to the application have not introduced new bugs or broken existing functionality.

    • Regression testing is typically performed after a new feature or bug fix has been implemented.

    • It can be done ...

  • Answered by AI
  • Q4. What is the difference between regression vs Impact testing
  • Ans. 

    Regression testing checks if changes in code affect existing functionality, while impact testing checks the effect of changes on related components.

    • Regression testing ensures that changes in code do not affect existing functionality

    • Impact testing checks the effect of changes on related components

    • Regression testing is focused on testing the same functionality repeatedly

    • Impact testing is focused on testing the impact of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Plz be clear in string methods and functions, arrays

Skills evaluated in this interview

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Coding Test 

The Test was in 4 sections - Quantitative, Logical, Verbal and Coding.
There were 2 coding questions - one was compulsory and other one was an optional to increase your score (Do the optional one also).

Round 2 - Technical 

(6 Questions)

  • Q1. About 38 were selected for Technical Interview. the interviewer was very polite.
  • Q2. Tell me about yourself?
  • Ans. 

    I am a software engineer with experience in developing and maintaining software applications.

    • I have a strong background in programming languages such as Java, C++, and Python.

    • I have worked on various projects, including developing web applications and implementing database systems.

    • I am skilled in problem-solving and debugging, ensuring efficient and reliable software solutions.

    • I am familiar with agile development metho...

  • Answered by AI
  • Q3. Questions on OOPS was asked
  • Q4. Asked about testing and its types
  • Q5. Asked logical questions and puzzles
  • Q6. What is better Developement or Testing?
  • Ans. 

    Both development and testing are equally important for delivering quality software.

    • Development and testing are two sides of the same coin.

    • Development creates the software while testing ensures its quality.

    • Testing helps identify and fix bugs, improving the overall quality of the software.

    • Without testing, software can have critical bugs that can lead to disastrous consequences.

    • Both development and testing require differe...

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and a strong background in Java and JavaScript.

    • Experienced software engineer

    • Specialize in web application development

    • Proficient in Java and JavaScript

    • Strong problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team, working on cutting-edge technologies and making a significant impact in the industry.

    • Leading a team of software engineers

    • Working on cutting-edge technologies

    • Making a significant impact in the industry

    • Continuously learning and growing professionally

  • Answered by AI
  • Q3. Are you willing to relocate?
  • Ans. 

    Yes, I am willing to relocate for the Software Engineer position.

    • I am open to moving to a new location for the right opportunity.

    • I understand that relocation may be necessary for career growth.

    • I am excited about the possibility of experiencing a new city or country.

    • I am prepared to adapt to a new environment and build a new network.

  • Answered by AI
  • Q4. What do you know about the company?
  • Ans. 

    The company is a leading software development firm specializing in creating innovative solutions for various industries.

    • The company has been in operation for over 10 years.

    • They have a strong focus on research and development.

    • They have a diverse portfolio of clients from different sectors.

    • The company values collaboration and teamwork.

    • They have won several industry awards for their software products.

  • Answered by AI
  • Q5. Questions based on Resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your resume.
Research about the company and its biggest clients.
Take a look at some puzzles asked in HR interviews and be thorough with OOPS, SDLC, Testing.
Some were also asked to code so must know DSA have a bit of luck😁.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1.WHAT IS Java, Selenium, Testing? 2.WHAT IS Functional and Non-functional ?
  • Ans. 

    Java is a programming language, Selenium is a testing tool, and testing is the process of evaluating a system or application.

    • Java is an object-oriented programming language used for developing applications and software.

    • Selenium is an open-source testing tool used for automating web browsers.

    • Testing is the process of evaluating a system or application to find defects or errors.

    • Functional testing checks if the system or ...

  • Answered by AI
  • Q2. 3.hOW aPi TESTING WILL FO?
  • Ans. 

    API testing involves testing the functionality, reliability, performance, and security of APIs.

    • API testing can be done manually or through automated tools.

    • API testing involves sending requests to the API and verifying the response.

    • API testing can include testing for authentication, authorization, and error handling.

    • API testing can also involve load testing and stress testing to ensure the API can handle high traffic.

    • Ex...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good for freshers and great learning for new opportunities

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. There is good to provide training
Round 2 - Technical 

(2 Questions)

  • Q1. Microservice concept spring boot and Multithreding
  • Q2. Basic of java oops collection spring boot annotations

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good to join as a fresher they provide training but the salary not credit properly

RMSI Interview FAQs

How many rounds are there in RMSI Software Engineer interview?
RMSI interview process usually has 2-3 rounds. The most common rounds in the RMSI interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for RMSI Software Engineer 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 RMSI. The most common topics and skills that interviewers at RMSI expect are ASP.Net, JQuery, Javascript, Front End and GIS.
What are the top questions asked in RMSI Software Engineer interview?

Some of the top questions asked at the RMSI Software Engineer interview -

  1. What do you mean by ...read more
  2. Basics of programing(java,python,c++ etc) + about college projects + confidence...read more
  3. Django Web development and Rest A...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 RMSI interviews
Referral
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
RMSI Software Engineer Salary
based on 126 salaries
₹2.2 L/yr - ₹7.5 L/yr
41% less than the average Software Engineer Salary in India
View more details

RMSI Software Engineer Reviews and Ratings

based on 13 reviews

3.9/5

Rating in categories

3.3

Skill development

3.5

Work-Life balance

3.9

Salary & Benefits

4.6

Job Security

3.8

Company culture

3.5

Promotions/Appraisal

3.3

Work Satisfaction

Explore 13 Reviews and Ratings
GIS Engineer
3.2k salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Senior GIS Engineer
774 salaries
unlock blur

₹1.1 L/yr - ₹6.1 L/yr

Senior Engineer
192 salaries
unlock blur

₹2.7 L/yr - ₹8.8 L/yr

Assistant GIS Engineer
165 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Project Lead
144 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Explore more salaries
Compare RMSI with

Cyient

3.7
Compare

Genpact

3.9
Compare

TCS

3.7
Compare

Wipro

3.7
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