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 25 Jun 2025
Popular Designations

386 Interview questions

A Cloud Architect was asked 1mo ago
Q. What is the asynchronous publish-subscribe pattern in Azure?
Ans. 

The asynchronous publish-subscribe pattern in Azure enables decoupled communication between services using message brokers.

  • Decouples message producers and consumers, allowing them to operate independently.

  • Uses Azure services like Azure Service Bus, Azure Event Grid, and Azure Event Hubs.

  • Producers publish messages to a topic, and subscribers receive messages asynchronously.

  • Example: An e-commerce application where o...

View all Cloud Architect interview questions
A Cloud Architect was asked 1mo ago
Q. What is the purpose of Event Grid in Azure?
Ans. 

Azure Event Grid enables event-driven architectures by facilitating the routing of events from various sources to handlers.

  • Decouples event producers and consumers, allowing for scalable architectures.

  • Supports multiple event sources like Azure Blob Storage, Azure Functions, and custom applications.

  • Enables real-time event processing, such as triggering workflows when a new file is uploaded to Blob Storage.

  • Integrates...

View all Cloud Architect interview questions
A Quality Analyst 1 was asked 1mo ago
Q. Your boss asks you to send an urgent email from their system to a client in their absence and provides you with their system password. Would you send the email or deny the request, stating that it is agains...
Ans. 

I would prioritize ethical standards and company policy over urgency, ensuring compliance and security.

  • Adhere to company policy: Sending emails from someone else's account can violate security protocols.

  • Suggest alternatives: I could offer to draft the email for my boss to send later or contact the client on his behalf with his approval.

  • Consider the implications: Sending an email without proper authorization could ...

View all Quality Analyst 1 interview questions
An AWS Data Engineer was asked 2mo ago
Q. Write a Glue job from scratch.
Ans. 

AWS Glue is a fully managed ETL service that simplifies data preparation for analytics and machine learning.

  • Serverless: AWS Glue automatically provisions the resources needed for your ETL jobs, eliminating the need for server management.

  • Data Catalog: Glue provides a central repository to store metadata, making it easy to discover and manage data across various sources.

  • Job Scheduling: You can schedule Glue jobs to ...

View all AWS Data Engineer interview questions
An AWS Data Engineer was asked 2mo ago
Q. Write an AWS Lambda function from scratch.
Ans. 

AWS Lambda is a serverless compute service that runs code in response to events, automatically managing the compute resources.

  • Event-Driven: AWS Lambda functions are triggered by events such as changes in data, HTTP requests via API Gateway, or messages from SQS.

  • Scalability: Lambda automatically scales your application by running code in response to each trigger, handling thousands of requests simultaneously.

  • Pay-as...

View all AWS Data Engineer interview questions
A Principal Consultant was asked 2mo ago
Q. What KPIs or Metrics do you capture?
Ans. 

KPIs and metrics are essential for measuring performance, guiding decisions, and ensuring alignment with strategic goals.

  • Customer Satisfaction Score (CSAT): Measures client satisfaction through surveys post-project completion.

  • Net Promoter Score (NPS): Gauges client loyalty and likelihood to recommend services.

  • Project Delivery Timeliness: Tracks the percentage of projects delivered on or before the deadline.

  • Revenue...

View all Principal Consultant interview questions
An Analyst was asked 2mo ago
Q. What is a corporate action, and what is the process involved in its cycle?
Ans. 

Corporate actions are events initiated by a company that affect its securities, impacting shareholders and the market.

  • Types of corporate actions include dividends, stock splits, mergers, and rights issues.

  • Dividends are payments made to shareholders, often in cash or additional shares.

  • A stock split increases the number of shares while reducing the share price proportionally.

  • Mergers involve two companies combining, ...

View all Analyst interview questions
Are these interview questions helpful?
A Servicenow Developer was asked 2mo ago
Q. Explain the Lifecycle event process for employee onboarding.
Ans. 

The employee onboarding lifecycle event process streamlines new hire integration into an organization.

  • Initiation: HR creates an onboarding request in ServiceNow when a new employee is hired.

  • Preparation: IT provisions necessary equipment and access rights, such as email and software accounts.

  • Orientation: New hires attend orientation sessions to understand company policies and culture.

  • Training: Employees undergo rol...

View all Servicenow Developer interview questions
An Executive was asked 2mo ago
Q. Do you know about e-commerce?
Ans. 

E-commerce refers to buying and selling goods or services online, transforming traditional retail through digital platforms.

  • E-commerce includes B2C (business-to-consumer) models like Amazon and B2B (business-to-business) models like Alibaba.

  • It encompasses various sales channels, including websites, mobile apps, and social media platforms.

  • Payment gateways like PayPal and Stripe facilitate secure online transactions...

View all Executive interview questions
A Security Officer was asked 2mo ago
Q. What is the process for inward and outward movement of items/people?
Ans. 

Inward and outward processes involve managing the flow of people and goods in a secure environment.

  • Inward process includes checking identification and purpose of visit.

  • Outward process involves verifying items being taken out against records.

  • Example of inward: Security personnel scanning visitor IDs at the entrance.

  • Example of outward: Inspecting bags of employees leaving the premises.

View all Security Officer interview questions

Hexaware Technologies Interview Experiences

758 interviews found

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

    Understanding SQL joins is crucial for retrieving related data from multiple tables effectively.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.a_id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.a_id;

    • RIGHT JOIN: Returns all records from the right table and ma...

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

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
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
-
Process Duration
-
Result
Selected Selected
  • Q1. What is the Agile methodology?
  • Q2. What is Kubernetes?
  • Q3. Provide the way to create immutable class
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
  • 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

Cloud Architect Interview Questions & Answers

user image bikash routray

posted on 21 May 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

  • Q1. What are the different types of Azure load balancers? Additionally, what is a SAS token in Azure?
  • Ans. 

    Azure offers several load balancers for distributing traffic and a SAS token for secure resource access.

    • Azure Load Balancer: Distributes incoming network traffic across multiple servers.

    • Application Gateway: A web traffic load balancer that enables you to manage traffic to your web applications.

    • Traffic Manager: A DNS-based traffic load balancer that allows you to distribute traffic globally across Azure regions.

    • Internal...

  • Answered by AI
  • Q2. What is the purpose of Event Grid in Azure?
  • Ans. 

    Azure Event Grid enables event-driven architectures by facilitating the routing of events from various sources to handlers.

    • Decouples event producers and consumers, allowing for scalable architectures.

    • Supports multiple event sources like Azure Blob Storage, Azure Functions, and custom applications.

    • Enables real-time event processing, such as triggering workflows when a new file is uploaded to Blob Storage.

    • Integrates with...

  • Answered by AI
  • Q3. Can you describe the architecture of your last project and the Azure features that were utilized?
  • Q4. What is the asynchronous publish-subscribe pattern in Azure?
  • Ans. 

    The asynchronous publish-subscribe pattern in Azure enables decoupled communication between services using message brokers.

    • Decouples message producers and consumers, allowing them to operate independently.

    • Uses Azure services like Azure Service Bus, Azure Event Grid, and Azure Event Hubs.

    • Producers publish messages to a topic, and subscribers receive messages asynchronously.

    • Example: An e-commerce application where order ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - During a video call, why does only the interviewee show their face while the interviewer does not? It can feel like talking to a wall.
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Was given up a topic and discussed

Round 2 - Typing Test 

(3 Questions)

  • Q1. Grammar related questions to check your vocabulary
  • Q2. Fast typing skill by giving a paragraph
  • Ans. 

    Fast typing skills enhance efficiency in chat and email support, enabling quick and accurate responses to customer inquiries.

    • Practice regularly to improve typing speed; use online typing tests like Typing.com.

    • Familiarize yourself with keyboard shortcuts to save time; for example, Ctrl+C to copy and Ctrl+V to paste.

    • Utilize typing software or games that focus on speed and accuracy, such as TypingClub or Nitrotype.

    • Maintai...

  • Answered by AI
  • Q3. Email writing for any scenarios
Round 3 - HR 

(1 Question)

  • Q1. This hr interview is mainly to know your communication skills and fluency

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and speak

What people are saying about Hexaware Technologies

View All
a senior developer
1w
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?
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. 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
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 699 interview experiences

Difficulty level

Easy 28%
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
 • 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
Eagle Developer

Chennai,

Bangalore / Bengaluru

+1

6-11 Yrs

Not Disclosed

Immediate Hiring - Customer Support Voice (Fresher & Experience)

Thane,

Navi Mumbai

+1

0-5 Yrs

₹ 1.3-3.3 LPA

Business Analyst with Travel Domain

Pune,

Chennai

+1

4-9 Yrs

₹ 3.2-19.3 LPA

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.3 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