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

Clear (1)

EXL Service Software Engineer Interview Questions and Answers

Updated 9 Jan 2025

EXL Service Software Engineer Interview Experiences

5 interviews found

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

(1 Question)

  • Q1. Can you provide a detailed explanation of object-oriented programming concepts?
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data type...

  • Answered by AI

I applied via Company Website and was interviewed in Oct 2022. There were 16 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 Resume tips
Round 2 - Group Discussion 

Group discussion communication one person to another person

Round 3 - Aptitude Test 

Writing test Coding test one round

Round 4 - Case Study 

Case study HR discussion technically

Round 5 - Coding Test 

Coding test Assignment technical

Round 6 - Assignment 

Assignment Only round and case study

Round 7 - Technical 

(1 Question)

  • Q1. Technical Assignment technical
Round 8 - Technical 

(1 Question)

  • Q1. Technical Group discussion
Round 9 - Other 

(1 Question)

  • Q1. Other Group discussion communication
Round 10 - Assignment 

HR Discussion technically HR technically

Round 11 - Case Study 

Case study Only round Communication

Round 12 - One-on-one 

(1 Question)

  • Q1. One on One round
Round 13 - Group Discussion 

Group discussion One one round

Round 14 - Assignment 

Assignment Disscuss one on one round

Round 15 - Aptitude Test 

Apptitude Group discussion one on round assignment case study technical

Round 16 - Technical 

(3 Questions)

  • Q1. Technical One on round
  • Q2. Aptitude test case study
  • Q3. HR discussion Apptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Software engineer aptitude test case study technical round one on round

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

The 1st round will be technical test

Round 2 - Technical 

(2 Questions)

  • Q1. 2nd round will be technical discussion
  • Q2. Related skills mentioned in the resume
Round 3 - One-on-one 

(1 Question)

  • Q1. With the manger
Round 4 - HR 

(1 Question)

  • Q1. Mostly discussion related to salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Py and big data general questions

Round 2 - HR 

(2 Questions)

  • Q1. Quiz questions was asked
  • Q2. Tell me about yourself

EXL Service interview questions for designations

 Software Developer

 (3)

 Software Trainee

 (1)

 Senior Software Developer

 (1)

 Data Engineer

 (7)

 QA Engineer

 (1)

 Softwaretest Engineer

 (1)

 Senior Data Engineer

 (2)

 Application Support Engineer

 (1)

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

I applied via Walk-in and was interviewed before Mar 2022. There were 2 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic OOPs and Database
  • Q2. BTech Subjects and Upcoming IT Trends

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Work-Life Balance. U will get time to learn many new skills.
May be little work satisfaction

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I was interviewed in Oct 2020.

Interview Questionnaire 

3 Questions

  • Q1. Final round is HR. In this round they will explain the working hours, CTC, etc and some set of HR questions will be also expected here
  • Q2. Tell me some of your strengths Weaknesses Where would you see yourself after 5 years Etc
  • Q3. Followed by 1st round written Examination F2F Technical interview is done. In this round we any expect all the technical questions of our subjects and the interviewer will check for our personality, commun...

Interview Preparation Tips

Interview preparation tips for other job seekers - All the Best Guys.prepare well and face the interview.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

EXL Service Interview FAQs

How many rounds are there in EXL Service Software Engineer interview?
EXL Service interview process usually has 5 rounds. The most common rounds in the EXL Service interview process are Technical, One-on-one Round and Aptitude Test.
What are the top questions asked in EXL Service Software Engineer interview?

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

  1. Can you provide a detailed explanation of object-oriented programming concep...read more
  2. 2nd round will be technical discuss...read more
  3. Other Group discussion communicat...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

REVIEWS

Accenture

No Reviews

INTERVIEWS

JustDial

No Interviews

SALARIES

American Megatrends

INTERVIEWS

Nielsen

No Interviews

INTERVIEWS

Capgemini

No Interviews

INTERVIEWS

Moody's

No Interviews

INTERVIEWS

ViaPlus by VINCI Highways

No Interviews

INTERVIEWS

Unisys

No Interviews

Tell us how to improve this page.

EXL Service Software Engineer Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more
EXL Service Software Engineer Salary
based on 59 salaries
₹4.1 L/yr - ₹14.5 L/yr
6% more than the average Software Engineer Salary in India
View more details

EXL Service Software Engineer Reviews and Ratings

based on 4 reviews

2.6/5

Rating in categories

2.5

Skill development

2.7

Work-life balance

2.3

Salary

3.0

Job security

2.6

Company culture

2.3

Promotions

2.5

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Assistant Manager
3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
2.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Assistant Manager
1.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
1.8k salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent