Upload Button Icon Add office photos
Engaged Employer

i

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

MPS Limited Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 539 Reviews

Filter interviews by

MPS Limited Senior Software Engineer Interview Questions and Answers

Updated 14 Jun 2024

MPS Limited Senior Software Engineer Interview Experiences

2 interviews found

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

Questions of quant and coding

Round 2 - Technical 

(2 Questions)

  • Q1. Program to find duplicate
  • Ans. 

    Program to find duplicate strings in an array

    • Iterate through the array and store each string in a HashSet

    • If a string is already in the HashSet, it is a duplicate

    • Return a list of all duplicate strings found

  • Answered by AI
  • Q2. Java concepts and oops
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial questions about project and stuff
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and company policies

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is entity.
  • Ans. 

    An entity is a thing or object in the real world that can be distinctly identified.

    • Entities can be people, places, objects, events, or concepts.

    • In software engineering, an entity refers to a data object or a class that represents a real-world entity.

    • For example, in a database, a 'Customer' entity may have attributes like name, address, and phone number.

  • Answered by AI
  • Q2. Ask about oops concept.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. What are the OOPS concepts
  • Q2. MultiThreading, synchronization
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic JS related question
  • Q2. Angular Basic + Advance Question

I applied via Recruitment Consultant and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Let const var differ and accessibility also other
  • Ans. 

    Explaining the differences between const and var, their accessibility, and other related concepts.

    • const is a keyword used to declare a variable that cannot be reassigned.

    • var is a keyword used to declare a variable with function scope.

    • let is a keyword used to declare a variable with block scope.

    • Accessibility refers to the scope of a variable and where it can be accessed from.

    • Other related concepts include hoisting, clos

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interviews

Skills evaluated in this interview

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

(2 Questions)

  • Q1. OOPS Basic Questions and examples
  • Q2. Microservices Related questuons and examples

Interview Preparation Tips

Interview preparation tips for other job seekers - All great
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts, c#, how to prevent postback
  • Q2. SQL joins, indexes, triggers, views
Round 2 - Coding Test 

Given array of strings and find the duplicate character count.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview with basic concepts but one thing is that this is a SME company and you don't think this is your last interview because when you selected then there will be multiple clients whom you have to give interview again n again.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Assignment 

This test consist of Logical, Reasoning, Verbal and some Programming questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Java and Frameworks question
  • Q2. Stream api find the second largest salary
  • Ans. 

    Use Stream API to find the second largest salary in an array of salaries.

    • Use Stream.sorted() to sort the salaries in descending order

    • Use Stream.skip(1).findFirst() to get the second highest salary

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Insert middle in the linked list
  • Ans. 

    Insert a node in the middle of a linked list

    • Find the middle node using slow and fast pointers

    • Insert the new node after the middle node

    • Update the pointers to maintain the linked list structure

  • Answered by AI
  • Q2. Reverse the linked list
  • Ans. 

    Reverse a linked list

    • Iterate through the linked list and change the direction of pointers

    • Use three pointers to keep track of current, previous, and next nodes

    • Update the head of the linked list to point to the last node

  • Answered by AI
  • Q3. Singletone design pattern
Round 4 - HR 

(2 Questions)

  • Q1. About your self
  • Q2. Previous company and project Experiance

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. She asked about the projects you have been working on and their details.
  • Q2. She inquired about the fundamental principles and core concepts of JavaScript, such as the event loop, setInterval, promises, and others.
Round 2 - Coding Test 

The interviewer asked me to create a function that determines whether a given number, n, provided by the user, is prime or not. If n is prime, the function should return true; otherwise, it should return false.

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a service-based company, which requires you to go to client locations for work; you will not be seated in the office.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. It was related to some current working projects, roles and responsibilities and what some technical knowledge.
  • Q2. No one is respond after that first round, and during the call it was positive from interviewer. I have tried multiple times by mail and call but no one is responding.

MPS Limited Interview FAQs

How many rounds are there in MPS Limited Senior Software Engineer interview?
MPS Limited interview process usually has 2-3 rounds. The most common rounds in the MPS Limited interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for MPS Limited Senior 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 MPS Limited. The most common topics and skills that interviewers at MPS Limited expect are Javascript, CSS, Drupal, Hibernate and PHP.
What are the top questions asked in MPS Limited Senior Software Engineer interview?

Some of the top questions asked at the MPS Limited Senior Software Engineer interview -

  1. Program to find duplic...read more
  2. What is enti...read more
  3. Java concepts and o...read more

Tell us how to improve this page.

MPS Limited Senior Software Engineer Salary
based on 62 salaries
₹5 L/yr - ₹17 L/yr
28% less than the average Senior Software Engineer Salary in India
View more details

MPS Limited Senior Software Engineer Reviews and Ratings

based on 9 reviews

4.1/5

Rating in categories

3.8

Skill development

4.3

Work-Life balance

3.9

Salary & Benefits

3.9

Job Security

3.8

Company culture

2.8

Promotions/Appraisal

4.3

Work Satisfaction

Explore 9 Reviews and Ratings
Senior Executive
171 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Software Engineer
144 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Executive
87 salaries
unlock blur

₹1.3 L/yr - ₹3.9 L/yr

Copy Editor
75 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Team Lead
63 salaries
unlock blur

₹2.7 L/yr - ₹8.2 L/yr

Explore more salaries
Compare MPS Limited with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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