i
MPS Limited
Filter interviews by
Questions of quant and coding
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
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.
Top trending discussions
posted on 27 Nov 2024
I applied via Recruitment Consultant and was interviewed in May 2021. There were 5 interview rounds.
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
posted on 16 Aug 2024
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Given array of strings and find the duplicate character count.
posted on 9 Oct 2024
I applied via Naukri.com and was interviewed before Oct 2023. There were 4 interview rounds.
This test consist of Logical, Reasoning, Verbal and some Programming questions
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
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
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
I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.
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.
posted on 26 Oct 2023
I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.
based on 9 reviews
Rating in categories
Senior Executive
171
salaries
| ₹1.5 L/yr - ₹6 L/yr |
Software Engineer
144
salaries
| ₹2 L/yr - ₹11 L/yr |
Executive
87
salaries
| ₹1.3 L/yr - ₹3.9 L/yr |
Copy Editor
75
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Team Lead
63
salaries
| ₹2.7 L/yr - ₹8.2 L/yr |
TCS
Infosys
Wipro
HCLTech