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, Process, and Tips

Updated 18 Jan 2025

Top Mphasis Software Engineer Interview Questions and Answers

View all 25 questions

Mphasis Software Engineer Interview Experiences

57 interviews found

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

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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

Mphasis interview questions for designations

 Associate Software Engineer

 (81)

 Senior Software Engineer

 (57)

 Delv Software Engineer

 (5)

 Software Engineer Trainee

 (2)

 System Software Engineer

 (2)

 Junior Software Engineer

 (2)

 Software Testing Engineer

 (2)

 Java Software Engineer

 (1)

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

(1 Question)

  • Q1. Interview questions about datastage

Get interview-ready with Top Mphasis Interview Questions

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

  • Answered by AI

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

Software Engineer interview

user image Be a Programmer

posted on 20 Nov 2021

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 at Sastra University 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
  • Ans. 

    Tight deadlines, communication issues, technical constraints

    • Tight deadlines required efficient time management and prioritization

    • Communication issues among team members led to misunderstandings and delays

    • Technical constraints like limited resources or outdated technology posed challenges

  • Answered by AI
  • 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. Familiar languages you are going through What you learn in lockd...read more
  2. 2 programming questions Find the 2nd greatest in 2 different w...read more
  3. Write the program to find smaller value from 3 inp...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.

Mphasis Software Engineer Interview Process

based on 46 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • Technical Round - 3
  • HR Round - 2
View more
Mphasis Software Engineer Salary
based on 6.3k salaries
₹2 L/yr - ₹11 L/yr
26% less than the average Software Engineer Salary in India
View more details

Mphasis Software Engineer Reviews and Ratings

based on 610 reviews

3.2/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

2.6

Salary

3.2

Job security

3.2

Company culture

2.5

Promotions

3.0

Work satisfaction

Explore 610 Reviews and Ratings
Software Engineer
6.3k salaries
unlock blur

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

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