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

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

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 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
-
Process Duration
-
Result
No response
Round 1 - Technical 

(3 Questions)

  • Q1. Data structure [Array]
  • Q2. Core JAVA questions[ exception handling , OOPS , Collections Framework ]
  • Q3. JDBC and SQL questions
Round 2 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Tell me one scenerio under which you did development
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Researched existing water tracking apps for inspiration

    • Designed user interface for easy input of water consumption

    • Implemented backend database to store user data

    • Tested app with beta users for feedback and improvements

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic coding along with general aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops describe with real time example?
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • Encapsulation: Objects encapsulate data and behavior. Example: Car object with properties like color and methods like start()

    • Inheritance: Objects can inherit attributes and methods from other objects. Example: Anima...

  • Answered by AI
  • Q2. Describe about data structures with real time examples?
  • Ans. 

    Data structures are ways to organize and store data efficiently in a computer.

    • Data structures are used to store and organize data in a way that makes it easy to access and manipulate.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • For example, an array is a data structure that stores a collection of elements in a contiguous block of memory.

    • A linked list is a data structure wh...

  • Answered by AI
  • Q3. What makes you different from other candidates?
Round 3 - HR 

(2 Questions)

  • Q1. Why do you choose happiest minds ?
  • Q2. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are oops concepts
  • Q2. Some questions on collection framework
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic MCQs on General aptitude, logical reasoning and programming questions

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is a constructor in C++?
  • Ans. 

    A constructor in C++ is a special member function that is automatically called when an object is created.

    • Constructors have the same name as the class and do not have a return type.

    • They can be used to initialize the object's data members.

    • Default constructors are automatically generated if no constructor is defined.

    • Parameterized constructors can be defined to accept arguments during object creation.

  • Answered by AI
  • Q2. What is copy assignment operator?
  • Ans. 

    Copy assignment operator is a special member function in C++ that allows one object to be assigned the values of another object of the same class.

    • Copy assignment operator is denoted by the = operator.

    • It is used to copy the values of one object into another object of the same class.

    • It is automatically generated by the compiler if not explicitly defined.

    • Example: MyClass obj1; MyClass obj2; obj2 = obj1; // Copy assignment

  • Answered by AI
  • Q3. What is virtualization in C++?
  • Ans. 

    Virtualization in C++ is the process of creating a virtual version of a class or function to allow for polymorphism and dynamic binding.

    • Virtualization in C++ is achieved through the use of virtual functions and inheritance.

    • Virtual functions are declared in a base class and overridden in derived classes to provide different implementations.

    • Virtualization allows for polymorphism, where a pointer to a base class can point...

  • Answered by AI
  • Q4. Implement String class
  • Ans. 

    Implement a custom String class in a programming language.

    • Define a class with necessary properties and methods to manipulate strings.

    • Include methods for concatenation, substring, length, etc.

    • Handle memory allocation and deallocation properly.

    • Example: class MyString { // implementation }

  • Answered by AI
  • Q5. What is smart pointers?
  • Ans. 

    Smart pointers are objects that act like pointers but provide automatic memory management.

    • Smart pointers help prevent memory leaks by automatically deallocating memory when no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr in C++.

    • They provide better memory safety compared to raw pointers.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

30 questions combination of Logical, numeric, verbal and 2 coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Questions on core Java concepts
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of data structures and algorithms

    • Proficient in programming languages such as Java, Python, and C++

    • Familiar with Agile development methodolog

  • Answered by AI
  • Q2. Your strength and weakness
  • Ans. 

    Strength: Problem-solving skills. Weakness: Overthinking.

    • Strength: I have strong problem-solving skills which help me in finding efficient solutions to complex issues.

    • Weakness: Sometimes I tend to overthink situations, which can lead to unnecessary stress and delays in decision-making.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in you expertise and be confident of what you know.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Python and java spring cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - all good
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Observables, Services, Promises, Closure ?
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

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