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 Software Engineer Interview Questions and Answers

Updated 28 May 2025

25 Interview questions

A Software Engineer was asked 10mo ago
Q. What challenges did you face in your project?
Ans. 

Faced challenges in project management, technical hurdles, and team collaboration, impacting timelines and deliverables.

  • Technical challenges: Encountered issues with integrating third-party APIs, which required extensive debugging and adjustments.

  • Time management: Faced tight deadlines that led to prioritizing features, resulting in some functionalities being deferred to future releases.

  • Team collaboration: Communic...

A Software Engineer was asked 11mo ago
Q. Explain data binding in Angular.
Ans. 

Data binding in Angular is a way to automatically synchronize data between the model and the view.

  • Data binding allows you to bind data from the component to the view and vice versa.

  • There are two types of data binding in Angular: one-way binding and two-way binding.

  • One-way binding updates the view when the model changes, while two-way binding updates both the model and the view simultaneously.

  • Example: {{ data }} in...

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked 12mo ago
Q. Write a coding question using Java 8.
Ans. 

Implement a function to filter out strings starting with a specific letter using Java 8.

  • Use Java 8 Stream API to filter the strings based on a condition.

  • Use lambda expressions to define the filtering condition.

  • Use the 'filter' method of Stream to apply the filtering condition.

A Software Engineer was asked 12mo ago
Q. What are the concepts of OOPS?
Ans. 

OOPs concepts are fundamental principles in object-oriented programming that enhance code organization and reusability.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to present the same interfa...

What people are saying about Mphasis

View All
an information technology recruiter
2w
Mphasis HR: My worst nightmare?
Seriously, this is one of the worst companies ever. Working here felt like pure hell. The HR team? Don't even get me started—they treat you like slaves. I was working from 9 AM till midnight. And the delivery team? An even bigger joke. Please don’t even think of joining here
Got a question about Mphasis?
Ask anonymously on communities.
A Software Engineer was asked
Q. What is the difference between functional and non-functional testing?
Ans. 

Functional testing checks if the software functions as expected, while non-functional testing checks other aspects like performance and usability.

  • Functional testing focuses on the specific functions of the software.

  • Non-functional testing focuses on aspects like performance, usability, security, and scalability.

  • Examples of functional testing include unit testing, integration testing, and system testing.

  • Examples of ...

A Software Engineer was asked
Q. What is the difference between smoke and sanity testing?
Ans. 

Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to check if the specific features are working as expected.

  • Smoke testing is a shallow and wide test, while sanity testing is a deep and narrow test.

  • Smoke testing is done to ensure the stability of the system, while sanity testing is done to ensure the rationality of the syste...

A Software Engineer was asked
Q. Write a program to determine if a number is prime.
Ans. 

A program to print all prime numbers up to a given limit.

  • Iterate through numbers up to the limit

  • For each number, check if it is divisible by any number from 2 to its square root

  • If it is not divisible, print it as a prime number

Are these interview questions helpful?
🔥 Asked by recruiter 2 times
A Software Engineer was asked
Q. Explain the concepts of OOPS.
Ans. 

OOPS concepts are the principles of Object-Oriented Programming that help in designing and implementing software systems.

  • Encapsulation - bundling of data and methods that operate on that data

  • Inheritance - ability of a class to inherit properties and methods from a parent class

  • Polymorphism - ability of objects to take on multiple forms or behaviors

  • Abstraction - hiding of complex implementation details and showing o...

A Software Engineer was asked
Q. Why did you choose to study at this particular college?
Ans. 

I chose this college for its strong curriculum, experienced faculty, and vibrant campus culture that aligns with my career goals.

  • The college has a robust computer science program with a focus on practical skills and industry-relevant projects.

  • I was impressed by the faculty's expertise; many professors have industry experience and are involved in cutting-edge research.

  • The campus culture promotes collaboration and i...

A Software Engineer was asked
Q. What is abstraction?
Ans. 

Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

  • Abstraction is a way to manage complexity by breaking down a system into smaller, more manageable parts.

  • It allows us to focus on the essential features of a system while ignoring the non-essential details.

  • Abstraction can be achieved through the use of interfaces, abstract classes, and encapsulation.

  • For e...

Mphasis Software Engineer Interview Experiences

58 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude, english, coding,mcqs

Round 2 - Group Discussion 

Group discussion on few topics

Round 3 - Technical 

(2 Questions)

  • Q1. Java full stack development
  • Q2. Python fundaments
Round 4 - HR 

(1 Question)

  • Q1. Relocation , package, wfo/wfh

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest this company as a good learning place for the freshers.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Python and java spring cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - all good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

1 hr, aptitude question

Round 2 - Technical 

(2 Questions)

  • Q1. Basic OOPS, SQL, DBMS questions
  • Q2. One coding question
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

HackerRank test with questions including logical thinking and English

Round 2 - Technical 

(3 Questions)

  • Q1. Basics like method overloading & Overridding, sting concepts, file handling & basics of HTML, CSS
  • Q2. Linear and binary search algorithm
  • Ans. 

    Linear search checks each element in a list sequentially, while binary search divides the list in half at each step.

    • Linear search has a time complexity of O(n), while binary search has a time complexity of O(log n).

    • Linear search is used for unsorted lists, while binary search is used for sorted lists.

    • Example: Linear search - searching for a name in a phone book. Binary search - searching for a word in a dictionary.

  • Answered by AI
  • Q3. SQL queris, joins, truncat
Round 3 - One-on-one 

(2 Questions)

  • Q1. Manager interaction on client handling related queries
  • Q2. Managerial Questions on handling priority tasks and handling team

Interview Preparation Tips

Topics to prepare for Mphasis Software Engineer interview:
  • DSA
  • Python
  • Robot framework
  • OOPS
Interview preparation tips for other job seekers - Not to be nervous and be straight to point with answers and be blunt if u don't know but showcases you would be interested to learn when given opportunity in future.

Skills evaluated in this interview

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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Interview questions about datastage

Software Engineer Interview Questions & Answers

user image Rajesh Pamuri

posted on 18 Jun 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 futures and that related question s
  • Q2. Coding quastion using java 8

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t skip java 8 fetures

Skills evaluated in this interview

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

(2 Questions)

  • Q1. OOP concept for all
  • Q2. Questions based on your past work experience
Interview experience
5
Excellent
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 - One-on-one 

(4 Questions)

  • Q1. About my previous project
  • Q2. Python basic questions
  • Q3. Decorators and it's functionalty
  • Ans. 

    Decorators in software engineering are functions that modify the behavior of other functions or methods.

    • Decorators are used to add functionality to existing functions without modifying their code.

    • They are commonly used in Python to add additional behavior to functions or classes.

    • Decorators are implemented using the @ symbol followed by the decorator function name.

    • They can be used for logging, authentication, caching, a...

  • Answered by AI
  • Q4. Classes and lists

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the work

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Good mix of questions with aptitude and coding

Round 2 - Technical 

(2 Questions)

  • Q1. Self intro oops sql
  • Q2. What is meant by polymorphism? abstarction code
  • Ans. 

    Polymorphism in programming refers to the ability of a function or method to behave differently based on the object it is called with.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in Java allows a subclass to override a method of its superclass, e...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Challeneges faced in project
  • Q2. How you have overcomed
  • Ans. 

    I have overcome challenges by staying focused, seeking help when needed, and continuously learning and improving.

    • Staying focused on the end goal and breaking down tasks into manageable steps

    • Seeking help from colleagues, mentors, or online resources when facing difficult problems

    • Continuously learning new technologies and techniques to improve my skills and overcome challenges

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics well in oops and python and mainly java

Mphasis Interview FAQs

How many rounds are there in Mphasis Software Engineer interview?
Mphasis interview process usually has 2-3 rounds. The most common rounds in the Mphasis interview process are Technical, Aptitude Test and HR.
How to prepare for Mphasis Software Engineer 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 Software Engineering, Javascript, Java, SQL and HTML.
What are the top questions asked in Mphasis Software Engineer interview?

Some of the top questions asked at the Mphasis Software Engineer interview -

  1. Ours was a campus interview so they asked me y I was studying in that particula...read more
  2. Familiar languages you are going through What you learn in lockd...read more
  3. 2 programming questions Find the 2nd greatest in 2 different w...read more
What are the most common questions asked in Mphasis Software Engineer HR round?

The most common HR questions asked in Mphasis Software Engineer interview are -

  1. What are your strengths and weakness...read more
  2. Tell me about yourse...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Mphasis Software Engineer interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 50 interview experiences

Difficulty level

Easy 31%
Moderate 69%

Duration

Less than 2 weeks 72%
2-4 weeks 20%
4-6 weeks 4%
More than 8 weeks 4%
View more
Mphasis Software Engineer Salary
based on 6.8k salaries
₹4 L/yr - ₹9.5 L/yr
29% less than the average Software Engineer Salary in India
View more details

Mphasis Software Engineer Reviews and Ratings

based on 677 reviews

3.2/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

2.5

Salary

3.2

Job security

3.2

Company culture

2.4

Promotions

3.0

Work satisfaction

Explore 677 Reviews and Ratings
Software Engineer
6.8k salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Senior Software Engineer
6k salaries
unlock blur

₹6.6 L/yr - ₹20 L/yr

Associate Software Engineer
4.9k salaries
unlock blur

₹2 L/yr - ₹5.6 L/yr

Module Lead
2.5k salaries
unlock blur

₹15.8 L/yr - ₹27 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹1.4 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Mphasis with

Cognizant

3.7
Compare

Wipro

3.7
Compare

Accenture

3.7
Compare

TCS

3.6
Compare
write
Share an Interview