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

SDE - 1

Mphasis pvt limited
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: DBMS, OOPS, CN, DSA, OS, Frequently asked interview question and coding problems
Tip
Tip

Tip 1 : learn to explain your thoughts well
Tip 2 : Brush-up your basics and practice important coding problems

Application process
Where: Other
Eligibility: Above 6 CGPA
Resume Tip
Resume tip

Tip 1 : Add atleast 2-3 projects in the resume 
Tip 2 : Do not write anything incorrect on resume

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 mins
Interview date20 Mar 2018
Coding problem2

1. DBMS Questions

DBMS Data Model

Problem approach

Tip 1: Prepare all the topics thoroughly

2. SQL Questions

Problems were based on select query, SQL joins

Problem approach

Tip 1: Brush-up your SQL fundamentals
Tip 2: Practice important SQL queries

02
Round
Easy
HR Round
Duration20 mins
Interview date20 Mar 2018
Coding problem1

In this round Versant/SWAR test was conducted where they check your spoken English skills via a call, basically with a talking Bot. you will be given a sheet with all the round details and specific instructions to be followed.

1. Scenario related questions

I was asked to answer few scenario based questions mostly were related to family members.

Problem approach

Tip 1: Ensure your speech is loud and clear
Tip 2: Avoid grammatical errors

03
Round
Medium
Coding Test - Pen and paper
Duration50 mins
Interview date20 Mar 2018
Coding problem1

In this round interviewer asked me about my project, OOPS concept. Also, I was asked to write 2 SQL queries and to solve 2 coding problems.

1. Nth Fibonacci Number

Easy
0/40
Asked in companies
SAP LabsHCL TechnologiesWalmart

The n-th term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

    F(n) = F(n - 1) + F(n - 2), 
    Where, F(1) = 1, F(2) = 1


Provided 'n' you have to find out the n-th Fibonacci Number. Handle edges cases like when 'n' = 1 or 'n' = 2 by using conditionals like if else and return what's expected.

"Indexing is start from 1"


Example :
Input: 6

Output: 8

Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:    
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Problem approach

I solved using recursion function

Try solving now
04
Round
Easy
HR Round
Duration20 mins
Interview date20 Mar 2018
Coding problem1

1. Basic HR questions

Tell me about yourself.
Why should we hire you?
Do you have any location preference?

Problem approach

Tip 1: Be confident.

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
SDE - 1
3 rounds | 5 problems
Interviewed by Mphasis pvt limited
1498 views
0 comments
0 upvotes
SDE - 1
3 rounds | 5 problems
Interviewed by Mphasis pvt limited
1873 views
0 comments
0 upvotes
SDE - 1
3 rounds | 6 problems
Interviewed by Mphasis pvt limited
1430 views
0 comments
0 upvotes
SDE - 1
3 rounds | 5 problems
Interviewed by Mphasis pvt limited
910 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes