Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by EXL Service Team. If you also belong to the team, you can get access from here

EXL Service Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 6.7k Reviews

Filter interviews by

EXL Service Interview Questions, Process, and Tips

Updated 6 Jan 2025

Top EXL Service Interview Questions and Answers

View all 338 questions

EXL Service Interview Experiences

Popular Designations

714 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Python string is changable or not
  • Ans. 

    Python strings are immutable, meaning they cannot be changed once created.

    • Python strings are immutable, so any operation that appears to modify a string actually creates a new string object.

    • For example, when you use string concatenation or slicing, a new string is created instead of modifying the original string.

    • To modify a string in Python, you would need to create a new string with the desired changes.

  • Answered by AI
  • Q2. Sql window function ?
  • Q3. Difference between having and where cause
  • Ans. 

    HAVING is used with GROUP BY to filter groups, WHERE is used to filter rows

    • HAVING is used with GROUP BY clause to filter the groups based on aggregate functions

    • WHERE is used to filter rows based on conditions

    • HAVING is applied after the GROUP BY clause, WHERE is applied before

    • HAVING can only be used with SELECT statement that contains a GROUP BY clause

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY depar...

  • Answered by AI
  • Q4. Sql union and union all
  • Q5. Python using remove duplicate value
  • Ans. 

    Use Python's set() function to remove duplicate values from an array of strings.

    • Convert the array to a set to automatically remove duplicates

    • Convert the set back to a list if needed

  • Answered by AI

Skills evaluated in this interview

Top EXL Service Data Analyst Interview Questions and Answers

Q1. There is table which holds details of matches played between the countries in first 2 columns and who won the match in 3rd column. write a query to get no. of matches played by each team and no. of matches won by each team.
View answer (1)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About salary and how many years of experience.
Round 2 - Technical 

(2 Questions)

  • Q1. SQL, pyspark, python
  • Q2. Medallion arctiicture
Round 3 - Technical 

(1 Question)

  • Q1. Basics scenario based questions
Round 4 - HR 

(1 Question)

  • Q1. Sallery discussion.

Azure Data Engineer Interview Questions asked at other Companies

Q1. 7. How can we load multiple(50)tables at a time using adf?
View answer (2)

Executive Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your last working experience
  • Ans. 

    I worked as a project manager at a tech company, overseeing the development of a new software product.

    • Managed a team of developers and designers to ensure project milestones were met

    • Collaborated with stakeholders to gather requirements and provide updates on project progress

    • Implemented agile methodologies to improve project efficiency and communication

  • Answered by AI
  • Q2. Why are you leaving that company?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for new challenges and opportunities for personal and professional growth

    • Interested in exploring different industries or roles

    • Seeking a company with a better cultural fit or work-life balance

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Basic process knowledge
  • Q2. Accounts related questions

Top EXL Service Executive Interview Questions and Answers

Q1. if you have knowledge of excel tell me difference between hlookup,vlookup and xlookup?
View answer (1)

Executive Interview Questions asked at other Companies

Q1. How will you start RS method Development for known drug product?
View answer (16)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Senior Data Analyst with 5+ years of experience in analyzing complex data sets and providing actionable insights.

    • 5+ years of experience in data analysis

    • Proficient in statistical analysis and data visualization tools such as Python, R, and Tableau

    • Strong problem-solving skills and ability to communicate findings to non-technical stakeholders

  • Answered by AI
  • Q2. Asked about recent project
  • Q3. Types of join in sql
  • Ans. 

    Types of join in SQL include inner join, outer join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both tables

    • Outer join: Returns all rows when there is a match in one of the tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

    • Full join: Returns ro

  • Answered by AI
  • Q4. Case when statement questions

Skills evaluated in this interview

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

EXL Service interview questions for popular designations

 Business Analyst

 (70)

 Consultant

 (52)

 Executive

 (37)

 Assistant Manager

 (33)

 Senior Associate

 (30)

 Senior Executive

 (26)

 Data Analyst

 (23)

 Associate

 (20)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Relation between 2 persons , probability, statistics etc

Round 2 - Technical 

(2 Questions)

  • Q1. Convolition neural networks
  • Q2. Architecture of gans
  • Ans. 

    Generative Adversarial Networks (GANs) are a type of deep learning model that consists of two neural networks, the generator and the discriminator, which are trained simultaneously.

    • GANs consist of two neural networks - the generator and the discriminator.

    • The generator creates new data instances, while the discriminator evaluates them.

    • The two networks are trained in a competitive manner, where the generator tries to foo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - understand your projects in the resume

Skills evaluated in this interview

Top EXL Service Data Analyst Interview Questions and Answers

Q1. There is table which holds details of matches played between the countries in first 2 columns and who won the match in 3rd column. write a query to get no. of matches played by each team and no. of matches won by each team.
View answer (1)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Get interview-ready with Top EXL Service Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About scrum, product backlog, requirement handling
  • Q2. Some scenario based questions- if manager is planning the sprint and there is no scrum master in organization, how do you as BA make sure that product quality is not compromised.

Top EXL Service Business Analyst Interview Questions and Answers

Q1. If I have 333 digits to number pages of a book, How many pages can I number ?
View answer (8)

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

Jobs at EXL Service

View all

Full Stack Developer Interview Questions & Answers

user image deepak aggarwal

posted on 26 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ask questions related to CSS, Javascript, React, Node and Cloud stuff

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

Business Analyst interview

user image Zubeen Lapsiwala

posted on 24 Nov 2021

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. I/p 1 o.p 1 1,2 1,2,3 Using ab initio
  • Q2. Inner Join , left distinct join , delete files grater than 30 days

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Voice Process Executive Interview Questions & Answers

user image Preeti Chaudhery

posted on 30 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a dedicated and hardworking individual with a passion for customer service and communication.

    • I have a background in customer service and have worked in call centers for the past 3 years.

    • I am fluent in English and have excellent communication skills.

    • I am a quick learner and adapt well to new environments and technologies.

    • I am a team player and enjoy working collaboratively to achieve goals.

    • I am detail-oriented and

  • Answered by AI
  • Q2. Any planned leave reauired in future
  • Ans. 

    No planned leave required in the near future.

    • No planned leave needed at the moment

    • Fully committed to work and available for any required shifts

    • Willing to adjust schedule if needed

  • Answered by AI
Round 2 - Aptitude Test 

Speechx round with speaking and english skills to be tested upon

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why you are fit for the role
  • Ans. 

    I have strong communication skills, experience in customer service, and a passion for helping others.

    • I have excellent verbal and written communication skills

    • I have previous experience in customer service roles

    • I am empathetic and enjoy helping others resolve their issues

  • Answered by AI
  • Q2. What do you know abou EXL
  • Ans. 

    EXL is a global company that provides business process solutions and analytics services.

    • EXL stands for 'ExlService Holdings, Inc.'

    • It is a leading operations management and analytics company.

    • EXL offers services in areas such as finance and accounting, healthcare, insurance, and more.

    • The company has offices in multiple countries including the United States, India, the Philippines, and Romania.

  • Answered by AI

Voice Process Executive Interview Questions asked at other Companies

Q1. How to solve a problem of customer
View answer (7)

EXL Service Interview FAQs

How many rounds are there in EXL Service interview?
EXL Service interview process usually has 2-3 rounds. The most common rounds in the EXL Service interview process are Technical, One-on-one Round and HR.
How to prepare for EXL Service 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 EXL Service. The most common topics and skills that interviewers at EXL Service expect are SQL, Python, Excel, Analytical and Accounting.
What are the top questions asked in EXL Service interview?

Some of the top questions asked at the EXL Service interview -

  1. If I have 333 digits to number pages of a book, How many pages can I numbe...read more
  2. You have 20 red balls, 14 blue balls. You draw out balls, 2 at a time. If they ...read more
  3. You have 3 slices of bread, and a toaster. You can put in 2 slices of bread at ...read more
How long is the EXL Service interview process?

The duration of EXL Service interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

EXL Service Interview Process

based on 268 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 474 EXL Service interviews
Job Portal
Campus Placement
WalkIn
Referral
Company Website
Recruitment Consultant
29%
16%
15%
14%
4%
4%
18% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
WNS Interview Questions
3.4
 • 950 Interviews
View all

EXL Service Reviews and Ratings

based on 6.7k reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-Life balance

3.2

Salary & Benefits

4.0

Job Security

3.6

Company culture

3.0

Promotions/Appraisal

3.5

Work Satisfaction

Explore 6.7k Reviews and Ratings
Assistant Manager - HRBP

Pune,

Mumbai

4-8 Yrs

Not Disclosed

Lead Assistant Manager - Total Rewards

Noida,

Delhi/Ncr

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Executive
4.3k salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Assistant Manager
2.9k salaries
unlock blur

₹4 L/yr - ₹14.7 L/yr

Senior Associate
2.4k salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Lead Assistant Manager
2k salaries
unlock blur

₹6.3 L/yr - ₹22 L/yr

Associate
1.7k salaries
unlock blur

₹1 L/yr - ₹5.6 L/yr

Explore more salaries
Compare EXL Service with

Genpact

3.9
Compare

WNS

3.4
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview