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 Customer Service Executive Interview Questions and Answers

Updated 9 Jun 2023

Mphasis Senior Customer Service Executive Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - Aptitude Test 

It was easy and i cleared it the very first time.

Round 3 - HR 

(2 Questions)

  • Q1. The HR would ask you to introduce yourself and check your communication skills and would ask you to speak on a particular topic if required
  • Q2. How comfortable are you working with night shifts and during the weekends

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work with

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What will you do if your target is not completed ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2021. There were 4 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 - Assignment 

General grammar test they will conduct

Round 3 - HR 

(1 Question)

  • Q1. Tel us about your previous work
Round 4 - One-on-one 

(1 Question)

  • Q1. About e-commerce questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication and grammatical skill is important

I applied via Walk-in and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. The first round was HR round, Tell me about yourself was the first question.
  • Q2. The second question was regarding my past work experience.
  • Q3. After the HR round, 3rd round was typing speed test.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Last round was with the operations manager.
  • Q2. Tell me about yourself. Also, they may ask about strength or weakness.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviews are easy. Also, bit of patience is required as it sometimes take a lot of time in a waiting room to complete the whole interview process.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself. And your past experience
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence and open minded
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Mock call will be taken by HR
  • Q2. Why should I hire you
  • Q3. What is ur strength
  • Ans. 

    My strength is my ability to build strong relationships with clients and close deals.

    • Excellent communication and interpersonal skills

    • Strong negotiation and persuasion abilities

    • Proven track record of meeting and exceeding sales targets

    • Ability to understand customer needs and provide tailored solutions

    • Effective time management and organizational skills

    • Adaptability and resilience in a fast-paced sales environment

  • Answered by AI
  • Q4. Tell me about yourself
  • Q5. Talk any random topic
  • Ans. 

    The importance of effective communication in sales

    • Effective communication builds trust and rapport with customers

    • Listening skills help understand customer needs and provide tailored solutions

    • Clear and concise communication helps convey product benefits and value

    • Non-verbal communication, such as body language, impacts sales interactions

    • Active communication fosters long-term customer relationships

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Assessment will be taken
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Why you want to join Hexaware

I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The first round was an aptitude test with questions ranging from basic mathematical concepts to logical/analytical questions. English was also included in the test. The difficulty was medium and I was able to solve 70-80% of the questions.

Round 2 - Coding Test 

Two coding questions were the part of the test. I was supposed to solve and pass all the test cases for both the questions. The coding questions tested my knowledge in the field of arrays, loops and pointers. I was able to solve one and partially solve another.

Round 3 - Technical 

(1 Question)

  • Q1. The interview was a mixture of both HR as well as Technical. I was asked decent questions and tested my knowledge in the fundamentals of programming.

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Engineer interview:
  • Python
  • Java
  • Full Stack
Interview preparation tips for other job seekers - Make sure that you are good in the fundamentals of Programming(if you are looking for an IT job) or just be good at a particular thing which perfectly suites your current necessities and also helps your career to grow in the future. Do not be disheartened if things do not go your way, there is always hope and a lot of companies would like to hire an intelligent candidate like you.
Cheers :)
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 Mar 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Salary expectation current salary notice period
Round 3 - HR 

(1 Question)

  • Q1. Current salary notice period expected salary
  • Ans. 

    The question asks for information about current salary, notice period, and expected salary.

    • Provide the current salary, notice period, and expected salary.

    • If you don't have the information, mention that you don't have the data.

    • Format the response in JSON.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Better discuss about JD before joining office and about project related

Interview Questionnaire 

3 Questions

  • Q1. Tr1- difference between switch case and if else, write the code for sorting
  • Ans. 

    Switch case is used for multiple conditions while if else is for binary conditions. Sorting can be done using various algorithms.

    • Switch case is faster than if else for multiple conditions

    • If else is more readable for binary conditions

    • Sorting can be done using bubble sort, insertion sort, quick sort, etc.

    • Example code for bubble sort: for(i=0;iarr[j+1]){swap(&arr[j],&arr[j+1]);}}}

  • Answered by AI
  • Q2. Tr2-difference between compiler and interpreter, Solve a challange on their own coding platform with proper output
  • Ans. 

    Difference between compiler and interpreter with a coding challenge

    • Compiler translates the entire code into machine language before execution while interpreter translates line by line during execution

    • Compiler generates an executable file while interpreter does not

    • Compiler is faster but debugging is harder while interpreter is slower but debugging is easier

    • Coding challenge: Write a program to find the sum of two numbers

  • Answered by AI
  • Q3. Oops concept

Mphasis Interview FAQs

How many rounds are there in Mphasis Senior Customer Service Executive interview?
Mphasis interview process usually has 3 rounds. The most common rounds in the Mphasis interview process are Resume Shortlist, Aptitude Test and HR.

Tell us how to improve this page.

Mphasis Senior Customer Service Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
NTT Data Interview Questions
3.8
 • 629 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 594 Interviews
View all
Mphasis Senior Customer Service Executive Salary
based on 41 salaries
₹2.5 L/yr - ₹5.8 L/yr
7% more than the average Senior Customer Service Executive Salary in India
View more details

Mphasis Senior Customer Service Executive Reviews and Ratings

based on 14 reviews

3.6/5

Rating in categories

2.7

Skill development

2.0

Work-life balance

2.0

Salary

3.4

Job security

1.3

Company culture

1.3

Promotions

2.0

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer
6.5k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
5.7k salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Associate Software Engineer
4.7k salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Module Lead
2.4k salaries
unlock blur

₹9.5 L/yr - ₹36 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹1.4 L/yr - ₹4.5 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