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 for Freshers

Updated 25 Jun 2025
Popular Designations

67 Interview questions

A Workday Consultant was asked
Q. Level wise concepts of Java
Ans. 

Java has three levels of concepts: syntax, API, and JVM.

  • Syntax: basic building blocks of Java programming language

  • API: pre-built libraries and classes for developers to use

  • JVM: virtual machine that executes Java code

  • Example: syntax includes variables, loops, and conditionals

  • Example: API includes classes like String and ArrayList

  • Example: JVM is responsible for memory management and garbage collection

View all Workday Consultant interview questions
An Associate Software Engineer was asked
Q. You have to design a software solution that automatically informs truck owners about their servicing dates to ensure they don't miss it due to their busy schedules.
Ans. 

Design a software solution to automatically inform truck owners about servicing dates.

  • Create a database to store truck owner information and servicing dates.

  • Develop a notification system to send reminders to truck owners before their servicing dates.

  • Allow truck owners to set preferred communication channels for reminders.

  • Include a feature for truck owners to reschedule servicing dates if needed.

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. 

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.

Not...
Ans. 

Find the intersection of two integer arrays in the order they appear in the first array.

  • Iterate through the first array and store elements in a hashmap with their frequencies.

  • Iterate through the second array and check if the element exists in the hashmap, decrement frequency if found.

  • Return the elements that have non-zero frequencies as the intersection.

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. What basic questions do you think will help determine if I fit into your company culture?
Ans. 

Questions related to teamwork, problem-solving, adaptability, and communication skills can help determine if you fit into our company culture.

  • How do you handle working in a team environment?

  • Can you provide an example of a time when you had to solve a complex problem?

  • How do you adapt to changes in a fast-paced work environment?

  • Describe a situation where effective communication was crucial in a project.

View all Associate Software Engineer interview questions
A Software Developer was asked
Q. 

Ninja Competition Problem Statement

Ninja is organizing a coding competition where two teams compete at a time. To keep it fair and interesting, both teams must have an equal number of members. Ninja’s tas...

Ans. 

Given an integer N, determine if two teams with equal members can be formed based on the divisors of N.

  • Iterate through all divisors of N and assign members to two teams based on whether the divisor is even or odd.

  • Keep track of the number of members in each team and check if they are equal at the end.

  • Return true if the number of members in both teams is equal, false otherwise.

View all Software Developer interview questions
A Software Developer was asked
Q. 

Graph Coloring Problem

You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. Your task is to color this graph using two colors, such as blue and red, in a way that no two adjacent...

Ans. 

Graph coloring problem where vertices need to be colored with two colors such that no adjacent vertices share the same color.

  • Check if the graph can be colored using two colors without any adjacent vertices sharing the same color.

  • Use graph coloring algorithms like Greedy Coloring or Backtracking to solve the problem.

  • If there are odd-length cycles in the graph, it is not possible to color the graph with two colors.

  • I...

View all Software Developer interview questions
A Software Developer was asked
Q. Can you explain in detail about Stacks and Graphs?
Ans. 

Stacks are data structures that follow the Last In First Out (LIFO) principle, while Graphs are data structures that consist of nodes and edges to represent relationships.

  • Stacks are used for implementing functions, backtracking, and expression evaluation.

  • Graphs are used for representing networks, social connections, and shortest path algorithms.

  • Stacks can be implemented using arrays or linked lists.

  • Graphs can be d...

View all Software Developer interview questions
Are these interview questions helpful?
A Software Developer was asked
Q. 

Rat in a Maze: All Paths Problem

You are provided with an N * N maze where a rat is positioned at starting cell MAZE[0][0]. The goal is to determine and print all possible paths that the rat can take to re...

Ans. 

Find all possible paths for a rat in a maze from start to finish.

  • Use backtracking to explore all possible paths in the maze.

  • At each cell, check if it is a valid move and mark it as part of the path.

  • Explore all four directions (up, down, left, right) recursively.

  • When reaching the destination cell, add the path to the result.

  • Return all valid paths found in the maze.

View all Software Developer interview questions
A Software Developer was asked
Q. Can you explain Bipolar Junction Transistors (BJTs)?
Ans. 

BJTs are three-terminal semiconductor devices used for amplification and switching of electronic signals.

  • BJTs have three regions - emitter, base, and collector.

  • They can be NPN or PNP type, depending on the arrangement of semiconductor materials.

  • BJTs are current-controlled devices, where a small current at the base terminal controls a much larger current between the collector and emitter.

  • Common BJT examples include...

View all Software Developer interview questions
A Software Developer Intern was asked
Q. Can you write an essay on any topic and present it verbally?
Ans. 

Yes, I can write an essay on any topic and present it verbally.

  • Choose a topic that interests you and research it thoroughly

  • Create an outline with an introduction, body paragraphs, and a conclusion

  • Use clear and concise language to convey your ideas

  • Practice presenting your essay verbally to improve your delivery

  • Engage your audience by maintaining eye contact and using gestures

  • Be prepared to answer questions or discu...

View all Software Developer Intern interview questions

Hexaware Technologies Interview Experiences for Freshers

115 interviews found

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
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
  • Ans. 

    OSPF (Open Shortest Path First) is a link-state routing protocol used for IP networks, enabling efficient routing and scalability.

    • OSPF uses a link-state database (LSDB) to maintain a map of the network topology.

    • It operates within an area hierarchy, with Area 0 being the backbone area.

    • OSPF routers exchange information using Link State Advertisements (LSAs).

    • The Dijkstra algorithm is used to calculate the shortest path to...

  • Answered by AI
  • 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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about the change management
  • Q2. What is HEAD type of method in REST API Integration
  • Ans. 

    HEAD method in REST API Integration is used to retrieve the headers of a resource without fetching the body.

    • HEAD requests are similar to GET requests but only return the headers of the resource, not the body.

    • This can be useful for checking the status of a resource or determining its size without downloading the entire content.

    • For example, a HEAD request to a website URL will return the headers like content type, conten...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is your proudest solution provided to the clients
  • Q2. Breif about your day to day activities
Round 3 - HR 

(2 Questions)

  • Q1. TEll us about yourself
  • Q2. Why should we hire you

Skills evaluated in this interview

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.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude Test 2 round 1. Aptitude, Communication

Round 2 - Technical 

(2 Questions)

  • Q1. Sorting Algorithms
  • Q2. Prime Number code
  • Ans. 

    A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.

    • A prime number has exactly two distinct positive divisors: 1 and itself.

    • Examples of prime numbers include 2, 3, 5, 7, 11, and 13.

    • The number 1 is not considered a prime number.

    • The only even prime number is 2; all other even numbers can be divided by 2.

  • Answered by AI
Round 3 - Coding Test 

Basic Question on Arrays

Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

2 coding questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Implement 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.

    • Compare adjacent elements and swap if necessary

    • Repeat until no more swaps are needed

    • Time complexity of O(n^2)

    • Example: ['banana', 'apple', 'cherry', 'date']

  • Answered by AI
  • Q2. Object oriented programming

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. Html related tags questions, new tags in htmls, what is inline block, sigular tag 2. css related question: what is selector, how to apply css for global, flex 3. javascript questions, need to give outpu...
Round 2 - Technical 

(1 Question)

  • Q1. 2nd round was also the technical. those who are selected in both round was going to get result in next working day.

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Angular Frontend Developer interview:
  • HTML
  • Javascipt
  • output
  • Angular

Executive Interview Questions & Answers

user image Anonymous

posted on 21 Jul 2024

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

(2 Questions)

  • Q1. Tell me about Yourself, Strengths And Weakness, Hobbies
  • Q2. Speak on a Topic of your Own For 2 minutes.
  • Ans. 

    The importance of emotional intelligence in leadership and its impact on team dynamics and organizational success.

    • Emotional intelligence (EI) enhances communication; leaders with high EI can convey messages more effectively.

    • Example: A leader who recognizes team stress can adjust deadlines, fostering a supportive environment.

    • EI promotes conflict resolution; leaders can mediate disputes by understanding emotional trigger...

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

(3 Questions)

  • Q1. Tell me About Yourself
  • Q2. Speak On a Topic For 2 min
  • Ans. 

    I will speak on the importance of emotional intelligence in leadership.

    • Emotional intelligence is crucial for effective leadership as it helps in understanding and managing emotions in oneself and others.

    • Leaders with high emotional intelligence are better at building relationships, resolving conflicts, and inspiring their teams.

    • Examples of emotional intelligence in leadership include active listening, empathy, and self-...

  • Answered by AI
  • Q3. Strength And Weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Level for aptitude is very Easy

Round 2 - Coding Test 

Level for coding was Medium

Round 3 - Technical 

(2 Questions)

  • Q1. Jaba fundamentals
  • Q2. Sql queries, basic java code
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.

What people are saying about Hexaware Technologies

View All
a senior developer
2w
Need Advice – Stuck Between Stability & Growth
I’ve been working in the same company for 8+ years, currently working remotely from my hometown and staying with family. However, my salary is no longer at par with market standards. Now, I’ve received an offer from another company with a 50% hike, but it’s a work-from-office role in another city. My parents prefer I stay back and continue remotely, valuing stability and proximity to family. I’m torn between comfort and emotional support at home vs career growth and better compensation. What would you do in this situation? Looking forward to your suggestions or experiences. 🙏
Got a question about Hexaware Technologies?
Ask anonymously on communities.

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies interview for freshers?
Hexaware Technologies interview process for freshers usually has 2-3 rounds. The most common rounds in the Hexaware Technologies interview process for freshers are Technical, Aptitude Test and HR.
How to prepare for Hexaware Technologies interview for freshers?
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 Communication Skills, Back Office, Finance, Customer Service and Non Voice Process.
What are the top questions asked in Hexaware Technologies interview for freshers?

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

  1. You have knowledge of data structure? Tell me about...read more
  2. What if your boss is asking to send an urgent Email from his system to client i...read more
  3. How tax is calculated and details of gross distribution and cost ba...read more
What are the most common questions asked in Hexaware Technologies HR round for freshers?

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

  1. Why should we hire y...read more
  2. What is your family backgrou...read more
  3. Tell me about yourse...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

4.1/5

based on 71 interview experiences

Difficulty level

Easy 27%
Moderate 71%
Hard 2%

Duration

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

Interview Questions from Similar Companies

Mphasis Interview Questions
3.3
 • 843 Interviews
DXC Technology Interview Questions
3.7
 • 836 Interviews
EXL Service Interview Questions
3.7
 • 801 Interviews
Nagarro Interview Questions
4.0
 • 791 Interviews
NTT Data Interview Questions
3.8
 • 656 Interviews
Publicis Sapient Interview Questions
3.5
 • 642 Interviews
GlobalLogic Interview Questions
3.6
 • 627 Interviews
View all

Hexaware Technologies Reviews and Ratings

based on 6.6k 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.6k Reviews and Ratings
International Customer Service Representative

Thane,

Navi Mumbai

0-3 Yrs

₹ 1-2.3 LPA

ADF ADB Architect job opening with Hexaware Technology!!!

Pune,

Chennai

+1

12-22 Yrs

Not Disclosed

Python Software Developer

Pune,

Chennai

+1

4-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
3.8k salaries
unlock blur

₹5.5 L/yr - ₹22 L/yr

Software Engineer
3.3k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

System Analyst
3k salaries
unlock blur

₹7 L/yr - ₹29 L/yr

Technical Architect
2.2k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Senior Executive
2.2k salaries
unlock blur

₹0.8 L/yr - ₹6.7 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.7
Compare

TCS

3.6
Compare

DXC Technology

3.7
Compare

Mphasis

3.3
Compare
write
Share an Interview