Upload Button Icon Add office photos

Exl India

Compare button icon Compare button icon Compare

Filter interviews by

Exl India Analyst Interview Questions and Answers

Updated 17 Mar 2024

Exl India Analyst Interview Experiences

3 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Assignment 

Essay writing grammar

Round 2 - One-on-one 

(1 Question)

  • Q1. Why we want to leave your current job
Round 3 - HR 

(1 Question)

  • Q1. Salaryexpectation

Analyst Interview Questions & Answers

user image Vivek Verma

posted on 9 Dec 2022

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Quant, verbal, logical, reasoning

Round 3 - HR 

(2 Questions)

  • Q1. Puzzles, projects on resume, guestimates on population in delhi has i phones.
  • Q2. Puzzles questions on jail break

Interview Preparation Tips

Interview preparation tips for other job seekers - study about aptitude and interview will be easy, so study from india bix and other websites to score in apititude

Analyst Interview Questions Asked at Other Companies

asked in Capgemini
Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, you ... read more
asked in Deloitte
Q2. Reverse a Number Problem Statement Given an integer 'N', write a ... read more
Q3. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is p ... read more
Q4. Ninja and the Game of Words In this game, Ninja is provided with ... read more
asked in Capgemini
Q5. What will be the output of the following pseudocode? #include Int ... read more

Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2021

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

Interview Questionnaire 

2 Questions

  • Q1. In written test, aptitude questions were mainly asked. In interview, The birthday paradox question. Couple of puzzles. Questions based on resume and projects.
  • Q2. HR interview was mainly standard HR questions about goals, where do you see yourself in 5 years, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice puzzles from geeks for geeks and interviewbit. Practice aptitude from hackerrank.

Top trending discussions

View All
Interview Hub
1w
a team lead
FeedCard Image
Got a question about Exl India?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 5 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. Resume shortlist, Hr Will ask about your work experience related question and etc.,
Round 3 - Aptitude Test 

Aptitude is must in maersk, you need to get pass in aptitude test

Round 4 - One-on-one 

(1 Question)

  • Q1. Third round will be one on one round with manager, question will be asked related to resume and work experience
Round 5 - HR 

(1 Question)

  • Q1. If you get selected you will get a call from hr , and salary discussion, document verification will happen

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident you will get through, aptitude is must.., need to get pass
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Sixty questions, sixty minutes

Round 2 - One-on-one 

(1 Question)

  • Q1. Excel,Macros,Vllookup
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Vlookup, index match,

Exl India HR Interview Questions

23 questions and answers

Q. How did you learn about EXL?
Q. What was your past experience?
Q. What information is included in your resume that may be thoroughly analyzed duri ... read more
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked very basic questions of sql any one who has experience of 1 year should be able to do that

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It majorly based on basic sql and Python with some guesstimates.
Round 2 - Case Study 

It was based on a real life logistics scenario and then solving the case study.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is the order of execution for SQL queries?
  • Ans. 

    SQL queries execute in a specific order, determining how data is retrieved and manipulated.

    • 1. FROM clause: Specifies the tables to retrieve data from. Example: SELECT * FROM employees.

    • 2. JOIN clause: Combines rows from two or more tables based on a related column. Example: SELECT * FROM employees JOIN departments ON employees.dept_id = departments.id.

    • 3. WHERE clause: Filters records based on specified conditions. Examp...

  • Answered by AI
  • Q2. Write SQL query for the question which required knowledge of the LEAD and LAG functions for its solution.
  • Ans. 

    Using LEAD and LAG functions to analyze sequential data in SQL queries.

    • LEAD() retrieves the next row's value in a specified column.

    • LAG() retrieves the previous row's value in a specified column.

    • Example: SELECT value, LAG(value) OVER (ORDER BY date) AS previous_value FROM sales;

    • Example: SELECT value, LEAD(value) OVER (ORDER BY date) AS next_value FROM sales;

    • Useful for comparing current row data with previous or next row...

  • Answered by AI
  • Q3. Puzzle kind of question
  • Q4. Asked about the past project and discussed about it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for SQL questions. Review the past projects you have worked on. Also
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your experience with accounting?
  • Ans. 

    I have 5 years of experience in accounting, including financial statement preparation and analysis.

    • 5 years of experience in accounting

    • Proficient in financial statement preparation

    • Skilled in financial analysis

  • Answered by AI
  • Q2. Journal entries

Exl India Interview FAQs

How many rounds are there in Exl India Analyst interview?
Exl India interview process usually has 3 rounds. The most common rounds in the Exl India interview process are HR, Resume Shortlist and Aptitude Test.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

2-4 weeks 100%
View more

Analyst Interview Questions from Similar Companies

Maersk Analyst Interview Questions
4.1
 • 8 Interviews
View all
Exl India Analyst Salary
based on 138 salaries
₹1.9 L/yr - ₹6.5 L/yr
45% less than the average Analyst Salary in India
View more details

Exl India Analyst Reviews and Ratings

based on 22 reviews

3.7/5

Rating in categories

2.7

Skill development

3.7

Work-life balance

3.1

Salary

3.9

Job security

3.2

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 22 Reviews and Ratings
Senior Executive
1.4k salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Assistant Manager
1k salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Executive
887 salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Senior Associate
663 salaries
unlock blur

₹2.2 L/yr - ₹6.2 L/yr

Associate
497 salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Explore more salaries
Compare Exl India with

Delhivery

3.8
Compare

Ecom Express

3.9
Compare

Mahindra Logistics

3.8
Compare

Maersk

4.1
Compare
write
Share an Interview