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 17 Feb 2025

Top Hexaware Technologies Interview Questions and Answers

View all 380 questions

Hexaware Technologies Interview Experiences

Popular Designations

706 interviews found

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

DSA - STRING AND ARRAY QUESTION

Interview Preparation Tips

Interview preparation tips for other job seekers - go well prepared they will ask sometime DSA & some time question would be from your resume

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Everything went very smooth

Round 2 - Coding Test 

Simple coding questions

Round 3 - Technical 

(1 Question)

  • Q1. DSA questions asked

Top Hexaware Technologies Software Developer Interview Questions and Answers

Q1. Colour the GraphYou are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. You have to colour this graph in two different colours, say blue and red such that no two vertices connected by an edge are of the same colour. ... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Scenario based question on ELK

Top Hexaware Technologies Technical Analyst Interview Questions and Answers

Q1. Tell something about the situation . where you are stucked with difficult user and it can be lead on high escalation if issue not get resolved.
View answer (2)

Technical Analyst Interview Questions asked at other Companies

Q1. Write a program to get a employee list whose salary is greater than 50k and grade is above from A, Use Java 8 stream to get the list
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It contains quants,verbal,reasoning and tech

Round 2 - Group Discussion 

Real time topics only they provide

Top Hexaware Technologies Graduate Engineer Trainee (Get) Interview Questions and Answers

Q1. Program to find second largest number from set of array
View answer (3)

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Hexaware Technologies interview questions for popular designations

 Graduate Engineer Trainee (Get)

 (46)

 Software Engineer

 (38)

 Executive

 (25)

 Senior Software Engineer

 (25)

 System Analyst

 (20)

 Associate Software Engineer

 (18)

 Engineer Trainee

 (18)

 Software Developer

 (18)

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are group policies
  • Ans. 

    Group policies are configurations applied to users and computers in an Active Directory environment to enforce security settings, manage resources, and control user experience.

    • Group policies are used to centrally manage settings for users and computers in an Active Directory environment

    • They can enforce security settings, manage resources, and control user experience

    • Group policies are created and managed using the Group...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is active directory
  • Ans. 

    Active Directory is a directory service developed by Microsoft for Windows domain networks.

    • Centralized database for managing network resources

    • Stores information about users, computers, groups, etc.

    • Allows for authentication and authorization for network resources

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for any walkins arranged by hexaware, it's totally waste of time.
HR never takes full details, after all succefull rounds HR says your current package is already more.
What kind of proffesionalism is this?
Worst worst ever experience.

Skills evaluated in this interview

Active Directory Administrator Interview Questions asked at other Companies

Q1. How the authentication is happening when a user tries to login ?
View answer (1)

Get interview-ready with Top Hexaware Technologies Interview Questions

Pget Interview Questions & Answers

user image sachin s

posted on 16 Oct 2024

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

A test with moderate level of aptitude questions from the topics work and time, cisterns etc

Pget Interview Questions asked at other Companies

Q1. Bending Moment diagram of an indeterminate beam. And, how to find the moments at the mid span of the beam ?
View answer (1)

Jobs at Hexaware Technologies

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Child marriage how it's impact on society

Round 2 - Technical 

(1 Question)

  • Q1. How you handle team
  • Ans. 

    I handle teams by fostering open communication, setting clear goals, providing support, and recognizing achievements.

    • Encourage open communication among team members to promote collaboration and problem-solving

    • Set clear goals and expectations to ensure everyone is aligned and working towards the same objectives

    • Provide support and resources to help team members succeed in their roles

    • Recognize and celebrate achievements t...

  • Answered by AI

Processing Executive Interview Questions asked at other Companies

Q1. What is meant by quality and brief explanation of it with an example?
View answer (61)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Aptitude Test 

Reasing,knowlege based, technology questions,mcq

Round 2 - Coding Test 

Code question -binary search,bubble sort algorithm,etc

Round 3 - Technical 

(2 Questions)

  • Q1. 2 technical questions
  • Q2. What is difference between c and c++ What is encapsulation.
  • Ans. 

    C is a procedural programming language while C++ is an extension of C with added features like object-oriented programming.

    • C is a procedural language while C++ supports both procedural and object-oriented programming.

    • C++ has additional features like classes, objects, inheritance, and polymorphism.

    • C++ supports function overloading and namespaces, which are not present in C.

    • C++ has a standard template library (STL) that ...

  • Answered by AI

Skills evaluated in this interview

Top Hexaware Technologies Associate Software Engineer Interview Questions and Answers

Q1. Intersection of Two Arrays II Given two integer arrays ARR1 and ARR2 of size N and M respectively, find the intersection of these arrays. An intersection refers to elements that appear in both arrays. Note: Input arrays/lists can contain du... read more
Add answer

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Detailed explanations

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest

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 (55)

Full Stack Developer Interview Questions & Answers

user image Niranjan Potdar

posted on 15 Jul 2024

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

(2 Questions)

  • Q1. Explain architecture of project
  • Ans. 

    The project architecture follows a microservices design pattern with separate front-end and back-end components.

    • Utilizes microservices architecture for scalability and flexibility

    • Separate front-end and back-end components for modularity

    • May include technologies like Docker for containerization and Kubernetes for orchestration

  • Answered by AI
  • Q2. Async and await difference
  • Ans. 

    Async and await are keywords in JavaScript used for handling asynchronous operations.

    • Async is used to define a function as asynchronous, allowing it to use the await keyword.

    • Await is used to pause the execution of an async function until a Promise is settled.

    • Async functions always return a Promise, which resolves with the value returned by the function.

    • Using async/await makes asynchronous code easier to read and write

  • Answered by AI

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

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.

Tell us how to improve this page.

Hexaware Technologies Interview Process

based on 637 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.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 813 Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
View all

Hexaware Technologies Reviews and Ratings

based on 5.9k reviews

3.6/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
Quality Analyst

Navi Mumbai

2-7 Yrs

₹ 4-5.5 LPA

Azure Architect

Pune,

Chennai

+1

12-20 Yrs

₹ 20-35 LPA

Quality Analyst :- Malayalam and Kannada

Chennai

2-7 Yrs

₹ 3.25-4.5 LPA

Explore more jobs
Senior Software Engineer
3.8k salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

System Analyst
2.9k salaries
unlock blur

₹7 L/yr - ₹29 L/yr

Software Engineer
2.9k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Executive
2.1k salaries
unlock blur

₹0.8 L/yr - ₹6 L/yr

Technical Architect
2k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.8
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