Mphasis pvt limited interview experience Real time questions & tips from candidates to crack your interview

Backend Developer

Mphasis pvt limited
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
The inter experience is quite good and fast. They are always in contact with me also informed me about results after interview. You need learn basics things of core things like core javascript or core java because we are going to use framework of our core language so go deep in this
Application story
I applied through company portal as in campus package is quite low so applied through job portal. They contacted me through call and mail. I got package of 12LPA
Preparation
Duration: 3 months
Topics: Data structure and algorithm ,DBMS ,OOPS and Web Development
Tip
Tip

Tip 1 : Go through deep Javascript questions 
Tip 2 : Also go through DSA questions and regular practice on it 
Tip 3 : Add atleast 3 projects

Application process
Where: Company Website
Eligibility: Above 6 CGPA
Resume Tip
Resume tip

Tip 1: Add 3 projects 
Tip 2: Do not give false things on resume

Interview rounds

01
Round
Medium
Face to Face
Duration45
Interview date18 Nov 2021
Coding problem2

1. Merge two sorted array.

Moderate
15m average time
85% success
0/80
Asked in companies
HSBCHikeAmazon

Ninja has been given two sorted integer arrays/lists ‘ARR1’ and ‘ARR2’ of size ‘M’ and ‘N’. Ninja has to merge these sorted arrays/lists into ‘ARR1’ as one sorted array. You may have to assume that ‘ARR1’ has a size equal to ‘M’ + ‘N’ such that ‘ARR1’ has enough space to add all the elements of ‘ARR2’ in ‘ARR1’.

For example:

‘ARR1’ = [3 6 9 0 0]
‘ARR2’ = [4 10]
After merging the ‘ARR1’ and ‘ARR2’ in ‘ARR1’. 
‘ARR1’ = [3 4 6 9 10]
Try solving now
Easy
30m average time
80% success
0/40
Asked in companies
AdobeOlaWalmart

You are given an input string 'S'. Your task is to find and return all possible permutations of the input string.

Note:
1. The input string may contain the same characters, so there will also be the same permutations.

2. The order of permutation does not matter.
Try solving now
02
Round
Hard
Face to Face
Duration60
Interview date24 Nov 2021
Coding problem1
Web problem/projects1

1. Theory Questions

Define Javascript. (Learn)

What is closure? (Learn)

What is scopes in JS? (Learn)

Give an example of Event loop? (Learn)

What are modules in node.js? (Learn)

2. Write code for palindrome in JS.

Moderate
25m average time
80% success
0/80
Asked in companies
QuikrGrabIQVIA

You are given an integer ‘N’. Your task is to find all palindromic numbers from 1 to ‘N’.

Palindromic integers are those integers that read the same backward or forwards.

Note:
Order of numbers should be in the non-decreasing matter.
For example:
You are given ‘N’ as 12, so the output should be [1, 2, 3, 4, 5, 6, 7, 8, 9, 11], as all single-digit numbers are palindromic, and 11 is also a palindromic number.
Try solving now
03
Round
Easy
HR Round
Duration25
Interview date28 Nov 2023
Coding problem0

Tell me about yourself.
Why we should hire you?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Software Engineer
2 rounds | 4 problems
Interviewed by Mphasis pvt limited
2517 views
0 comments
0 upvotes
Senior Software Engineer
1 rounds | 2 problems
Interviewed by Mphasis pvt limited
2027 views
0 comments
0 upvotes
Software Engineer
2 rounds | 2 problems
Interviewed by Mphasis pvt limited
1742 views
0 comments
0 upvotes
SDE - 1
4 rounds | 5 problems
Interviewed by Mphasis pvt limited
1250 views
0 comments
0 upvotes