Premium Employer

i

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

Hexaware Technologies Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Hexaware Technologies Interview Questions and Answers

Updated 8 Aug 2025
Popular Designations

432 Interview questions

A Software Engineer was asked 1w ago
Q. Given a sorted array of integers nums and an integer target, write a function to search target in nums. If the target exists, then return its index. Otherwise, return -1. You must write an algorithm with O(...
Ans. 

Binary search is an efficient algorithm for finding an item from a sorted list of items.

  • Requires a sorted array to function correctly.

  • Divides the search interval in half each time.

  • Time complexity is O(log n), making it faster than linear search.

  • Example: Searching for '5' in [1, 2, 3, 4, 5, 6] results in index 4.

View all Software Engineer interview questions
A Software Engineer was asked 1w ago
Q. Explain Spring Boot.
Ans. 

Spring Boot is a framework that simplifies the development of Java applications by providing production-ready features and configurations.

  • Convention over configuration: Reduces the need for extensive configuration files.

  • Embedded servers: Supports embedded servers like Tomcat and Jetty for easy deployment.

  • Microservices ready: Ideal for building microservices architectures with RESTful APIs.

  • Spring Boot Starter: Prov...

View all Software Engineer interview questions
A Senior Java Developer was asked 2w ago
Q. What is a sealed class?
Ans. 

A sealed class restricts which classes can extend it, enhancing type safety and control in Java programming.

  • Introduced in Java 15 as a preview feature and finalized in Java 17.

  • Allows developers to define a limited set of subclasses, improving maintainability.

  • Syntax example: `sealed class Shape permits Circle, Square {}`.

  • Useful in scenarios like defining a hierarchy of types with controlled extensions.

View all Senior Java Developer interview questions
A Senior Java Developer was asked 2w ago
Q. What is database isolation?
Ans. 

Database isolation defines how transaction integrity is visible to other transactions, impacting concurrency and consistency.

  • Isolation levels include Read Uncommitted, Read Committed, Repeatable Read, and Serializable.

  • Read Uncommitted allows dirty reads, where one transaction can see uncommitted changes from another.

  • Read Committed prevents dirty reads but allows non-repeatable reads, where data can change between ...

View all Senior Java Developer interview questions
A DOT NET Developer was asked 3w ago
Q. What is middleware?
Ans. 

Middleware is software that acts as a bridge between different applications or services, facilitating communication and data management.

  • Middleware enables communication between different software applications, often in a distributed environment.

  • It can handle tasks such as authentication, logging, and data transformation.

  • Examples include web servers, application servers, and message brokers.

  • In ASP.NET Core, middlew...

View all DOT NET Developer interview questions
A DOT NET Developer was asked 3w ago
Q. What are filters?
Ans. 

Filters in .NET are components that allow developers to intercept and modify requests and responses in web applications.

  • Filters can be used for logging, authentication, and authorization.

  • Example: An ActionFilter can log the execution time of an action method.

  • There are different types of filters: Authorization, Action, Result, and Exception filters.

  • Example: Exception filters can handle errors globally and return cu...

View all DOT NET Developer interview questions

Hexaware Technologies HR Interview Questions

117 questions and answers

Q. If selected for this job, how long do you anticipate staying in this positi ... read more
Q. What was your most recent work experience?
Q. What are your salary expectations?
An Automation Engineer was asked 1mo ago
Q. Explain your framework architecture.
Ans. 

My framework architecture is modular, scalable, and designed for efficient test automation across various applications.

  • Modular Design: Each component (e.g., test cases, utilities) is separate, allowing for easy updates and maintenance.

  • Layered Architecture: It consists of layers such as Test Layer, Business Logic Layer, and Data Access Layer for better organization.

  • Use of Page Object Model (POM): This design patter...

View all Automation Engineer interview questions
Are these interview questions helpful?
An Automation Engineer was asked 1mo ago
Q. Write test cases for a particular scenario.
Ans. 

Test cases for a login feature in an automation testing scenario.

  • Verify valid login with correct username and password.

  • Check login failure with incorrect password.

  • Test login with empty username field.

  • Validate login with empty password field.

  • Ensure user is redirected to the dashboard after successful login.

View all Automation Engineer interview questions
A Customer Support Executive was asked 2mo ago
Q. How do you convince a high-value customer?
Ans. 

To convince a high-rated customer, focus on understanding their needs, building rapport, and providing tailored solutions.

  • Listen actively to their concerns and feedback to show you value their opinion.

  • Use positive language and affirm their feelings to build trust.

  • Provide personalized solutions that cater to their specific needs, such as offering a tailored product recommendation.

  • Share success stories or testimonia...

View all Customer Support Executive interview questions
A Technical Lead was asked 2mo ago
Q. How do you create an immutable class?
Ans. 

An immutable class is one whose instances cannot be modified after creation, ensuring thread safety and predictable behavior.

  • Use 'final' keyword for class declaration: 'public final class ImmutableClass { }'

  • Declare all fields as 'private final' to prevent modification: 'private final int value;'

  • Provide a constructor to initialize all fields: 'public ImmutableClass(int value) { this.value = value; }'

  • Avoid setter me...

View all Technical Lead interview questions

Hexaware Technologies Interview Experiences

776 interviews found

Round 1 - Aptitude Test 

Technical questions related to SQL , java , hibernate, spring boot ,oops, restful webservices

Round 2 - Technical 

(1 Question)

  • Q1. How to write Immutable class in java
  • Ans. 

    Immutable class in Java

    • Make the class final

    • Make all fields private and final

    • Do not provide any setter methods

    • If mutable objects are used, return a copy instead of the original object

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is difference between spring MVC and spring Boot
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and project related information

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up-to-date knowledge in hand
Camera should be on
no network issue
And all the best

Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2025

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

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

  • Q1. React Basics questions
  • Q2. Javascript Questions
  • Q3. Project explanation
  • Q4. Javascript & React sample coding
  • Q5. Deployment related qyestions & Security measurements in FE

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Strong in Programming basics, Project Explanation, Basic coding skill

Automation Test Lead Interview Questions & Answers

user image Shalini Jayaraman

posted on 25 Jan 2025

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

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. More questions asked, oops, coding and selenium, testNG related questions
  • Q2. Drop down coding
Round 2 - Technical 

(1 Question)

  • Q1. Many questions related to projects but not selected at last
Round 3 - One-on-one 

(1 Question)

  • Q1. Basics of Java selenium
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me your self intro
  • Ans. 

    I am a dedicated and empathetic Customer Care Executive with a passion for helping customers resolve their issues and providing excellent service.

    • I have over 5 years of experience in customer service roles, including handling inquiries, complaints, and escalations.

    • I am skilled in active listening, problem-solving, and conflict resolution.

    • I strive to create positive customer experiences by going above and beyond to meet...

  • Answered by AI
  • Q2. Where are you from
  • Ans. 

    I am from New York City, known for its diverse culture and iconic landmarks.

    • Born and raised in the bustling city of New York

    • Grew up surrounded by a mix of cultures and traditions

    • Familiar with famous landmarks like the Statue of Liberty and Central Park

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me your self intro
  • Ans. 

    I am a dedicated and empathetic customer care executive with a passion for helping customers resolve their issues.

    • I have over 5 years of experience in customer service roles

    • I am skilled in active listening and problem-solving

    • I have a track record of exceeding customer satisfaction goals

    • I am proficient in using CRM software to manage customer interactions

  • Answered by AI
  • Q2. Which languages know
  • Ans. 

    I am fluent in English and Spanish, with basic knowledge of French, enabling effective communication with diverse customers.

    • Fluent in English: Used daily in professional settings.

    • Fluent in Spanish: Assisted Spanish-speaking customers in previous roles.

    • Basic knowledge of French: Can understand and respond to simple queries.

  • Answered by AI
  • Q3. Are you comfortable in night shifts
  • Ans. 

    Yes, I am comfortable with night shifts as I have prior experience working in such shifts.

    • I have previous experience working night shifts in my previous job.

    • I am a night owl and feel more productive during night hours.

    • I am willing to adjust my schedule to accommodate night shifts.

    • I understand the importance of providing customer support round the clock.

    • I am aware of the challenges of working night shifts and am prepare...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2024, where I was asked the following questions.

  • Q1. Exception handling
  • Q2. Client round with focus on cloud and CI/CD technologies

Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2025

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

I appeared for an interview before Aug 2024, where I was asked the following questions.

  • Q1. Exception handling in the first round
  • Q2. Client interview with focus on Cloud and CI/CD
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

  • Q1. In group discussion they ask about presence of mind
  • Q2. In group discussion they ask about break the rules

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through our own thoughts
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Questions in sql
Round 2 - Technical 

(1 Question)

  • Q1. Questions on analytics

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid wasting your time by attending interviews here; they will present one salary package before the interview, but after completing all the rounds, they will declare that their budget is lower than the initially stated CTC.
Interview experience
4
Good
Difficulty level
Moderate
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 - One-on-one 

(5 Questions)

  • Q1. What is meant by Polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

    • Example: Function overloading...

  • Answered by AI
  • Q2. Write a program to find no of repeated characters in a string
  • Ans. 

    Program to find number of repeated characters in a string

    • Iterate through each character in the string

    • Use a hashmap to store the count of each character

    • Increment the count if character is already present in the hashmap

    • Return the count of characters with count greater than 1

  • Answered by AI
  • Q3. About config file
  • Q4. About scenario outline
  • Q5. Tell me about yourself
  • Ans. 

    I am a dedicated Quality Engineer with a strong background in ensuring product quality and compliance with industry standards.

    • Experienced in conducting quality control tests and inspections

    • Skilled in analyzing data and identifying areas for improvement

    • Proficient in implementing quality management systems

    • Strong attention to detail and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. Image analysis questions
  • Q2. Object-Oriented programming concepts
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Something about your self.
  • Ans. 

    I am a dedicated Training Manager with over 8 years of experience in developing effective training programs and enhancing team performance.

    • Experience in designing and implementing training programs that improved employee performance by 30%.

    • Skilled in using various training methodologies, including e-learning and hands-on workshops.

    • Successfully managed a team of trainers, fostering a collaborative environment that encou...

  • Answered by AI
  • Q2. Take me through your CV
  • Ans. 

    Experienced Training Manager with a strong background in developing and implementing effective training programs.

    • Over 5 years of experience in training and development roles.

    • Successfully designed a leadership training program that increased employee retention by 20%.

    • Implemented a new onboarding process that reduced training time by 30%.

    • Collaborated with cross-functional teams to identify training needs and develop tail...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Same questions as in the first round
  • Q2. KRA of your previous company
  • Ans. 

    Developing and implementing training programs to improve employee performance and productivity.

    • Identifying training needs through performance evaluations and feedback

    • Designing training materials and resources

    • Delivering training sessions in various formats (e.g. classroom, online)

    • Evaluating training effectiveness through assessments and feedback

    • Collaborating with department heads to align training programs with organiza...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are very much in need of a job give a try otherwise conveniently give a miss

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Hexaware Technologies?
Ask anonymously on communities.

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies interview?
Hexaware Technologies interview process usually has 2-3 rounds. The most common rounds in the Hexaware Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for Hexaware Technologies 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 Hexaware Technologies. The most common topics and skills that interviewers at Hexaware Technologies expect are SQL, Customer Service, International Voice Process, Communication Skills and Python.
What are the top questions asked in Hexaware Technologies interview?

Some of the top questions asked at the Hexaware Technologies interview -

  1. Program to find second largest number from set of ar...read more
  2. Have to pronounce given sentences clearly and also have to talk about various t...read more
  3. Write a program to check whether string is palindrome or n...read more
What are the most common questions asked in Hexaware Technologies HR round?

The most common HR questions asked in Hexaware Technologies interview are -

  1. What is your family backgrou...read more
  2. Tell me about yourse...read more
  3. What are your strengths and weakness...read more
How long is the Hexaware Technologies interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 716 interview experiences

Difficulty level

Easy 27%
Moderate 67%
Hard 6%

Duration

Less than 2 weeks 69%
2-4 weeks 21%
4-6 weeks 4%
6-8 weeks 2%
More than 8 weeks 3%
View more
Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.

Interview Questions from Similar Companies

Mphasis Interview Questions
3.3
 • 864 Interviews
DXC Technology Interview Questions
3.6
 • 848 Interviews
EXL Service Interview Questions
3.7
 • 818 Interviews
Nagarro Interview Questions
3.9
 • 812 Interviews
GlobalLogic Interview Questions
3.6
 • 643 Interviews
eClerx Interview Questions
3.2
 • 588 Interviews
NTT DATA, Inc. Interview Questions
4.0
 • 136 Interviews
View all

Hexaware Technologies Reviews and Ratings

based on 6.8k reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.2

Salary

3.4

Job security

3.4

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 6.8k Reviews and Ratings
Python Software Developer

Pune,

Chennai

+1

4-9 Yrs

Not Disclosed

Java Full Stack Lead

Pune,

Chennai

+1

6-11 Yrs

Not Disclosed

Openings For Payment Operations!!

Chennai

1-6 Yrs

₹ 2-5 LPA

Explore more jobs
Senior Software Engineer
3.9k salaries
unlock blur

₹8.4 L/yr - ₹18.5 L/yr

Software Engineer
3.2k salaries
unlock blur

₹4 L/yr - ₹9 L/yr

System Analyst
3k salaries
unlock blur

₹12.5 L/yr - ₹21.5 L/yr

Technical Architect
2.1k salaries
unlock blur

₹17.4 L/yr - ₹31.4 L/yr

Senior Executive
2k salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.7
Compare

TCS

3.5
Compare

DXC Technology

3.6
Compare

Mphasis

3.3
Compare
write
Share an Interview