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

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Accounts payable
  • Ans. 

    Accounts payable is the amount of money a company owes to its suppliers or vendors for goods or services purchased on credit.

    • Accounts payable represents a company's short-term debt obligations to its suppliers or vendors.

    • It is listed as a current liability on the company's balance sheet.

    • Accounts payable is typically settled within a short period, often within 30 to 60 days.

    • Examples of accounts payable include invoices ...

  • Answered by AI
  • Q2. What is PO and Non PO & what is 2 way and 3 way match
  • Ans. 

    PO stands for Purchase Order, Non PO refers to transactions without a Purchase Order. 2 way match involves matching the invoice with the PO, while 3 way match involves matching the invoice, PO, and receiving report.

    • PO (Purchase Order) is a document issued by a buyer to a seller, outlining the products or services to be purchased.

    • Non PO transactions are purchases made without a formal Purchase Order.

    • 2 way match is the p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly go through the basic topics and add your honest experience during interview

Senior Accounts Executive Interview Questions asked at other Companies

Q1. How To Prepare Cash Flow, What Is GR-IR, Which Type of Invoice Booking Has Done, What TDS Rate Do You Know.
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2024

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between difference joins in SQL
  • Ans. 

    Different types of joins in SQL include inner join, outer join, left join, and right join.

    • Inner join: Returns rows when there is a match in both tables.

    • Outer join: Returns all rows when there is a match in one of the tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

  • Answered by AI
  • Q2. Which join is faster
  • Ans. 

    Inner join is generally faster than outer join.

    • Inner join only returns matching rows from both tables, making it faster.

    • Outer join returns all rows from one table and matching rows from the other, which can be slower.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id;

    • Example: SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2.id;

  • Answered by AI

Skills evaluated in this interview

Hexaware Technologies Interview Questions and Answers for Freshers
illustration image

Interview Questions & Answers

user image Anonymous

posted on 21 Mar 2024

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Javascript concepts like, hoisting, var, let, es6 standards, react concepts
  • Q2. Coding problem on one of common algorithim
Round 2 - One-on-one 

(2 Questions)

  • Q1. Same concepts, but different kind of questions
  • Q2. Again a coding problem in using objects and arrays

Interview Preparation Tips

Topics to prepare for Hexaware Technologies interview:
  • Javascript
Interview preparation tips for other job seekers - So, here's the deal: I nailed two tough rounds of interviews, right? Then they send me this CAF form to fill out, like, okay cool, maybe things are looking up.

But guess what? Before I even finish filling in my name, bam! Rejection email hits me like a ton of bricks. Talk about fast service, huh? Who needs to actually finish forms when you can just get rejected on the fly? Gotta love those company policies! On top of that, the HR will go into ZEN mode when you try to reach them to understand what was happening.
Classic, right?

Graduate Trainee Interview Questions & Answers

user image LORDSON GNANA DURAI A

posted on 27 Nov 2024

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

I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy to crack very simple questions.

Round 2 - Group Discussion 

Technology bone or bane

Round 3 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself?
  • Q2. Willing to relocate?
  • Q3. Some senario based questions?

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)

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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Bio information
  • Q2. Why u choose hexaware
  • Ans. 

    I chose Hexaware because of its reputation for providing excellent training and growth opportunities.

    • Hexaware has a strong reputation in the industry for providing excellent training programs

    • I believe that Hexaware offers great growth opportunities for career advancement

    • I was impressed by the positive reviews and feedback from current employees about working at Hexaware

  • Answered by AI
Round 2 - Group Discussion 

Give one topic and ask to talk about it for 1 minute

Non Voice Process Associate Interview Questions asked at other Companies

Q1. Tell about Computer special keys and there functions
View answer (2)

Get interview-ready with Top Hexaware Technologies Interview Questions

Devops Engineer Interview Questions & Answers

user image charlash chandrasekaran

posted on 28 Jun 2024

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain kubernetes architecture
  • Ans. 

    Kubernetes architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Pods are the smallest deployabl...

  • Answered by AI
  • Q2. Types of instances in AWS
  • Ans. 

    Types of instances in AWS include On-Demand Instances, Reserved Instances, and Spot Instances.

    • On-Demand Instances: Pay for compute capacity by the hour or second with no long-term commitments.

    • Reserved Instances: Reserve capacity for 1 or 3 years in exchange for a significant discount.

    • Spot Instances: Bid on unused EC2 capacity and potentially save up to 90% compared to On-Demand prices.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Devops Engineer interview:
  • Kubernetes
  • AWS
  • prometheus
  • grafana
Interview preparation tips for other job seekers - prepare your skills what you wrote in resume that's it.

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Jobs at Hexaware Technologies

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Write a code to create dataframe in adb using struct type
  • Ans. 

    Creating a dataframe in adb using struct type

    • Use the 'CREATE TABLE' statement to define the schema of the dataframe

    • Define the struct type using 'STRUCT' keyword

    • Insert data into the dataframe using 'INSERT INTO' statement

  • Answered by AI
  • Q2. Write a code to find max salary department wise and second highest salary department wise
  • Ans. 

    Code to find max and second highest salary department wise

    • Iterate through the list of employees and store max and second highest salary for each department

    • Use a hashmap to store department wise salaries

    • Sort the salaries in descending order to find max and second highest

  • Answered by AI
  • Q3. How do you call a variable from one note book to another note book in adb
  • Ans. 

    You can call a variable from one notebook to another in adb by using the %run magic command.

    • Use the %run magic command followed by the path to the notebook containing the variable you want to access.

    • Make sure the notebook containing the variable is in the same directory or provide the full path.

    • Once you run the %run command, the variables from the other notebook will be available in the current notebook.

  • Answered by AI
  • Q4. How do you do incremental load in adf
  • Ans. 

    Incremental load in ADF is achieved by using watermark columns to track the last loaded data and only loading new or updated records.

    • Use watermark columns to track the last loaded data

    • Compare the watermark column value with the source data to identify new or updated records

    • Use a filter condition in the source query to only select records with a timestamp greater than the watermark value

    • Update the watermark column value

  • Answered by AI
  • Q5. What's your project and what does you do in it
Round 2 - Behavioral 

(3 Questions)

  • Q1. Tell me about your self without going much into technical details of project
  • Q2. What is the reason for job change
  • Q3. How fast can you join

Interview Preparation Tips

Topics to prepare for Hexaware Technologies System Analyst interview:
  • Azure data factory
  • SQL Azure
  • Azure data bricks
Interview preparation tips for other job seekers - Good experience

Skills evaluated in this interview

Top Hexaware Technologies System Analyst Interview Questions and Answers

Q1. How do you call a variable from one note book to another note book in adb
View answer (1)

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Work experience
Round 2 - Technical 

(2 Questions)

  • Q1. Basic information about yourself.
  • Q2. Process basic information.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. It was easy interview.

Senior Customer Executive Interview Questions asked at other Companies

Q1. MARKET INFORMATION. Which Tools are required to increase business in your assigned Terrioratry
View answer (3)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between API and Webservices
  • Ans. 

    API is a set of rules and protocols for building and interacting with software applications, while Webservices are a type of API that uses HTTP for communication.

    • API is a broader term that encompasses all types of interfaces for interacting with software applications.

    • Webservices are a specific type of API that use HTTP for communication over a network.

    • APIs can be used for various purposes such as accessing databases, h...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In my 1st round, the interviewer was constantly interrupting me while I was trying to answer throughout the interview, and later blamed me for interview duration being extended

Skills evaluated in this interview

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Qs on PM, what challenges have u faced

Technical Project Manager Interview Questions asked at other Companies

Q1. 1) What are Isolation levels in SQL? 2) What happens if same SP is modified by multiple users at same time, how do u capture the details of each user's changes? 3) What are ACID properties? 4) What are triggers & its types? 5) What is f... read more
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

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Netcon Technologies

No Interviews

INTERVIEWS

KMS Project & Services

No Interviews

DESIGNATION

INTERVIEWS

ABCD

No Interviews

INTERVIEWS

Leaap International

No Interviews

DESIGNATION

SALARIES

H.G. Infra Engineering

No Salaries

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 Sales Executive

Thane,

Navi Mumbai

0-5 Yrs

₹ 1.5-4 LPA

Domestic Voice Process.

Chennai

0-5 Yrs

₹ 2.25-3.75 LPA

International Voice Process - French

Chennai

1-3 Yrs

₹ 2.5-3.75 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