Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by RMSI Team. If you also belong to the team, you can get access from here

RMSI Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

RMSI Software Developer Interview Questions and Answers

Updated 6 Oct 2023

RMSI Software Developer Interview Experiences

2 interviews found

I applied via campus placement at Technocrats Institute of Technology, Bhopal and was interviewed in Apr 2022. 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 

It was normal aptitude test, basically normal to medium. One can easily clear the test with basic apti preparations.

Round 3 - Technical 

(1 Question)

  • Q1. Technical round was also not much hard to crack. Most of the questions are from the language provided in resume. Some of the questions are also from javascript (syntaxes)
Round 4 - Cognitive test 

(1 Question)

  • Q1. This round also contain aptitude questions.

Interview Preparation Tips

Topics to prepare for RMSI Software Developer interview:
  • ASP.Net
  • Javascript
Interview preparation tips for other job seekers - Overall the interview was easy and I got selected.

I applied via campus placement at Technocrats Institute of Technology, Bhopal and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Basic questions from C# and JavaScript.
  • Q2. Explain one of your project
  • Q3. Questions from you project
Round 3 - HR 

(1 Question)

  • Q1. Basic discussion why would we hire, why you want to join this company etc

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Hackathon on chatbot development website

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS basics like shallow copy deep copy
  • Q2. Sorting techniques and psuedo code
Round 3 - HR 

(2 Questions)

  • Q1. Questions on projects
  • Q2. Introduction and insights of comapny
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is a comparator?
  • Ans. 

    A comparator is a function that compares two objects to determine their ordering.

    • Used in sorting algorithms to determine the order of elements

    • Returns a negative value if the first object is less than the second, zero if they are equal, and a positive value if the first object is greater

    • Commonly used in Java with the Comparator interface

  • Answered by AI
  • Q2. What is reentrant lock?
  • Ans. 

    A reentrant lock is a synchronization primitive that allows a thread to re-enter a critical section it already holds.

    • Prevents deadlock by allowing a thread to acquire the lock multiple times

    • Each lock acquisition must be followed by a corresponding release

    • Commonly used in multi-threaded programming to protect shared resources

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. How can you reverse a string that is stored in an array?
  • Q2. Oops
Round 2 - HR 

(2 Questions)

  • Q1. How do you feel about policies and location constraints?
  • Q2. Okay with joining mphasis?
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain sldc architecture
  • Ans. 

    SDLC architecture stands for Software Development Life Cycle architecture, which is a process used in software development to design, develop, and test software applications.

    • SDLC architecture involves planning, designing, coding, testing, and deploying software applications.

    • It helps in ensuring that the software development process is organized and efficient.

    • Common SDLC models include Waterfall, Agile, and DevOps.

    • Each ...

  • Answered by AI
  • Q2. Explain DBMS and its needs
  • Ans. 

    DBMS stands for Database Management System, it is a software that manages databases and allows users to interact with them.

    • DBMS is used to create, retrieve, update, and manage data in databases.

    • It provides a way to store and organize data efficiently.

    • DBMS ensures data integrity, security, and consistency.

    • Examples of DBMS include MySQL, Oracle, SQL Server, and PostgreSQL.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is OOPS ?
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain data and methods to manipulate that data.

    • It allows for encapsulation, inheritance, and polymorphism.

    • Examples of OOPS languages include Java, C++, and Python.

  • Answered by AI
  • Q2. What is Dependency Injection
  • Ans. 

    Dependency Injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Allows for easier testing by mocking dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Example: Constructor injection, Setter injection

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Which Architechture does you project build by?
  • Q2. What is Normalization in sql?
  • Ans. 

    Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured manner.

    • There are different normal forms like 1NF, 2NF, 3NF, and BCNF that define the level of normalization.

    • Example: If we have a t...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell about your self ?
  • Q2. Whom do you provide your first month salary ?

Skills evaluated in this interview

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

Prev job work and project details , roles and responsibility

Round 2 - Technical 

(2 Questions)

  • Q1. What is SDLC process
  • Ans. 

    SDLC process is a structured approach to software development that defines tasks performed at each stage of the software development life cycle.

    • SDLC stands for Software Development Life Cycle

    • It includes stages like planning, analysis, design, implementation, testing, and maintenance

    • Each stage has specific goals and deliverables to ensure the quality and success of the software project

  • Answered by AI
  • Q2. What is the ASp.net mean for ?
  • Ans. 

    ASP.NET stands for Active Server Pages .NET, a web application framework developed by Microsoft.

    • ASP.NET is a server-side web application framework used for building dynamic web pages and web applications.

    • It allows developers to create web applications using languages like C# or VB.NET.

    • ASP.NET provides tools and libraries for building web forms, MVC (Model-View-Controller) applications, and Web API services.

    • It is part o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on tech round

Skills evaluated in this interview

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

(2 Questions)

  • Q1. WRITE A java program to find the shortest distance between 2 nodes in an array
  • Ans. 

    Java program to find shortest distance between 2 nodes in an array of strings

    • Create a method that takes in the array of strings and the two nodes as parameters

    • Use a map to store the index of each node in the array

    • Calculate the distance between the two nodes using their indices in the array

  • Answered by AI
  • Q2. Explain oops concept
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are blueprints for creating objects, which are instances of classes

    • Inheritance allows a class to inherit properties and behavior from an...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location process

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Intro your self in detail
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Explain about your projects

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on resume

RMSI Interview FAQs

How many rounds are there in RMSI Software Developer interview?
RMSI interview process usually has 3-4 rounds. The most common rounds in the RMSI interview process are Resume Shortlist, Technical and HR.
How to prepare for RMSI Software Developer 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 .Net, C#, Javascript, ASP.Net and Django.
What are the top questions asked in RMSI Software Developer interview?

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

  1. Technical round was also not much hard to crack. Most of the questions are from...read more
  2. This round also contain aptitude questio...read more
  3. Basic questions from C# and JavaScri...read more

Tell us how to improve this page.

RMSI Software Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
RMSI Software Developer Salary
based on 23 salaries
₹2.5 L/yr - ₹10.6 L/yr
10% less than the average Software Developer Salary in India
View more details

RMSI Software Developer Reviews and Ratings

based on 5 reviews

3.1/5

Rating in categories

2.6

Skill development

2.8

Work-life balance

2.5

Salary

2.9

Job security

2.6

Company culture

2.1

Promotions

2.5

Work satisfaction

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

₹1.5 L/yr - ₹5 L/yr

Senior GIS Engineer
776 salaries
unlock blur

₹1.1 L/yr - ₹6.1 L/yr

Senior Engineer
201 salaries
unlock blur

₹2.7 L/yr - ₹8.8 L/yr

Assistant GIS Engineer
165 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Assistant Engineer
138 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Explore more salaries
Compare RMSI with

Cyient

3.6
Compare

Genpact

3.8
Compare

TCS

3.7
Compare

Wipro

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