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 - Technical 

(2 Questions)

  • Q1. Why do you want jion this compan
  • Ans. 

    I am passionate about the German language and culture and believe this company offers a great platform for me to utilize my skills and grow professionally.

    • Passionate about German language and culture

    • Believe company offers great platform for growth

    • Excited about utilizing my skills in this role

  • Answered by AI
  • Q2. What do you know about this company ?
  • Ans. 

    The company is a leading provider of language services in Germany.

    • Offers translation, interpretation, and language training services

    • Works with a variety of industries such as healthcare, legal, and technology

    • Has a team of experienced linguists and language experts

    • Known for high-quality and accurate language solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This company is very good

German Language Expert Interview Questions asked at other Companies

Q1. Was ist Widmung für Sie?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your qualification?
  • Q2. What is your experience
  • Ans. 

    I have 5 years of experience in marketing, including developing marketing strategies, conducting market research, and managing social media campaigns.

    • Developed and implemented marketing strategies to increase brand awareness and drive sales

    • Conducted market research to identify target audiences and analyze competitors

    • Managed social media campaigns to engage with customers and promote products

    • Collaborated with cross-func...

  • Answered by AI

Knowledge Analyst Interview Questions asked at other Companies

Q1. How can you change links in hundreds of articles, if expired?
View answer (1)
Mphasis Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is ServiceNow?
  • Ans. 

    ServiceNow is a cloud-based platform that provides IT service management, IT operations management, and business management solutions.

    • Cloud-based platform for IT service management

    • Offers IT operations management solutions

    • Provides business management solutions

  • Answered by AI
  • Q2. What is the incident life cycle?
  • Ans. 

    The incident life cycle is the process followed from the time an incident is reported to its resolution.

    • 1. Incident is reported by user or detected by monitoring tools

    • 2. Incident is categorized, prioritized, and assigned to a resolver group

    • 3. Resolver group investigates and works on resolving the incident

    • 4. Incident is resolved and closed after verification

    • 5. Post-incident review and analysis for process improvement

  • Answered by AI

Servicenow Developer Interview Questions asked at other Companies

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Python datatypes, middleware,decorator

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was positive. But negative feedback

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)

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)

Associate Trainee Interview Questions & Answers

user image musiclover 4ever

posted on 31 Oct 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

90 minutes. verbal ability, quants, logical reasoning, programming

Round 2 - HR 

(2 Questions)

  • Q1. Print an array of 5 numbers
  • Ans. 

    Printing an array of 5 numbers using strings

    • Declare an array variable with 5 elements

    • Assign numbers as strings to each element

    • Print the array using a loop or directly

  • Answered by AI
  • Q2. Given two variables. swap the two variables
  • Ans. 

    To swap two variables, create a temporary variable to hold one value, then assign the values of the two variables to each other.

    • Create a temporary variable to hold one of the values

    • Assign the value of the first variable to the temporary variable

    • Assign the value of the second variable to the first variable

    • Assign the value of the temporary variable to the second variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for technical interview

Associate Trainee Interview Questions asked at other Companies

Q1. What is the difference between Web Browser and Search Engine?
View answer (1)

Get interview-ready with Top Mphasis Interview Questions

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

(2 Questions)

  • Q1. Sql questions on rdbms
  • Q2. Java questions on ooops

Interview Preparation Tips

Interview preparation tips for other job seekers - Depends on project for which you are selected

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)

Jobs at Mphasis

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

(3 Questions)

  • Q1. ReduceByKey vs groupByKey
  • Ans. 

    reduceByKey is more efficient than groupByKey for aggregating data in Spark due to reduced shuffling.

    • reduceByKey combines values for each key in each partition before shuffling data

    • groupByKey shuffles all data to a single partition before combining values for each key

    • reduceByKey is preferred for large datasets to minimize data movement and improve performance

  • Answered by AI
  • Q2. Word count in scala
  • Ans. 

    Scala provides a simple way to count words in a string using built-in functions.

    • Use the split function to split the string into an array of words

    • Use the length function to get the count of words in the array

  • Answered by AI
  • Q3. Second highest salary SQL
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the second highest salary.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 1,1 to skip the first highest salary and get the second highest salary

  • Answered by AI

Skills evaluated in this interview

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Reasoning questions for the around 2 hour of test

Round 2 - One-on-one 

(1 Question)

  • Q1. Flexible for night shift
Round 3 - HR 

(1 Question)

  • Q1. Expectations for salary

Human Resources Business Partner Interview Questions asked at other Companies

Q1. How partnering with business helps grow and organisation?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The round1 was aptitude test it was average level neither easy nor hard

Round 2 - Technical 

(3 Questions)

  • Q1. What is shortest path algo
  • Ans. 

    Shortest path algo is a method to find the most efficient route between two points in a graph or network.

    • Shortest path algorithms are used in various applications such as GPS navigation systems, network routing, and logistics planning.

    • Examples of shortest path algorithms include Dijkstra's algorithm, Bellman-Ford algorithm, and Floyd-Warshall algorithm.

    • These algorithms calculate the shortest path based on different cri...

  • Answered by AI
  • Q2. What is diff b/w compiler and interpreter
  • Ans. 

    Compiler translates entire code into machine code before execution, while interpreter translates code line by line during execution.

    • Compiler converts entire code into machine code before execution

    • Interpreter translates code line by line during execution

    • Compiler generates intermediate object code or executable file

    • Interpreter does not generate intermediate object code

    • Examples: C, C++ compilers vs Python, Ruby interprete

  • Answered by AI
  • Q3. What are 4 pillars of oops
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components within a class, protecting the data.

    • Abstraction hides the complex implementation details and only shows the necessary features.

    • Polymorphism allows objects to be treated as instances of their parent class.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about the company
  • Q2. What is your hobby

Interview Preparation Tips

Interview preparation tips for other job seekers - The process is easy the interviewers were friendy overall the hiring process was smooth but took a lot of time for LOI and haven't received offer letter yet

Skills evaluated in this interview

Top Mphasis Associate Software Developer Interview Questions and Answers

Q1. Do you have good knowledge of programmings?
View answer (1)

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)

Senior Software Engineer Interview Questions & Answers

user image Vishwanath Rathod

posted on 27 Sep 2024

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

(2 Questions)

  • Q1. Explain java jvm
  • Ans. 

    Java JVM stands for Java Virtual Machine, which is a virtual machine that enables a computer to run Java programs.

    • Java JVM is a virtual machine that interprets Java bytecode and executes it on the underlying hardware.

    • It provides platform independence by abstracting the hardware and operating system details.

    • JVM manages memory, garbage collection, and runtime environment for Java programs.

    • Examples of JVM implementations

  • Answered by AI
  • Q2. Explain encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for data hiding, which prevents outside code from directly accessing an object's internal state.

    • Encapsulation also helps in achieving data abstraction, where the internal details of an object are hidden and only the nec...

  • 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)
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