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

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 20 May 2024

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. What are the events of scrum? How do you carry them out?
  • Ans. 

    The events of Scrum are Sprint, Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective.

    • Sprint: Time-boxed iteration where work is completed and reviewed.

    • Sprint Planning: Meeting to plan the work to be done in the Sprint.

    • Daily Standup: Daily meeting for the team to synchronize and plan the day's work.

    • Sprint Review: Meeting at the end of the Sprint to review the work completed.

    • Sprint Retrospective: Meeti...

  • Answered by AI
  • Q3. What do you mean by continuous integration?
  • Ans. 

    Continuous integration is the practice of frequently integrating code changes into a shared repository to detect and fix integration errors early.

    • Automating the process of building, testing, and integrating code changes multiple times a day

    • Helps in identifying and fixing integration errors quickly

    • Ensures that the codebase is always in a deployable state

    • Promotes collaboration and communication among team members

  • Answered by AI
  • Q4. What was a challenge that you faced as scrum master?
  • Q5. What are the agile metrics you used in your previous project?
  • Ans. 

    Agile metrics used in previous project included velocity, burndown charts, and cycle time.

    • Velocity - measuring the amount of work completed in a sprint

    • Burndown charts - tracking the remaining work in a sprint

    • Cycle time - measuring the time taken for a task to be completed

  • Answered by AI

Skills evaluated in this interview

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Collection, Interface?
  • Ans. 

    Collection is a group of objects, Interface is a contract that defines a set of methods to be implemented.

    • Collection is a framework that provides an architecture to store and manipulate a group of objects.

    • Interface in Java is a blueprint of a class that defines a set of methods without implementation.

    • Example: List, Set, Map are different types of collections in Java. Comparable, Serializable are examples of interfaces.

  • Answered by AI
  • Q2. Create the API using Spring boot.
  • Ans. 

    Creating API using Spring Boot for software development.

    • Use @RestController annotation to define RESTful web services.

    • Define request mappings using @RequestMapping annotation.

    • Use @GetMapping, @PostMapping, @PutMapping, @DeleteMapping annotations for specific HTTP methods.

    • Use @RequestBody annotation to bind HTTP request body to a method parameter.

    • Use @ResponseBody annotation to bind the return value to the HTTP response

  • 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 (42)
Mphasis Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Different kinds of kyc process
  • Ans. 

    KYC processes include customer identification, due diligence, and risk assessment to prevent financial crimes.

    • Customer identification: verifying the identity of the customer through documents like ID cards, passports, or utility bills

    • Due diligence: assessing the customer's background, financial history, and risk profile

    • Risk assessment: evaluating the potential risks associated with the customer, such as money launderin

  • Answered by AI
  • Q2. Types of docs in nbfc
  • Ans. 

    Types of documents in NBFC include loan agreements, KYC documents, financial statements, and regulatory filings.

    • Loan agreements

    • KYC documents

    • Financial statements

    • Regulatory filings

  • Answered by AI

Top Mphasis Knowledge Specialist Interview Questions and Answers

Q1. As per OFAC list what are the sanctioned countries
View answer (2)

Knowledge Specialist Interview Questions asked at other Companies

Q1. As per OFAC list what are the sanctioned countries
View answer (2)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your current project?
  • Ans. 

    I am currently working on developing a custom IT service management solution for a large financial institution.

    • Designing and implementing custom workflows to streamline service requests

    • Integrating with third-party systems for data synchronization

    • Creating custom reports and dashboards for management visibility

  • Answered by AI
  • Q2. What are your roles & responsibilities?

Interview Preparation Tips

Interview preparation tips for other job seekers - Company did not even inform about anything post interview, after continuous follow up got to know.

Servicenow Developer Interview Questions asked at other Companies

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)

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)

Java Technical Lead Interview Questions & Answers

user image Dilip Jha Deepak

posted on 20 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between PUT and POST
  • Ans. 

    PUT is used to update or replace an existing resource, while POST is used to create a new resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • POST is not idempotent, meaning multiple identical requests may have different effects.

    • PUT is used when the client knows the URI of the resource it wants to update.

    • POST is used when the client does not know the URI of the

  • Answered by AI
  • Q2. What are the idempotent methods in REST API call
  • Ans. 

    Idempotent methods in REST API calls are operations that can be repeated multiple times without changing the result beyond the initial application.

    • GET method is idempotent as it retrieves data and does not change the state of the server

    • PUT and DELETE methods are also idempotent as they perform the same operation regardless of how many times they are called

    • POST method is not idempotent as it creates a new resource each

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy process, but they do not honor their offer letter. So, you may be left with no jobs/joining even after your offer letter. In my case, they did not honor their offer letter after saying that they do not have project with thier client

Skills evaluated in this interview

Java Technical Lead Interview Questions asked at other Companies

Q1. Internals of JVM. Where is class , variables , objects stored in JVM
View answer (1)

Get interview-ready with Top Mphasis Interview Questions

QA Tester Interview Questions & Answers

user image Akshaya S

posted on 7 Oct 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Seperate words and number program in Java.
  • Ans. 

    A program in Java to separate words and numbers.

    • Use regular expressions to separate words and numbers.

    • Iterate through the input string and check if each character is a word or a number.

    • Store the words and numbers in separate arrays.

  • Answered by AI

Skills evaluated in this interview

QA Tester Interview Questions asked at other Companies

Q1. If you are given a ball pen tested for indian market, now you have to test it for international market, what testings will you perform.?
View answer (1)

Jobs at Mphasis

View all

Module Lead Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Java 8 Features
  • Q2. Composition and aggregation

Top Mphasis Module Lead Interview Questions and Answers

Q1. How can you create a Singleton class in Java?
View answer (2)

Module Lead Interview Questions asked at other Companies

Q1. 1) describe the Cloud architecture for the azure storage, blob , cloud services? 2) describe the integration of Web API related questions for email and sms applications? 3) describe the .net core aspects for solid programming implementation... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy MCQ Questions just prepare basics of CS

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPS concept in detail
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS stands for Object-Oriented Programming System

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

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation: Bundling data and methods that operate on the data int...

  • Answered by AI
  • Q2. What is constructor
  • Ans. 

    A constructor is a special type of method that is automatically called when an object is created in a class.

    • Constructors have the same name as the class they are in.

    • They can be used to initialize object properties.

    • Constructors do not have a return type.

    • Example: public class Car { public Car() { // constructor code here } }

  • Answered by AI
  • Q3. When we use final keyword
  • Ans. 

    The final keyword is used in Java to declare constants, prevent method overriding, and prevent class inheritance.

    • Used to declare constants - value cannot be changed

    • Prevents method overriding in subclasses

    • Prevents class inheritance - class cannot be extended

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strength and Weakness
  • Q2. About myself, my hobbies, fav game

Skills evaluated in this interview

Top Mphasis Softwaretest Engineer Interview Questions and Answers

Q1. What are the locators in selenium, Write xpath for given element Diff between find element and findelements What is smoke sanity and regression testing Black box and white box testing difference Defect life cycle explaination How to report ... read more
View answer (1)

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic and advanced concepts of c++
Round 2 - Technical 

(1 Question)

  • Q1. Basic and advanced concepts of c++

Delivery Module Lead Interview Questions asked at other Companies

Q1. What are streams. What is java8 features.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Interview questions about datastage

Top Mphasis Software Engineer Interview Questions and Answers

Q1. Familiar languages you are going through What you learn in lockdown
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
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