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 27 Feb 2025

Top Mphasis Interview Questions and Answers

View all 507 questions

Mphasis Interview Experiences

Popular Designations

788 interviews found

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)

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)

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)

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)

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. Java QuestionHow 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)

Get interview-ready with Top Mphasis Interview Questions

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)

Jobs at Mphasis

View all
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. Java and OOPS QuestionsWhat is a singleton class.What are design patterns.Explain the diamond problem in Java.Will Java be able to sustain its ecosystem in the future?What is static and dynamic binding.
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 (169)
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 Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is method overloading
  • Q2. What is constructor

Automation Test Analyst Interview Questions asked at other Companies

Q1. Explain automation testing
View answer (1)

UI Lead Interview Questions & Answers

user image Sathiyendhiran Marimuthu

posted on 23 Oct 2024

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

(2 Questions)

  • Q1. Gneneral JS questions
  • Q2. Event Loops & Event Delegation

UI Lead Interview Questions asked at other Companies

Q1. Which design applications are used for designing a UI?
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 662 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 813 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 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
Travel Invoicing

Bangalore / Bengaluru

0-2 Yrs

Not Disclosed

Mega drive For BCA fresher For technical voice process

Bangalore / Bengaluru

0-1 Yrs

₹ 2-3.25 LPA

Senior UI Path Developer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
6.3k salaries
unlock blur

₹2 L/yr - ₹11.1 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹6 L/yr - ₹23.5 L/yr

Associate Software Engineer
4.6k salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Module Lead
2.4k salaries
unlock blur

₹9.5 L/yr - ₹34.3 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.8
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