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

Clear (1)

Mphasis Senior Software Developer Interview Questions, Process, and Tips

Updated 18 Jan 2025

Top Mphasis Senior Software Developer Interview Questions and Answers

View all 11 questions

Mphasis Senior Software Developer Interview Experiences

4 interviews found

Interview experience
4
Good
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 - Technical 

(5 Questions)

  • Q1. Interview questions based on your technology
  • Q2. If database,what is procedure & function
  • Ans. 

    Procedures and functions are stored routines in a database that can be called to perform specific tasks.

    • Procedures are a set of SQL statements that perform a specific task. They can have input and output parameters.

    • Functions are similar to procedures but return a value. They can be used in SQL queries like any other function.

    • Both procedures and functions can improve code reusability and maintainability in a database sy

  • Answered by AI
  • Q3. What is trigger
  • Ans. 

    A trigger is a special kind of stored procedure that is automatically executed when certain events occur in a database.

    • Triggers are used to maintain data integrity by enforcing business rules or cascading changes.

    • They can be set to execute before or after INSERT, UPDATE, or DELETE operations.

    • Examples include auditing changes to a table, updating related records in other tables, or enforcing constraints.

  • Answered by AI
  • Q4. What'sis database
  • Ans. 

    A database is a structured collection of data that is stored and accessed electronically.

    • Database organizes and stores data in tables

    • It allows for efficient retrieval, insertion, and updating of data

    • Examples include MySQL, Oracle, MongoDB

  • Answered by AI
  • Q5. What is primary key?
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is uniquely identified.

    • It must have a unique value for each record.

    • Primary key can be a single column or a combination of columns.

    • Examples: ID column in a user table, combination of first name and last name in an employee table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and attend

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between abstraction and interface.
  • Ans. 

    Abstraction is hiding the implementation details while interface is a contract that defines the methods that a class must implement.

    • Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary information.

    • Interfaces define a set of methods that a class must implement, without specifying how those methods are implemented.

    • Abstraction can be achieved through abs...

  • Answered by AI
  • Q2. Ref vs Out
  • Ans. 

    Ref vs Out parameters in C#

    • Ref parameters must be initialized before passing to a method, while Out parameters do not need to be initialized.

    • Ref parameters can be read and modified within the method, while Out parameters are typically used for output values only.

    • Example: void ModifyValue(ref int num) { num = 10; } vs void GetOutput(out int result) { result = 20; }

  • Answered by AI
  • Q3. Middleware in .net core
  • Ans. 

    Middleware in .NET Core is a component that can handle requests and responses in the application pipeline.

    • Middleware is a piece of software that can intercept and process HTTP requests and responses in the application pipeline.

    • Middleware can be used for logging, authentication, authorization, error handling, and more.

    • Middleware is added to the application pipeline using the app.UseMiddleware() method in the Configure m...

  • Answered by AI
  • Q4. Auth in webapi
  • Ans. 

    Authentication in web API is crucial for securing access to resources and ensuring data privacy.

    • Use token-based authentication like JWT for secure communication between client and server

    • Implement OAuth2 for authorization and access control

    • Use HTTPS to encrypt data transmission and prevent man-in-the-middle attacks

  • Answered by AI
  • Q5. Error handling

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Freshworks
Q2. Overlapping Intervals Problem Statement You are given the start a ... read more
asked in Freshworks
Q3. Middle of Linked List Problem Statement Given the head node of a ... read more
asked in SAP
Q4. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Freshworks
Q5. Cube Sum Pairs Problem Statement Given a positive integer N, find ... read more
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 Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why string is immutable?
  • Ans. 

    String is immutable in order to ensure data integrity and security.

    • Immutable strings prevent accidental changes to data, ensuring consistency in programs.

    • Immutable strings allow for more efficient memory management and optimization.

    • Example: In Java, once a string object is created, its value cannot be changed.

  • Answered by AI
  • Q2. What is extrenization
  • Ans. 

    Extrusion is a process used to create objects of a fixed cross-sectional profile.

    • Extrusion is a manufacturing process where a material is pushed through a die to create a specific shape.

    • Common materials used in extrusion include metals, plastics, and food products.

    • Examples of extruded products include pipes, rods, and window frames.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you left last company
  • Q2. General questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience

Interview Questionnaire 

2 Questions

  • Q1. Sort values in list based on some logic
  • Ans. 

    Sort array of strings based on custom logic

    • Define the custom logic for sorting

    • Implement a sorting algorithm such as bubble sort or quicksort

    • Apply the custom logic during the sorting process

  • Answered by AI
  • Q2. Find if a string is a pallandrome or not
  • Ans. 

    Check if a string is a palindrome or not.

    • Reverse the string and compare it with the original string.

    • Use two pointers, one at the beginning and one at the end, and compare the characters.

    • Ignore non-alphanumeric characters and convert to lowercase before checking.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - stick to the basics and you will be good

Skills evaluated in this interview

Mphasis interview questions for designations

 Software Developer

 (20)

 Associate Software Developer

 (6)

 Junior Software Developer

 (1)

 Software Developer fresher

 (1)

 Java Software Developer

 (1)

 Senior Developer

 (1)

 Senior Software Engineer

 (56)

 Senior Software Tester

 (3)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL
Contribute & help others!
anonymous
You can choose to be anonymous

Mphasis Interview FAQs

How many rounds are there in Mphasis Senior Software Developer 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.
What are the top questions asked in Mphasis Senior Software Developer interview?

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

  1. If database,what is procedure & funct...read more
  2. sort values in list based on some log...read more
  3. Difference between abstraction and interfa...read more

Recently Viewed

SALARIES

Kutumbh Care

JOBS

Microworld Technologies

No Jobs

SALARIES

HCLTech

INTERVIEWS

Kd Logistics

No Interviews

SALARIES

Cognizant

SALARIES

HighRadius

INTERVIEWS

LTIMindtree

No Interviews

SALARIES

DXC Technology

SALARIES

Reliance Communications

SALARIES

HCLTech

Tell us how to improve this page.

Mphasis Senior Software Developer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
Mphasis Senior Software Developer Salary
based on 533 salaries
₹6.4 L/yr - ₹21 L/yr
9% less than the average Senior Software Developer Salary in India
View more details

Mphasis Senior Software Developer Reviews and Ratings

based on 45 reviews

3.3/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

2.8

Salary

3.3

Job security

3.3

Company culture

2.1

Promotions

3.2

Work satisfaction

Explore 45 Reviews and Ratings
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