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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java and selenium

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

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

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 (192)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - i was interviewed for technical support engineer at mphasis walk in interview june 2024 at bangalore, let me begin with the location i came from a far place went to banglore without sleeping on unreserved train to get interviewed at mphasis , finding their building is very tough asked many security and they gave a visitor sticker to stick on my shirt finally i arrived interview earlier, now heres the interview process first a security or a waiter staying there outside room gives a token for interview slot 51 people arrived till 10.00 pm im one of them. first batch the security ask whos the hr you tell them hr name that is stated on mail and all 51 people are moved to a room with that hr and the hr conducted interview,

now heres the frusted part the hr shuffle the resume and go from the first resume she gave more time to the first resumes to eloborate their communication skills shes looking for extradionary communication skills 3 girls talked like native english speakers she kept their resumes later on shes in a very hurry and after 30th resume she decided to stop while someone speaking without giving a chance she interrupted in between when someone talked it was a frusted experience and imagine its a first batch she interupted me while my introduction like she did for 48 people , people came from far states to attend this low paying job
atleast give them a chance to speak and organize your time instead of brutally sending people back
finally i can say this company has a lot of office politics just by listening to these hr and their attitudes so i advice people
only attend this interview if you have exceptional communication skills otherwise dont waste your time and energy in this company theres many good companies available research about that before going for a walkin

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

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)

Unit Manager Interview Questions & Answers

user image Anonymous

posted on 6 Sep 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. There was a worst interview experience and there is a manager name Anoop prabhakaran from project money, he is such a person with negative attitude and worst behaviour on floor, he will feel like entire pr...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not come to this company for bpo roles

Unit Manager Interview Questions asked at other Companies

Q1. what type of sale u think?
View answer (3)

Get interview-ready with Top Mphasis Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write java program to count the number of repeated characters in the string
  • Ans. 

    Java program to count the number of repeated characters in a string

    • Create a HashMap to store characters and their counts

    • Iterate through the string and update the counts in the HashMap

    • Print the characters with counts greater than 1

  • Answered by AI
  • Q2. Explain cucumber architecture
  • Ans. 

    Cucumber architecture is a testing framework that supports Behavior Driven Development (BDD) by allowing tests to be written in plain language.

    • Cucumber uses Gherkin syntax to define test cases in a human-readable format

    • It separates the test logic from the test data using feature files and step definitions

    • Cucumber integrates with various programming languages like Java, Ruby, and JavaScript

    • It allows collaboration betwee...

  • Answered by AI
  • Q3. Write feature file for login page
  • Ans. 

    Feature file for login page

    • Create a feature file named 'login.feature'

    • Define a scenario for successful login

    • Define a scenario for unsuccessful login

    • Include steps like entering username, password, clicking login button

    • Use Given-When-Then format for scenarios

  • 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
Add answer

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Jobs at Mphasis

View all

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Bug life cycle and details
  • Ans. 

    Bug life cycle involves identification, reporting, fixing, retesting, and closing of software bugs.

    • Identification of bug by tester

    • Reporting bug with detailed information

    • Developer fixes the bug

    • Retesting to ensure bug is resolved

    • Closing bug after verification

  • Answered by AI
  • Q2. About data warehouse

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience

Skills evaluated in this interview

ETL Tester Interview Questions asked at other Companies

Q1. If we have 200 staging tables, 40 dimensions tables and 20 facts table, How will you compare it with target systems
View answer (3)

QA Engineer Interview Questions & Answers

user image Ranjith Kumar

posted on 5 Sep 2024

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

They told to write java program in string and collections

Round 2 - One-on-one 

(2 Questions)

  • Q1. Different between test cases and test scenario
  • Ans. 

    Test cases are specific conditions or inputs to test a particular functionality, while test scenarios are a sequence of test cases to test a broader functionality.

    • Test cases are detailed steps to test a specific functionality, while test scenarios are a collection of test cases to test a broader functionality.

    • Test cases are more granular and focus on individual functionalities, while test scenarios are more high-level ...

  • Answered by AI
  • Q2. Write a program to read from excel
  • Ans. 

    A program to read data from an Excel file using a programming language.

    • Use a library or module that supports reading Excel files, such as pandas in Python or Apache POI in Java.

    • Open the Excel file and select the specific sheet or range of cells to read data from.

    • Iterate through the rows and columns to extract the data and store it in an array of strings.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to switch company
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Desire for new challenges and learning opportunities

    • Seeking a more innovative work environment

    • Looking for career growth and advancement

    • Interested in working with new technologies or methodologies

  • Answered by AI

Skills evaluated in this interview

Top Mphasis QA Engineer Interview Questions and Answers

Q1. Different between test cases and test scenario
View answer (1)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Concurrent modification exception.how to avoid it
  • Ans. 

    To avoid concurrent modification exception, use synchronized blocks or data structures like ConcurrentHashMap.

    • Use synchronized blocks to ensure only one thread can modify the data at a time

    • Use data structures like ConcurrentHashMap which are designed to handle concurrent modifications

    • Consider using immutable objects to prevent modification conflicts

  • Answered by AI
  • Q2. Coding qu using stream api
  • Ans. 

    Using stream API for coding questions

    • Use stream() method to convert a collection into a Stream

    • Use filter() method to filter elements based on a condition

    • Use map() method to transform elements into another form

    • Use collect() method to collect the elements into a new collection

  • Answered by AI

Skills evaluated in this interview

Top Mphasis Senior Software Engineer Interview Questions and Answers

Q1. Trapping Rain Water You have been given a long type array/list 'ARR' of size 'N'. It represents an elevation map wherein 'ARR[i]' denotes the elevation of the 'ith' bar. Print the total amount of rainwater that can be trapped in these eleva... read more
View answer (3)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. What is Executer Service?
  • Ans. 

    ExecutorService is an interface in Java that provides a way to manage and control the execution of threads in a multithreaded environment.

    • It is part of the java.util.concurrent package.

    • It provides methods to submit tasks for execution, manage thread pools, and control the execution of tasks.

    • It allows for the execution of tasks asynchronously and provides features like scheduling, cancellation, and monitoring of tasks.

    • E...

  • Answered by AI
  • Q2. What is the use of JPA?
  • Ans. 

    JPA is a Java specification for mapping Java objects to relational databases.

    • JPA stands for Java Persistence API

    • It provides a way to map Java objects to database tables and vice versa

    • JPA simplifies the development of data access layer in Java applications

    • It supports object-relational mapping (ORM) and allows developers to work with entities, relationships, and queries in a more object-oriented way

  • Answered by AI
  • Q3. Explain about PreparedStatement
  • Ans. 

    PreparedStatement is used in Java to execute parameterized SQL queries to prevent SQL injection attacks.

    • PreparedStatement is a subinterface of Statement in Java.

    • It is used to execute parameterized SQL queries.

    • It helps prevent SQL injection attacks by automatically escaping special characters.

    • Example: PreparedStatement pstmt = connection.prepareStatement("SELECT * FROM users WHERE username = ?");

  • Answered by AI
  • Q4. Program to find the missing numbers from Array
  • Ans. 

    Program to find missing numbers from Array

    • Iterate through the array and store each number in a HashSet

    • Then iterate from 1 to the length of the array and check if each number exists in the HashSet

    • If a number is not found in the HashSet, it is a missing number

  • Answered by AI

Skills evaluated in this interview

Senior Java Developer Interview Questions asked at other Companies

Q1. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)

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