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
3.6

based on 5.6k Reviews

Filter interviews by

Hexaware Technologies Software Developer Interview Questions, Process, and Tips

Updated 25 Nov 2024

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 an ...read more
  • Q2. 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 ...read more
  • Q3. 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 possi ...read more
View all 11 questions

Hexaware Technologies Software Developer Interview Experiences

19 interviews found

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

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Write a program of 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.

    • Initialize an array of strings to be sorted

    • Repeat until no swaps are needed: Compare adjacent elements and swap if necessary

    • Continue until the entire array is sorted

  • Answered by AI
Round 3 - Aptitude Test 

Oops concept, java basics, sqlqueries

Interview Preparation Tips

Interview preparation tips for other job seekers - Boost your coding skills.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Karpagam College of Engineering, Coimbatore and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

1:30 hours duration for aptitude

Round 2 - communication 

(1 Question)

  • Q1. Basic questions in communication
Round 3 - One-on-one 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Ready to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude is important

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

I applied via Company Website and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Qualitative analysis questions

Round 3 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Oops concepts and java related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in java related concepts,
Also your projects on your resume,
SDLC
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Assignment 

Java and Selenium mcq question

Round 2 - Technical 

(1 Question)

  • Q1. Framework related
Round 3 - HR 

(1 Question)

  • Q1. Nothing just salary discussion

Hexaware Technologies interview questions for designations

 Software Developer Intern

 (2)

 Senior Software Developer

 (2)

 Software Developer fresher

 (1)

 Full Stack Software Developer

 (1)

 Developer

 (2)

 Software Engineer

 (38)

 Software Tester

 (3)

 Software Analyst

 (1)

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. Can you explain Bipolar Junction Transistors (BJTs)?
  • Q2. 

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

  • Ans. DFS

    We can approach this problem by running a DFS starting from vertex-1.

    We have a total of ‘m’ edges.

    When can we achieve the configuration when we see in reference to vertex-1? 

    1. Let's say vertex-1 is ‘Blue’
      1. If all the vertices that connect to vertex-1 are ‘Red’, then we can say that the configuration is possible.
    2. If this would be the negation of the last one. Say, vertex-1 is ‘Red’
      1. If all the vertices that connect to ...
  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Easy

  • Q1. Can you explain in detail about Stacks and Graphs?
  • Q2. 

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

  • Ans. Backtracking Approach

    Initialize, all the cells of the solution matrix used to print the path matrix to 0. First, you cannot make use of the existing maze to print the solution maze as you have to distinguish b/w 1 of maze or 1 of ‘SOLUTION matrix.

     

    Form a recursive function, which will follow a path and check if the path reaches the destination or not. If the path does not reach the destination then backtrack and t...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Lokmanya Tilak College of Engineering. Eligibility criteria5+ CGPAHexaware Technologies interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, OOPs, Algorithms, DP, Greedy, Electronics BasicsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do learn EDC.
Tip 2 : Should know about Multivibrators and electronics basics.
Tip 3 : Do learn some extra technologies eg. ML/AI.

Application resume tips for other job seekers

Tip 1: Do not lie at all
Tip 2: Write every project/internship

Final outcome of the interviewRejected

Skills evaluated in this interview

Get interview-ready with Top Hexaware Technologies Interview Questions

Software Developer Interview Questions & Answers

user image Prasanth Black

posted on 27 Jun 2021

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. They have asked basic questions & situational questions
  • Q2. Abstract Class vs Interface. How do you choose b/w this?
  • Ans. 

    Abstract classes are used when we want to provide a default implementation, while interfaces are used when we want to enforce a contract.

    • Abstract classes can have constructors, while interfaces cannot

    • A class can implement multiple interfaces, but can only inherit from one abstract class

    • Interfaces are used for loose coupling and flexibility in design

    • Abstract classes are used for code reusability and to provide a common ...

  • Answered by AI
  • Q3. MVC Routing Lifecycle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Basic concepts

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic Javascript questions eg- closures, event delegation etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Had a good interviewer and they asked good questions. The really have some good projects.

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Medium

first round was aptitude round + coding round.

  • Q1. 

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

  • Ans. Brute Force

    We will iterate from 1 to ‘N’ and count the number of even divisors and odd divisors. If they are equal, we will return true, else false.

     

    Algorithm:

     

    1. Declare two variables, ‘Odd_Count’ and ‘Even_Count’, and initialize them with zero.
    2. Start iterating from 1 to ‘N’.
    3. If the current iterator ( say i ) is a divisor of ‘N’ ( N % i == 0 ):
      1. If ‘i’ is odd, increase the ‘Odd_Count’ by 1.
      2. If ‘i’ is even, increase ...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Lovely Professional University. I applied for the job as SDE - 1 in ChennaiEligibility criteria6 CGPAHexaware Technologies interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, OSTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice more coding problem
Tip 2 : Brush Data structure thoroughly
Tip 3 : Be confident in interview and be clear while explaining solution to interviewer.

Application resume tips for other job seekers

Tip 1 : Try to make it more concise
Tip 2 : Try to add more projects as well as about hackathon.

Final outcome of the interviewRejected

I applied via campus placement at Meerut Institute of Engineering and Technology, Meerut and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Ques based on programming language you are chooosing, ques on OOPS, DS, SQL
  • Q2. 2-3 ques on logical programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Make OOPS concept stronger
SQL simple ques like highest salary
some interviewer asked to implement link list, binary tree and opertaion on link list insert delete so make sure you have some practical knowledge about it and in DS u should remember all the algo and complexities

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies Software Developer interview?
Hexaware Technologies interview process usually has 2-3 rounds. The most common rounds in the Hexaware Technologies interview process are Aptitude Test, Technical and HR.
How to prepare for Hexaware Technologies Software Developer 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 Java, Rest, SOAP, JMS and ESB.
What are the top questions asked in Hexaware Technologies Software Developer interview?

Some of the top questions asked at the Hexaware Technologies Software Developer interview -

  1. Abstract Class vs Interface. How do you choose b/w th...read more
  2. What is difference between delete and truncate qu...read more
  3. What is the use of Tim...read more

Tell us how to improve this page.

Hexaware Technologies Software Developer Interview Process

based on 17 interviews

3 Interview rounds

  • Aptitude Test Round
  • Group Discussion Round
  • HR Round
View more
Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.
Hexaware Technologies Software Developer Salary
based on 425 salaries
₹3 L/yr - ₹12.5 L/yr
5% less than the average Software Developer Salary in India
View more details

Hexaware Technologies Software Developer Reviews and Ratings

based on 48 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.4

Salary

3.8

Job security

3.8

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 48 Reviews and Ratings
Senior Software Engineer
3.8k salaries
unlock blur

₹5.3 L/yr - ₹20 L/yr

System Analyst
3k salaries
unlock blur

₹6.7 L/yr - ₹29 L/yr

Software Engineer
2.9k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Executive
2k salaries
unlock blur

₹0.8 L/yr - ₹6.2 L/yr

Technical Architect
1.9k 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.7
Compare

Wipro

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