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 Data Engineer Interview Questions and Answers

Updated 31 Aug 2024

Mphasis Senior Data Engineer Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. ReduceByKey vs groupByKey
  • Ans. 

    reduceByKey is more efficient than groupByKey for aggregating data in Spark due to reduced shuffling.

    • reduceByKey combines values for each key in each partition before shuffling data

    • groupByKey shuffles all data to a single partition before combining values for each key

    • reduceByKey is preferred for large datasets to minimize data movement and improve performance

  • Answered by AI
  • Q2. Word count in scala
  • Ans. 

    Scala provides a simple way to count words in a string using built-in functions.

    • Use the split function to split the string into an array of words

    • Use the length function to get the count of words in the array

  • Answered by AI
  • Q3. Second highest salary SQL
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the second highest salary.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 1,1 to skip the first highest salary and get the second highest salary

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Mphasis?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Java 8, J2EE, Spring, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - There were four rounds. Technical written, two technical f2f rounds, coding test.

All the best

Senior Data Engineer Interview Questions Asked at Other Companies

asked in 7 Eleven
Q1. Write a query to get the customer with the highest total order va ... read more
asked in 7 Eleven
Q2. There are 10 million records in the table and the schema does not ... read more
asked in KFintech
Q3. Given infinite coins of some currency of denominations : 1,2,5,10 ... read more
asked in 7 Eleven
Q4. How do you handle data pipelines when the schema information keep ... read more
asked in 7 Eleven
Q5. Difference between Parquet and ORC file. Why industry uses parque ... read more

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. Core Java - collections multithreading, string operations.
  • Q2. 2. Springs frameworks boot, micro services, confugrstion filds

Interview Preparation Tips

Interview preparation tips for other job seekers - Back end - prepare java8 features + collections, strings , exception handling.
Spring framework , jpa, sql

I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Prepare normal for aptitude - maths, quant, analytic

Round 2 - Group Discussion 

My GD topic was Is internet good for students or not

Round 3 - Coding Test 

I didn't attempt this as I was noob back in third year Engg

Round 4 - HR 

(1 Question)

  • Q1. Basic questions can you relocate, tell me about ur GD and composition

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy peasy give ur best. Prepare well. Hope u get the job. Phir tho google ka hi dream rhe gaya he mera.

Interview Questionnaire 

1 Question

  • Q1. About my college projects and about my passion

I applied via Job Portal and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Interview topics

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamentals Of Any Programming Language

I applied via Campus Placement and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude, logical , reasoning, verbal

Round 2 - Technical 

(1 Question)

  • Q1. Dbms, Linked list , array, situation based

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Engineer interview:
  • DBMS
  • Java
Interview preparation tips for other job seekers - Be confident while speaking.
Prepare DS, DBMS and OOPs concepts.
Are these interview questions helpful?

I applied via Referral and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to Node.js timers, event loop and variables

Interview Preparation Tips

Interview preparation tips for other job seekers - There it was total 3 rounds of interview, 2 technical and behaviour and one HR round.

I applied via eLitmus and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. They first see your resume .I entered as fresher in 2015 oct. My interview was probably in September 2015.They first rejected my resume as it was very lengthy and was not appealing. I immediately made a go...
  • Q2. Technical round in interview - factorial program recursive and non recursive
  • Q3. Technical round - Java class loader and meaning of public static void main
  • Q4. About the company - How I got to know ? How can I prove good to company ?
  • Q5. Education gap and fluctuation in scores obtained in my academics
  • Q6. Interviewer asked to me what I liked and what I don't

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident . Never get nervous .They want to check your communication and confidence and how much positive your are?

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude knowledge

Round 2 - Coding Test 

Strong in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence and focus on your goal

Mphasis Interview FAQs

How many rounds are there in Mphasis Senior Data Engineer interview?
Mphasis interview process usually has 1 rounds. The most common rounds in the Mphasis interview process are Technical.
How to prepare for Mphasis Senior Data 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 Data Modeling, AWS, Amazon Redshift, Analysis Services and Analytical skills.
What are the top questions asked in Mphasis Senior Data Engineer interview?

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

  1. reduceByKey vs groupBy...read more
  2. Word count in sc...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Mphasis Senior Data Engineer Salary
based on 25 salaries
₹13.3 L/yr - ₹24.3 L/yr
13% less than the average Senior Data Engineer Salary in India
View more details
Software Engineer
6.7k salaries
unlock blur

₹4 L/yr - ₹8.4 L/yr

Senior Software Engineer
6k salaries
unlock blur

₹6.6 L/yr - ₹20 L/yr

Associate Software Engineer
4.9k salaries
unlock blur

₹2 L/yr - ₹5.6 L/yr

Module Lead
2.5k salaries
unlock blur

₹15.8 L/yr - ₹27 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹1.4 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Mphasis with

Cognizant

3.7
Compare

Wipro

3.7
Compare

Accenture

3.7
Compare

TCS

3.6
Compare
write
Share an Interview