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

Compare button icon Compare button icon Compare

Filter interviews by

Hexaware Technologies Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top Hexaware Technologies Interview Questions and Answers

View all 380 questions

Hexaware Technologies Interview Experiences

Popular Designations

712 interviews found

I applied via LinkedIn and was interviewed in Jun 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 Resume tips
Round 2 - Aptitude Test 

This section contains full aptitude questions with time limit of 45 minutes

Round 3 - Technical 

(6 Questions)

  • Q1. Asked about programming language I prefer
  • Q2. Asked about SQL Queries
  • Q3. Asked about data structures
  • Q4. Asked about database related questions
  • Q5. Asked about SDLC and methods
  • Q6. Difference between overloading and overriding
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is a compile-time polymorphism while overriding is a runtime polymorphism.

    • Overloading is used to provide different ways of calling the same method while overriding is used to provide a specific implementation of a meth...

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Are you willing to relocate
  • Q3. Are you comfortable with any shifts
  • Q4. Strengths and weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare aptitude very well and learn the skills what you keep in your resume

Top Hexaware Technologies Graduate Trainee Interview Questions and Answers

Q1. How do you increase array size?
View answer (1)

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

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 was interviewed 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

Automation Test Lead Interview Questions asked at other Companies

Q1. How to validate text displayed n html tag is a expected
View answer (1)
Hexaware Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed 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
  • 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

Customer Care Executive Interview Questions asked at other Companies

Q1. What would you do if you win 1billion dollar lottey?
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Asking about yourself About your education If you have experience,so about your experience About your previous company and that basic questions
  • Q2. Telling about there Company About process knowledge About salary n all

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best,be confident, prepare well.

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (56)

Hexaware Technologies interview questions for popular designations

 Graduate Engineer Trainee (Get)

 (46)

 Software Engineer

 (38)

 Senior Software Engineer

 (25)

 Executive

 (25)

 System Analyst

 (20)

 Associate Software Engineer

 (20)

 Software Developer

 (18)

 Engineer Trainee

 (18)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed 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.

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)

Get interview-ready with Top Hexaware Technologies Interview Questions

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

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Jobs at Hexaware Technologies

View all
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.
  • Q2. Take me through your CV
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

Training Manager Interview Questions asked at other Companies

Q1. How can a reduction be done in the time taken for trainees to achieve the targets set as per the BAU?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. ETL tetsing methods, schema, SCD types, string function, some query based on scenario
  • Q2. L2 round - rank, dense rank, rownumber, types of fact, dimensions, duplicate query

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions was easy, need to have knowledge of concepts and hands of experience on sql queries

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(4 Questions)

  • Q1. Ospf more deep knowledge
  • Q2. Ospf scenario based question
  • Q3. STP loop prevention how its working
  • Ans. 

    STP loop prevention is achieved by blocking redundant paths in a network to prevent loops.

    • STP (Spanning Tree Protocol) identifies redundant paths in a network

    • STP selects a root bridge to be the central point of the network

    • STP blocks certain ports to prevent loops while still allowing for redundancy

    • If a link fails, STP will unblock a previously blocked port to maintain connectivity

  • Answered by AI
  • Q4. More info about Routing if you good any one routing just inform based on they will ask

Interview Preparation Tips

Interview preparation tips for other job seekers - If looking Network engineer just learn more about routing and switching

Any routing protocol recommend OSPF
VLAN
STP
HSRP

how traffic flow

Skills evaluated in this interview

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - HR 

(1 Question)

  • Q1. Can you describe yourself and share some of the unusual things you have done in your life?

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (29)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Query related to find records based on different types of join
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated Senior Software Tester with 5+ years of experience in manual and automated testing.

    • 5+ years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail and problem-solving skills

    • Experience with testing tools such as Selenium and Jira

    • Ability to work well in a team and communicate effectively

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Queries on pivot, rank, lag, lead
  • Q2. Project architecture explanation in detail
  • Ans. 

    Project architecture refers to the high-level structure of a software system, including components, relationships, and interactions.

    • Project architecture defines how different components of a software system are organized and interact with each other.

    • It includes the design decisions related to the system's structure, such as layers, modules, and communication protocols.

    • Common architectural patterns include MVC (Model-Vi...

  • Answered by AI

Skills evaluated in this interview

Senior Software Tester Interview Questions asked at other Companies

Q1. A scrum master in Agile is equivalent to which position in water fall?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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, Communication Skills, International Voice Process 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. Write a program to check whether string is palindrome or n...read more
  3. Stack implementation, difference between stack and linked list , merge sort alg...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.

Recently Viewed

INTERVIEWS

Hexaware Technologies

No Interviews

INTERVIEWS

Toyota Industries Engine India

No Interviews

INTERVIEWS

Titan Engineering & Automation

No Interviews

INTERVIEWS

LG Electronics

No Interviews

INTERVIEWS

Presidio Solutions Pvt Ltd

No Interviews

SALARIES

Avalara Technologies

INTERVIEWS

Avalara Technologies

No Interviews

INTERVIEWS

Toyota Industries Engine India

20 top interview questions

JOBS

Avalara Technologies

No Jobs

Tell us how to improve this page.

Hexaware Technologies Interview Process

based on 645 interviews

Interview experience

3.9
  
Good
View more
Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

Hexaware Technologies Reviews and Ratings

based on 5.9k reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.1

Salary

3.4

Job security

3.4

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 5.9k Reviews and Ratings
International Voice Process - French

Chennai

1-3 Yrs

₹ 2.5-3.75 LPA

Complaint Management Executive

Thane,

Navi Mumbai

+1

1-4 Yrs

₹ 0.5-3 LPA

Java Cloud Lead

Hyderabad / Secunderabad

4-9 Yrs

₹ 12-22 LPA

Explore more jobs
Senior Software Engineer
3.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Analyst
2.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
2.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
2.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Architect
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
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