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 4 Apr 2025

Top Hexaware Technologies Interview Questions and Answers

View all 389 questions

Hexaware Technologies Interview Experiences

Popular Designations

724 interviews found

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

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between single & first in linq
  • Ans. 

    Single returns the only element of a sequence, or a default value if the sequence is empty. First returns the first element of a sequence, or a default value if the sequence contains no elements.

    • Single throws an exception if the sequence contains more than one element, while First does not.

    • Single is useful when you expect only one element in the sequence, while First is used when you just need the first element.

    • Example...

  • Answered by AI
  • Q2. Difference between ref & out keyword
  • Ans. 

    ref is used for passing a variable by reference, out is used for returning a value from a method

    • ref keyword is used to pass a variable by reference, allowing the method to modify the variable

    • out keyword is used to return a value from a method, the variable passed must be assigned a value within the method

    • ref parameters must be initialized before passing to the method, out parameters do not need to be initialized

  • Answered by AI

Skills evaluated in this interview

Senior .NET Developer Interview Questions asked at other Companies

Q1. Find indexes of two values in an array who's Sum is 8 or a dynamic value
View answer (1)

Azure Data Engineer Interview Questions & Answers

user image VIDHYASAGAR S B

posted on 12 Sep 2024

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

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Types of cluster in data bricks??
  • Ans. 

    Types of clusters in Databricks include Standard, High Concurrency, and Single Node clusters.

    • Standard cluster: Suitable for running single jobs or workflows.

    • High Concurrency cluster: Designed for multiple users running concurrent jobs.

    • Single Node cluster: Used for development and testing purposes.

  • Answered by AI
  • Q2. Highest 2nd salary in the employee table?
  • Ans. 

    To find the highest 2nd salary in the employee table, you need to use SQL query with the ORDER BY and LIMIT clauses.

    • Use SQL query with ORDER BY clause to sort salaries in descending order

    • Use LIMIT 1,1 to get the second highest salary

  • Answered by AI
  • Q3. Find the duplicate row ?
  • Ans. 

    Use SQL query with GROUP BY and HAVING clause to find duplicate rows.

    • Use GROUP BY to group rows with same values

    • Use HAVING COUNT(*) > 1 to filter out duplicate rows

    • Example: SELECT column1, column2, COUNT(*) FROM table_name GROUP BY column1, column2 HAVING COUNT(*) > 1

  • Answered by AI
  • Q4. What is Azure synapse architecture?
  • Ans. 

    Azure Synapse is a cloud-based analytics service that brings together big data and data warehousing.

    • Azure Synapse integrates big data and data warehousing capabilities in a single service

    • It allows for data ingestion, preparation, management, and serving for BI and machine learning

    • Supports both serverless and provisioned resources for data processing

    • Offers integration with Azure Machine Learning, Power BI, and Azure Dat

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare exist questions for hexaware interview is enough

Skills evaluated in this interview

Top Hexaware Technologies Azure Data Engineer Interview Questions and Answers

Q1. What is the main advantage of delta lake?
View answer (1)

Azure Data Engineer Interview Questions asked at other Companies

Q1. 7. How can we load multiple(50)tables at a time using adf?
View answer (4)

Interview Questions & Answers

user image Prasath Visva

posted on 24 Jun 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your hobbies
Round 2 - Aptitude Test 

Verbal reasoning and filling nouns and clusters

Round 3 - Group Discussion 

Hr final round seems to be about company shift timings and confirmation

Interview Preparation Tips

Interview preparation tips for other job seekers - Do join Hexaware for a bright future
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about your current project? Have you used any AWS services?
  • Q2. Can you explain about EMR andEC2 instance?
  • Ans. 

    EMR is a managed Hadoop framework for processing large amounts of data, while EC2 is a scalable virtual server in AWS.

    • EMR stands for Elastic MapReduce and is a managed Hadoop framework for processing large amounts of data.

    • EC2 stands for Elastic Compute Cloud and is a scalable virtual server in Amazon Web Services (AWS).

    • EMR allows for easy provisioning and scaling of Hadoop clusters, while EC2 provides resizable compute...

  • Answered by AI
  • Q3. What type of schemas did you use for your project. (Star schema, Snowflake Schema)
  • Ans. 

    I have experience working with both Star and Snowflake schemas in my projects.

    • Star schema is a denormalized schema where one central fact table is connected to multiple dimension tables.

    • Snowflake schema is a normalized schema where dimension tables are further normalized into sub-dimension tables.

    • Used Star schema for simpler, smaller datasets where performance is a priority.

    • Used Snowflake schema for complex, larger dat...

  • Answered by AI
  • Q4. Have you used python, pyspark in your projects?
  • Ans. 

    Yes, I have used Python and PySpark in my projects for data engineering tasks.

    • I have used Python for data manipulation, analysis, and visualization.

    • I have used PySpark for big data processing and distributed computing.

    • I have experience in writing PySpark jobs to process large datasets efficiently.

  • Answered by AI
  • Q5. Do you have any experience with serverless schema?
  • Ans. 

    Yes, I have experience with serverless schema.

    • I have worked with AWS Lambda to build serverless applications.

    • I have experience using serverless frameworks like Serverless Framework or AWS SAM.

    • I have designed and implemented serverless architectures using services like AWS API Gateway and AWS DynamoDB.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for real time job experience. Most of the questions they ask are looking for your experience with real time projects.

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

Hexaware Technologies interview questions for popular designations

 Graduate Engineer Trainee (Get)

 (46)

 Software Engineer

 (38)

 Senior Software Engineer

 (26)

 Executive

 (26)

 System Analyst

 (20)

 Associate Software Engineer

 (20)

 Software Developer

 (18)

 Graduate Trainee

 (18)

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

(2 Questions)

  • Q1. Why java is used?
  • Ans. 

    Java is used for its platform independence, object-oriented programming, robustness, and large community support.

    • Platform independence allows Java programs to run on any device with a Java Virtual Machine (JVM)

    • Object-oriented programming allows for modular and reusable code

    • Robustness with features like automatic memory management and exception handling

    • Large community support with extensive libraries and frameworks avai...

  • Answered by AI
  • Q2. What is spring boot?
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.

    • Spring Boot eliminates the need for manual configuration by providing defaults for most settings.

    • It allows developers to create stand-alone, production-grade Spring-based applications with minimal effort.

    • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow, making it easy to de...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - try your best

Skills evaluated in this interview

Top Hexaware Technologies Software Developer Interview Questions and Answers

Q1. 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 vertices (connected by an edge) sh... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Get interview-ready with Top Hexaware Technologies Interview Questions

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

(1 Question)

  • Q1. Related to my experiences only

Jobs at Hexaware Technologies

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

1st round will be coding test duration for problem solving questions is 1hr. totally 8 question from java and selenium.

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Asked about FSMO roles, LDAP,GPO, DNS according to your roles and responsibilities they asked scenario type questions.
Round 2 - Technical 

(1 Question)

  • Q1. Difference between WMI filtering & Security filtering, How AD replication works, ports number of AD replication, how to troubleshoot AD replication.
  • Ans. 

    WMI filtering is used to apply Group Policy based on system attributes, while Security filtering is used to apply Group Policy based on user or group membership.

    • WMI filtering applies Group Policy based on system attributes like OS version, RAM, etc.

    • Security filtering applies Group Policy based on user or group membership.

    • AD replication works by transferring changes from one domain controller to another.

    • AD replication u...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your education and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Interview Process but after clearing all round and completed Background verification they didn't release offer letter given reason their client reject me bcoz of my instability in carrer.

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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between map and flat map
  • Ans. 

    Map transforms each element of a collection, while flatMap transforms each element into a new collection and flattens the result.

    • Map applies a function to each element of a collection and returns a new collection with the results

    • FlatMap applies a function that returns a collection to each element of a collection, then flattens the result into a single collection

    • Example: map([1, 2, 3], x => [x, x+1]) returns [[1, 2], [2...

  • Answered by AI
  • Q2. What is the difference between comparable and comparator
  • Ans. 

    Comparable is an interface used for comparing objects, while Comparator is a separate class used for custom sorting.

    • Comparable is implemented by the class whose objects need to be compared, while Comparator is a separate class used for custom sorting.

    • Comparable has a single method, compareTo(), which is used to compare objects, while Comparator has a method, compare(), for custom sorting logic.

    • Comparable is used for na...

  • Answered by AI

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

ETL Tester Interview Questions & Answers

user image Subashini Packrisamy

posted on 1 Jul 2024

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

(2 Questions)

  • Q1. Common validation in etl testing
  • Ans. 

    Common validation techniques in ETL testing include data completeness, data accuracy, data transformation, and data quality checks.

    • Data completeness validation ensures that all expected data is loaded into the target system.

    • Data accuracy validation involves verifying that the data is correctly transformed and loaded without any errors.

    • Data transformation validation checks if the data is transformed according to the bus...

  • Answered by AI
  • Q2. Query to fetch 5th highest salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to fetch 5th highest salary.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 1 OFFSET 4 to fetch the 5th highest salary

  • Answered by AI

Skills evaluated in this interview

Top Hexaware Technologies ETL Tester Interview Questions and Answers

Q1. SQL Query to find such records which never ever contains flag 0 in critical column p1 1-1-21 1 p1 2-3-21 0 p2 3-2-21 0 p3 1-5-21 1 p3 1-5-21 1 p4 14-21 1
View answer (1)

ETL Tester Interview Questions asked at other Companies

Q1. If we have 200 staging tables, 40 dimensions tables and 20 facts table, How will you compare it with target systems
View answer (3)

What people are saying about Hexaware Technologies

View All
fascinatingsherlock
Verified Icon
1w
works at
Hexaware Technologies
Job switch
Trying to grab an opportunity in Mumbai in BlackRock Does anyone have a reference??
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, 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 662 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

Mphasis Interview Questions
3.4
 • 807 Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 763 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
Publicis Sapient Interview Questions
3.5
 • 621 Interviews
GlobalLogic Interview Questions
3.6
 • 593 Interviews
View all

Hexaware Technologies Reviews and Ratings

based on 6.2k 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 6.2k Reviews and Ratings
Senior Software Engineer
3.8k salaries
unlock blur

₹5.5 L/yr - ₹20.1 L/yr

System Analyst
2.9k salaries
unlock blur

₹7.7 L/yr - ₹29 L/yr

Software Engineer
2.9k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Executive
2.2k salaries
unlock blur

₹0.8 L/yr - ₹6.1 L/yr

Technical Architect
2k salaries
unlock blur

₹10 L/yr - ₹37 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.7
Compare

TCS

3.7
Compare

DXC Technology

3.7
Compare

Mphasis

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview