Upload Button Icon Add office photos
Engaged Employer

i

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

Mphasis Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mphasis Interview Questions, Process, and Tips

Updated 26 Mar 2025

Top Mphasis Interview Questions and Answers

  • Q1. how many types of constructor are there? ---told
  • Q2. What are sub files, types of sub files, difference, which one is used in which conditions.
  • Q3. Can you walk me through a application migration scenario from onprem to cloud
View all 31 questions

Mphasis Interview Experiences

Popular Designations

802 interviews found

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

(3 Questions)

  • Q1. What is design pattern
  • Ans. 

    Design pattern is a reusable solution to a commonly occurring problem in software design.

    • Design patterns help in creating efficient, maintainable, and scalable software.

    • They provide a common language for developers to communicate and understand each other's code.

    • Examples of design patterns include Singleton, Factory, Observer, and Strategy patterns.

  • Answered by AI
  • Q2. Kafka related questions
  • Q3. Hashmap implementation
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collision handling is important in hashmap implementation.

    • Java provides a built-in Hashmap class for easy implementation.

  • Answered by AI

Skills evaluated in this interview

Top Mphasis Software Developer Interview Questions and Answers

Q1. How can you reverse a string that is stored in an array?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Java and usage of java

Top Mphasis Senior Software Engineer Interview Questions and Answers

Q1. Trapping Rain Water Problem Statement Given a long type array/list ARR of size N, representing an elevation map where ARR[i] denotes the elevation of the ith bar, calculate the total amount of rainwater that can be trapped in these elevatio... read more
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Interview questions based on your technology
  • Q2. If database,what is procedure & function
  • Ans. 

    Procedures and functions are stored routines in a database that can be called to perform specific tasks.

    • Procedures are a set of SQL statements that perform a specific task. They can have input and output parameters.

    • Functions are similar to procedures but return a value. They can be used in SQL queries like any other function.

    • Both procedures and functions can improve code reusability and maintainability in a database sy

  • Answered by AI
  • Q3. What is trigger
  • Ans. 

    A trigger is a special kind of stored procedure that is automatically executed when certain events occur in a database.

    • Triggers are used to maintain data integrity by enforcing business rules or cascading changes.

    • They can be set to execute before or after INSERT, UPDATE, or DELETE operations.

    • Examples include auditing changes to a table, updating related records in other tables, or enforcing constraints.

  • Answered by AI
  • Q4. What'sis database
  • Ans. 

    A database is a structured collection of data that is stored and accessed electronically.

    • Database organizes and stores data in tables

    • It allows for efficient retrieval, insertion, and updating of data

    • Examples include MySQL, Oracle, MongoDB

  • Answered by AI
  • Q5. What is primary key?
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is uniquely identified.

    • It must have a unique value for each record.

    • Primary key can be a single column or a combination of columns.

    • Examples: ID column in a user table, combination of first name and last name in an employee table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and attend

Skills evaluated in this interview

Top Mphasis Senior Software Developer Interview Questions and Answers

Q1. If database,what is procedure & function
View answer (1)

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

What people are saying about Mphasis

View All
a development consultant
1w (edited)
Harman VS Deloitte VS MPhasis
Which company should I join as QA having 5.5 yrs of exp?
Got a question about Mphasis?
Ask anonymously on communities.

Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Common balance problem 8 stones one of them is heavier than other 7 find the odd one with minimum no of iterations
  • Q2. 3 and 5 liter jar in place take out exact 4 litres of water

Skills evaluated in this interview

Mphasis interview questions for popular designations

 Associate Software Engineer

 (77)

 Software Engineer

 (57)

 Senior Software Engineer

 (57)

 Module Lead

 (34)

 Transaction Processing Officer

 (28)

 Software Developer

 (21)

 Delivery Module Lead

 (14)

 Automation Test Engineer

 (10)

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Asked about insurance knowledge
  • Q2. If ok with all the shifts
  • Ans. 

    Yes, I am okay with all shifts and can be flexible with my schedule.

    • I am open to working different shifts, including nights and weekends

    • I understand the importance of being available to support the team at all times

    • I have experience working in a 24/7 operation and can adapt to changing schedules

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Insurance knowledge
  • Q2. About work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s was amazing

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

Get interview-ready with Top Mphasis Interview Questions

Team Lead Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2024

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

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

Round 1 - Coding Test 

Coding and some basic questions

Round 2 - Assignment 

Basic questions on Java and DB.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush on your basics

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Jobs at Mphasis

View all
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Machine learning related questions and the theory of its operation

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude topics - Quants, logical reasoning, verbal ability, computer programming.

Round 2 - Technical 

(3 Questions)

  • Q1. They asked OOPS and Data structure concept for me.
  • Q2. They also asked about my project which was done in intership
  • Q3. Tell me about yourself.
Round 3 - HR 

(2 Questions)

  • Q1. What you will do in your free time.
  • Q2. One thing you need to improve means what you will improve?

Interview Preparation Tips

Topics to prepare for Mphasis Associate Software Engineer interview:
  • oops
  • DBMS
  • Data Structures
  • C

Top Mphasis Associate Software Engineer Interview Questions and Answers

Q1. 1. All types of database commands- DDL, DML, DCL, TCL 2. Write a java code to reverse a given string or sentence 3. Questions based on a major and minor project 4. Questions based on Industrial Training/Internship 5. Operating System- Job s... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Linked list insertion

Top Mphasis Senior Software Engineer Interview Questions and Answers

Q1. Trapping Rain Water Problem Statement Given a long type array/list ARR of size N, representing an elevation map where ARR[i] denotes the elevation of the ith bar, calculate the total amount of rainwater that can be trapped in these elevatio... read more
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

There are basic multiple choice questions in there just have good knowledge in aptitude, coding and English

Round 2 - Technical 

(1 Question)

  • Q1. The interviewer will ask some basic technical questions like pointers, pops concepts, inheritance, encapsulation, polymorphism, abstraction etc
Round 3 - HR 

(1 Question)

  • Q1. Only 2 basic questions for accepting the bond and ready to relocate.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare the basics strongly and have some confidence you will definitely crack the interview

Top Mphasis Associate Software Engineer Interview Questions and Answers

Q1. 1. All types of database commands- DDL, DML, DCL, TCL 2. Write a java code to reverse a given string or sentence 3. Questions based on a major and minor project 4. Questions based on Industrial Training/Internship 5. Operating System- Job s... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Mphasis Interview FAQs

How many rounds are there in Mphasis interview?
Mphasis interview process usually has 2-3 rounds. The most common rounds in the Mphasis interview process are Technical, HR and Resume Shortlist.
How to prepare for Mphasis 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 Mphasis. The most common topics and skills that interviewers at Mphasis expect are Java, Javascript, SQL, Spring Boot and Microservices.
What are the top questions asked in Mphasis interview?

Some of the top questions asked at the Mphasis interview -

  1. 1. All types of database commands- DDL, DML, DCL, TCL 2. Write a java code to r...read more
  2. 1. What are the commands used for maven build 2. What are the different stages ...read more
  3. 3 types of languages pronunciation one in english language , the same words and...read more
How long is the Mphasis interview process?

The duration of Mphasis interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Mphasis Interview Process

based on 680 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 797 Interviews
Nagarro Interview Questions
4.0
 • 761 Interviews
NTT Data Interview Questions
3.8
 • 625 Interviews
Publicis Sapient Interview Questions
3.5
 • 618 Interviews
GlobalLogic Interview Questions
3.7
 • 589 Interviews
View all

Mphasis Reviews and Ratings

based on 8.6k reviews

3.4/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

2.8

Salary

3.4

Job security

3.2

Company culture

2.5

Promotions

3.2

Work satisfaction

Explore 8.6k Reviews and Ratings
Process Analyst

Pune

1-3 Yrs

Not Disclosed

Share point Developer

Hyderabad / Secunderabad,

Chennai

+1

5-9 Yrs

Not Disclosed

Sr Tech. Support Engineer - SD

Pune

2-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
6.4k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
5.7k salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Associate Software Engineer
4.7k salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Module Lead
2.4k salaries
unlock blur

₹9.5 L/yr - ₹36 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Mphasis with

Cognizant

3.7
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare

TCS

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