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

Filter interviews by

EXL Service Data Analyst Interview Questions, Process, and Tips

Updated 17 Jan 2025

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 pla ...read more
  • Q2. Python code for factorial
  • Q3. Difference between having and where cause
View all 13 questions

EXL Service Data Analyst Interview Experiences

24 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 11 May 2023

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

I applied via Recruitment Consulltant and was interviewed before May 2022. 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 - One-on-one 

(4 Questions)

  • Q1. About data science basics
  • Q2. About sql and basic question like 2nd highest salary
  • Ans. Use sub query to get only two records and then reverse it and limit to 1 record output
  • Answered Anonymously
  • Q3. Python code for factorial
  • Ans. 

    Python code to calculate factorial of a number.

    • Use a loop to iterate from 1 to the given number.

    • Multiply each number with the previous result.

    • Return the final result.

  • Answered by AI
  • Q4. What is recursion, list, and few more basic questions
Round 3 - Case Study 

Some random case study related to fraud analytics , like how to prevent fraud in bank. If u know certain places show high fraud numbers getting reported, wht will you do to prevent.
Answer: confirm if there is really fraud going on or some tech glitch. If yes report . Do deep dive analysis.
Find areas where high fraud frequency is found. Find its located to certain machines or shops ( if its localized ) or distributed over various shops or channels like atm, bank ,shop card swiping etc.
Once analysed either out these sources on hold until further investigation is complete.

Round 4 - HR 

(1 Question)

  • Q1. This was basically salary Negotiation

Interview Preparation Tips

Topics to prepare for EXL Service Data Analyst interview:
  • Python
  • Sql
  • Data science
Interview preparation tips for other job seekers - Be thorough in your resume
Be true
Be confident

Skills evaluated in this interview

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

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
Q4. Sliding Window Maximum Problem Statement You are given an array/l ... read more
asked in Tredence
Q5. Find First Repeated Character in a String Given a string 'STR' co ... read more

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

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Sep 2024

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

(1 Question)

  • 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 matche...
  • Ans. 

    Query to get number of matches played and won by each team from a table of match details.

    • Use GROUP BY clause to group the data by team name.

    • Use COUNT() function to get the number of matches played by each team.

    • Use SUM() function with a condition to get the number of matches won by each team.

  • Answered by AI

Skills evaluated in this interview

EXL Service interview questions for designations

 Senior Data Analyst

 (4)

 Junior Data Analyst

 (1)

 Analyst

 (19)

 Data Entry Operator

 (1)

 Data Processing Executive

 (1)

 Business Analyst

 (70)

 Reporting Analyst

 (9)

 Senior Analyst

 (4)

Data Analyst Interview Questions & Answers

user image Babu shankar

posted on 23 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to improve process
  • Ans. 

    Improving processes involves identifying inefficiencies, implementing changes, and continuously monitoring and adjusting for optimal results.

    • Identify bottlenecks and areas of inefficiency

    • Implement automation and technology solutions

    • Streamline communication and collaboration between teams

    • Regularly review and analyze data to identify areas for improvement

    • Seek feedback from stakeholders and incorporate suggestions for enh

  • Answered by AI
  • Q2. How shouild ovrcome negativity
  • Ans. 

    Negativity can be overcome by practicing gratitude, surrounding yourself with positive people, and focusing on solutions rather than problems.

    • Practice gratitude by keeping a gratitude journal or regularly reflecting on things you are thankful for

    • Surround yourself with positive people who uplift and support you

    • Focus on solutions rather than dwelling on problems - brainstorming ways to address challenges can help shift y

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why shold you chenge the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities for growth

    • Seeking a better work-life balance

    • Interested in working with new technologies or industries

  • Answered by AI
  • Q2. How long work for our comapny

Interview Preparation Tips

Interview preparation tips for other job seekers - nice expricnec

Get interview-ready with Top EXL Service Interview Questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Jun 2024

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Sort array in python
  • Ans. 

    Use the sorted() function to sort an array of strings in Python.

    • Use the sorted() function with the array as input to get a new sorted array.

    • You can use the reverse parameter to sort in descending order.

    • You can use the key parameter to specify a custom sorting key.

    • Example: sorted_array = sorted(array)

  • Answered by AI
  • Q2. Merge 2 arrays in python
  • Ans. 

    Use the concatenate function from numpy to merge two arrays in Python.

    • Import numpy library

    • Use np.concatenate() function to merge the arrays

    • Ensure both arrays have the same data type

  • Answered by AI
  • Q3. Sql to find 2nd highest salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find 2nd highest salary

    • Use ORDER BY clause to sort salaries in descending order

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

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

  • Answered by AI
  • Q4. Sql for running total
  • Ans. 

    Running total in SQL is achieved by using window functions like SUM() with OVER() clause.

    • Use SUM() function with OVER() clause to calculate running total.

    • Specify the window frame with ORDER BY in the OVER() clause.

    • Running total can be reset based on certain conditions using PARTITION BY in the OVER() clause.

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2024

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

(2 Questions)

  • Q1. Rank and dense rank
  • Q2. Delete and truncate

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python and SQL coding questions are asked in the interview.

Data Analyst interview

user image Placement Grid

posted on 24 Nov 2021

Data Analyst Interview Questions & Answers

user image Sanyam Cheraya

posted on 17 Jan 2025

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

SQL basics to advance

Data Analyst Interview Questions & Answers

user image Animesh Singh

posted on 18 Jun 2024

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

Joins, windows function such as row_number, rank, dense rank

Round 2 - HR 

(2 Questions)

  • Q1. Why do. you want to join
  • Q2. What are your career ambition

EXL Service Interview FAQs

How many rounds are there in EXL Service Data Analyst interview?
EXL Service interview process usually has 2-3 rounds. The most common rounds in the EXL Service interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for EXL Service Data Analyst 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 Python, SQL, Data Analysis, Power Bi and SAS.
What are the top questions asked in EXL Service Data Analyst interview?

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

  1. There is table which holds details of matches played between the countries in ...read more
  2. Python code for factor...read more
  3. Difference between having and where ca...read more
How long is the EXL Service Data Analyst interview process?

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

Tell us how to improve this page.

EXL Service Data Analyst Interview Process

based on 17 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • Technical Round
View more

Data Analyst Interview Questions from Similar Companies

View all
EXL Service Data Analyst Salary
based on 268 salaries
₹3.5 L/yr - ₹15 L/yr
35% more than the average Data Analyst Salary in India
View more details

EXL Service Data Analyst Reviews and Ratings

based on 40 reviews

4.0/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.3

Salary

3.8

Job security

3.8

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 40 Reviews and Ratings
Senior Executive
4.3k salaries
unlock blur

₹0.9 L/yr - ₹7.1 L/yr

Assistant Manager
2.9k salaries
unlock blur

₹4.2 L/yr - ₹14.5 L/yr

Senior Associate
2.4k salaries
unlock blur

₹1.2 L/yr - ₹8 L/yr

Lead Assistant Manager
1.9k salaries
unlock blur

₹6.3 L/yr - ₹22 L/yr

Executive
1.8k salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Explore more salaries
Compare EXL Service with

Genpact

3.8
Compare

WNS

3.4
Compare

TCS

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview