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 Senior Software Engineer Interview Questions, Process, and Tips

Updated 18 Jan 2025

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, calcu ...read more
  • Q2. How does index hunting help improve query performance?
  • Q3. What are the different types of locators in Selenium?
View all 66 questions

Mphasis Senior Software Engineer Interview Experiences

56 interviews found

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

I applied via Walk-in and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java Intermediate level
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions based on java
Round 3 - HR 

(1 Question)

  • Q1. Basic behaviour test
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode easy problem

Round 2 - Technical 

(2 Questions)

  • Q1. Java collections
  • Q2. Microservice design pattern
  • Ans. 

    Microservice design pattern focuses on breaking down a large application into smaller, independent services.

    • Each microservice is responsible for a specific function or feature

    • Communication between microservices is typically done through APIs

    • Microservices can be deployed independently, allowing for scalability and flexibility

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

I applied via Walk-in and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to convert rows to columns
  • Ans. 

    To convert rows to columns, use the PIVOT function in SQL or transpose function in Excel.

    • Identify the column to be transposed as the new row header

    • Identify the column to be used as the new column header

    • Use PIVOT function in SQL or transpose function in Excel

    • Example: SELECT * FROM table_name PIVOT (MAX(column_to_be_transposed) FOR column_to_be_used AS new_column_header)

    • Example: Select the data to be transposed in Excel,...

  • Answered by AI
  • Q2. Rate your skills in SQL, Informatica
  • Ans. 

    I rate my SQL skills as advanced and my Informatica skills as intermediate.

    • Advanced SQL skills include complex queries, stored procedures, and performance tuning.

    • Intermediate Informatica skills include ETL development, mapping design, and workflow scheduling.

    • I have experience with both SQL Server and Oracle databases.

    • I am constantly learning and improving my skills in both areas.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Questions regarding SQL Transformation, Java Transformations, and SCD type 2
  • Q2. Questions regarding Unix commands

Interview Preparation Tips

Topics to prepare for Mphasis Senior Software Engineer interview:
  • Informatica
Interview preparation tips for other job seekers - Be prepared with your basics.
.............................................................

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is Angular component life cycle? What are the hooks provided by Angular framework?
  • Ans. 

    Angular component life cycle includes various hooks provided by Angular framework for managing component initialization, change detection, and destruction.

    • ngOnChanges: Called when input properties of a component change

    • ngOnInit: Called once when the component is initialized

    • ngDoCheck: Called during every change detection run

    • ngAfterContentInit: Called after content (ng-content) has been projected into the component

    • ngAfter...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is box model in CSS? How to create responsive websites and web applications?
  • Ans. 

    The box model in CSS defines the design and layout of elements on a webpage.

    • The box model consists of content, padding, border, and margin.

    • Content is the actual content of the element, padding is the space between the content and the border, border is the border around the element, and margin is the space outside the border.

    • To create responsive websites and web applications, use media queries to adjust styles based on ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Overall experience and salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview questions with basics to advanced topics covered

Skills evaluated in this interview

Mphasis interview questions for designations

 Delivery Senior Software Engineer

 (2)

 Senior Software Test Engineer

 (1)

 Senior Software Engineer Testing

 (1)

 Senior Software Engineer 2

 (1)

 Software Engineer

 (55)

 Senior Software Developer

 (4)

 Senior Software Tester

 (3)

 Associate Software Engineer

 (77)

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Interface Vs Abstract class Config questions on JDBC set up Spring boot annotations IOC explanation
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager Round Some more design related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, even if you are wrong, your confidence will give the interviewer confidence on you.

Get interview-ready with Top Mphasis Interview Questions

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. They conducted mine 2 technical rounds and 3rd is HR round

Interview Preparation Tips

Topics to prepare for Mphasis Senior Software Engineer interview:
  • Ansible+Jenkins+docker+aws
Interview preparation tips for other job seekers - Mphasis does not ask typical questions. You just need to have basics clear.And aware of devops tools and need to answer them with confidence. And don’t give-up if got rejected those rejection will help you on your weakness with you don’t know take it positively and then again give the interview definitely you will got selected in good organisation

Senior Software Engineer Jobs at Mphasis

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

I applied via Naukri.com and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. GCD, Design Patterns, MVVM, Protocol
Round 2 - One-on-one 

(1 Question)

  • Q1. Completed projects, App store submition
Round 1 - One-on-one 

(1 Question)

  • Q1. Roles and responsibilities of current job

Interview Preparation Tips

Interview preparation tips for other job seekers - Never and ever expect remote work ...
Client ready to give remote work
But Mphasis can't do that .
Think twice before joining here

I applied via Approached by Company and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. SRE principles, SLI , SLO, SLA
Round 3 - Technical 

(1 Question)

  • Q1. Management level screening

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , answer straight to the point, be yourself.

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 , stream api, core java concept, multithreadings, spring and spring boot architecture and diffrence and annotations, exception handling in spring boot, junit test cases, agile, exception hierarchy, ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush UP java related basics before interview

Mphasis Interview FAQs

How many rounds are there in Mphasis Senior Software Engineer interview?
Mphasis interview process usually has 1-2 rounds. The most common rounds in the Mphasis interview process are Technical, One-on-one Round and HR.
How to prepare for Mphasis Senior 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 Java, Javascript, Software Engineering, SQL and Spring Boot.
What are the top questions asked in Mphasis Senior Software Engineer interview?

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

  1. 4.When you are assigned task in beginning of the sprint what steps do you perfo...read more
  2. How you will fix memory overhead issues in producti...read more
  3. How to handle customized exceptions in controller advice with example co...read more
How long is the Mphasis Senior Software Engineer interview process?

The duration of Mphasis Senior 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 Senior Software Engineer Interview Process

based on 30 interviews

3 Interview rounds

  • Technical Round
  • HR Round
  • Personal Interview1 Round
View more
Mphasis Senior Software Engineer Salary
based on 5.6k salaries
₹6 L/yr - ₹23.5 L/yr
11% less than the average Senior Software Engineer Salary in India
View more details

Mphasis Senior Software Engineer Reviews and Ratings

based on 460 reviews

3.2/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

2.7

Salary

3.3

Job security

3.0

Company culture

2.3

Promotions

3.0

Work satisfaction

Explore 460 Reviews and Ratings
Senior Software Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Senior Software Engineer

Bangalore / Bengaluru

6-8 Yrs

₹ 9.99999-24.7 LPA

Senior Software Engineer

Bangalore / Bengaluru

8-10 Yrs

₹ 9-14.5 LPA

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