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 3 Mar 2025

Top Mphasis Interview Questions and Answers

View all 520 questions

Mphasis Interview Experiences

Popular Designations

791 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. What is Executer Service?
  • Ans. 

    ExecutorService is an interface in Java that provides a way to manage and control the execution of threads in a multithreaded environment.

    • It is part of the java.util.concurrent package.

    • It provides methods to submit tasks for execution, manage thread pools, and control the execution of tasks.

    • It allows for the execution of tasks asynchronously and provides features like scheduling, cancellation, and monitoring of tasks.

    • E...

  • Answered by AI
  • Q2. What is the use of JPA?
  • Ans. 

    JPA is a Java specification for mapping Java objects to relational databases.

    • JPA stands for Java Persistence API

    • It provides a way to map Java objects to database tables and vice versa

    • JPA simplifies the development of data access layer in Java applications

    • It supports object-relational mapping (ORM) and allows developers to work with entities, relationships, and queries in a more object-oriented way

  • Answered by AI
  • Q3. Explain about PreparedStatement
  • Ans. 

    PreparedStatement is used in Java to execute parameterized SQL queries to prevent SQL injection attacks.

    • PreparedStatement is a subinterface of Statement in Java.

    • It is used to execute parameterized SQL queries.

    • It helps prevent SQL injection attacks by automatically escaping special characters.

    • Example: PreparedStatement pstmt = connection.prepareStatement("SELECT * FROM users WHERE username = ?");

  • Answered by AI
  • Q4. Program to find the missing numbers from Array
  • Ans. 

    Program to find missing numbers from Array

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

    • Then iterate from 1 to the length of the array and check if each number exists in the HashSet

    • If a number is not found in the HashSet, it is a missing number

  • Answered by AI

Skills evaluated in this interview

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of previous assignments . Explain deployment pattern as well as interaction between components and Database
  • Ans. 

    Utilized microservices architecture with containerization for deployment. Components interacted through REST APIs with database.

    • Implemented microservices architecture for modularity and scalability

    • Utilized containerization (e.g. Docker) for easy deployment and management

    • Components communicated through REST APIs for decoupling and flexibility

    • Database interactions handled through ORM (Object-Relational Mapping) for data ...

  • Answered by AI
  • Q2. Project Management basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your basics ready for a Tech PM

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)
Mphasis Interview Questions and Answers for Freshers
illustration image

Transaction Processing Officer Interview Questions & Answers

user image Vijayalaxmi S Annigeri

posted on 6 Dec 2024

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

(3 Questions)

  • Q1. Self introduction
  • Q2. Basic Accounting questions
  • Q3. What is working capital
  • Ans. 

    Working capital is the difference between a company's current assets and current liabilities.

    • Working capital is essential for a company's day-to-day operations.

    • It indicates the company's ability to meet its short-term financial obligations.

    • Formula: Working Capital = Current Assets - Current Liabilities.

    • Examples: Cash, accounts receivable, inventory are current assets. Accounts payable, short-term loans are current liab

  • Answered by AI

Top Mphasis Transaction Processing Officer Interview Questions and Answers

Q1. Tell me something about Stock Market & Insurance
View answer (1)

Transaction Processing Officer Interview Questions asked at other Companies

Q1. Tell me something about Stock Market & Insurance
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions from Java 8, Spring boot micro services.
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial discussion
Round 3 - Technical 

(1 Question)

  • Q1. In depth concepts and challenges faced while creating microservices.
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations and negotiation.

Mphasis interview questions for popular designations

 Associate Software Engineer

 (77)

 Senior Software Engineer

 (56)

 Software Engineer

 (55)

 Module Lead

 (33)

 Transaction Processing Officer

 (27)

 Software Developer

 (20)

 Delivery Module Lead

 (14)

 Automation Test Engineer

 (10)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. The questions were around Microservices and Java also a bit of NodeJS was asked sounded ok except this was rescheduled twice
Round 2 - Technical 

(1 Question)

  • Q1. 2 People Mostly Architects Interviewed me and asked me on Websockets and when they are used Node JS and its advantages. I goto know this was a Project/ Position specific hire and a lot of questions around ...
Round 3 - Behavioral 

(1 Question)

  • Q1. The manager was very rude he as i had a break of 1 year he was kind of refusing to take interview for the first 5-10 mins asking reasons for the gap and i did explain him i had taken sabbatical due to heal...

Interview Preparation Tips

Interview preparation tips for other job seekers - Sr Management seems to be not very open

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top Mphasis Interview Questions

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

Easy logical quantitative questions
English and grammar

Round 2 - Group Discussion 

Easy topics like work from home or work from office

Round 3 - Technical 

(1 Question)

  • Q1. Basic coding questions

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 (42)

Jobs at Mphasis

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Automation Test Engineer with 5 years of experience in creating and executing test cases for software applications.

    • Experienced in creating automated test scripts using tools like Selenium and Appium

    • Proficient in writing test cases, executing tests, and reporting defects

    • Skilled in analyzing test results and providing recommendations for improvements

    • Strong knowledge of software testing methodologies and ...

  • Answered by AI
  • Q2. Explain project framework
  • Ans. 

    Project framework is a structure that provides guidelines, best practices, and tools for developing and maintaining software projects.

    • Project framework defines the overall structure of the project, including directories, files, and naming conventions.

    • It includes guidelines for coding standards, testing procedures, and documentation requirements.

    • Frameworks like Selenium, TestNG, and JUnit provide tools and libraries for...

  • Answered by AI
  • Q3. Agile scrum: Velocity?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare accordingly with your resume

Skills evaluated in this interview

Top Mphasis Automation Test Engineer Interview Questions and Answers

Q1. Can you create a Static method inside an Abstract class or Interface?
View answer (1)

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 6 Sep 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Waste of time to go Mphasis
  • Ans. 

    It depends on individual circumstances and career goals.

    • Going to Mphasis may not be a waste of time if it aligns with your career goals and offers valuable experience.

    • Consider factors such as job role, growth opportunities, work culture, and learning potential before making a decision.

    • Some people may find Mphasis to be a valuable stepping stone in their career, while others may not see it as beneficial.

    • Ultimately, the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is an individual named Anoop Prabhakar who serves as the Operations Manager for Project Money. He often displays a negative attitude toward employees and engages in verbal harassment. Upon joining the company, you may feel insecure about your job and may want to leave as soon as possible because of him; however, Mphasis has not removed him for various reasons, and he has the authority to hire and fire employees without justification.

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find names starting with "A" and department 2 from a list and add values into another list using java 8.
  • Ans. 

    Using Java 8, filter names starting with 'A' and in department 2 and add them to a new list.

    • Use Java 8 stream to filter names starting with 'A' and in department 2

    • Collect the filtered names into a new list

  • Answered by AI
  • Q2. Attributes of transactional annotation
  • Ans. 

    Transactional annotation in software engineering is used to manage database transactions.

    • Transactional annotation ensures that a group of operations are treated as a single unit of work.

    • It helps in maintaining data integrity by either committing all changes or rolling back if an error occurs.

    • Examples include @Transactional in Spring framework and @Transaction in Java EE.

  • Answered by AI

Skills evaluated in this interview

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

IOS Developer Interview Questions & Answers

user image Khushbu Kushwah

posted on 1 Jul 2024

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

(2 Questions)

  • Q1. Some basic Questions related to iOS concepts.
  • Q2. Multithreading and multitasking.
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced iOS Questions.
  • Q2. API Calling, Json Parsing

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Basic Concepts first.

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

REVIEWS

Enlist Management Consultants

No Reviews

INTERVIEWS

HumanHire Corp.

No Interviews

INTERVIEWS

Ubique Systems

No Interviews

INTERVIEWS

Growel Softech

No Interviews

REVIEWS

Planet PCI Infotech

No Reviews

SALARIES

Morpheus Human Consulting

No Salaries

PHOTOS

Enlist Management Consultants

No Photos

Tell us how to improve this page.

Mphasis Interview Process

based on 666 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

Mphasis Reviews and Ratings

based on 8.3k reviews

3.4/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

2.8

Salary

3.4

Job security

3.3

Company culture

2.5

Promotions

3.2

Work satisfaction

Explore 8.3k Reviews and Ratings
Senior Software Engg - Systems

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Sr Softeware Engineer

Hyderabad / Secunderabad

5-7 Yrs

₹ 0.5-1.75 LPA

Sr Sofware Engineer

Bangarapet

6-11 Yrs

₹ 0.5-2 LPA

Explore more jobs
Software Engineer
6.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
4.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
2.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹0 L/yr - ₹0 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