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 Graduate Engineer Trainee (Get) Interview Questions, Process, and Tips

Updated 8 Feb 2025

Top Hexaware Technologies Graduate Engineer Trainee (Get) Interview Questions and Answers

  • Q1. Program to find second largest number from set of array
  • Q2. Write a program to check whether string is palindrome or not?
  • Q3. Stack implementation, difference between stack and linked list , merge sort algorithm
View all 25 questions

Hexaware Technologies Graduate Engineer Trainee (Get) Interview Experiences

46 interviews found

Round 1 - Aptitude Test 

It was a aptitude test with questions of easy to moderate difficulty level.

Round 2 - Communication test 

(1 Question)

  • Q1. It consisted questions to check the familiarity with english language.
Round 3 - Technical 

(1 Question)

  • Q1. Question were related to project mentioned in resume, DBMS, coding question
Round 4 - HR 

(1 Question)

  • Q1. General questions were asked about company.

Interview Preparation Tips

Interview preparation tips for other job seekers - One should remain calm, confident and honest during interview. If you don't know something then acknowledge that.

I applied via Campus Placement and was interviewed in Apr 2022. There were 5 interview rounds.

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 - Aptitude Test 

Quant, logical, verbal rounds where main in this round.

Round 3 - English communication test 

(2 Questions)

  • Q1. This round checked my communication skills in the English language.
  • Q2. Based on English comprehension, grammar, speaking skills, etc.
Round 4 - Technical 

(1 Question)

  • Q1. This was the third round, consisting of technical questions especially coding questions.
Round 5 - HR 

(1 Question)

  • Q1. From questions on personal details to why I am opting for a software job was there in the HR round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your strong areas and try to work upon your weak areas will definitely help you to get through any interview rounds.

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. How to check for continuity for a wire inside a wall if the start ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happen when there is large air void in concrete?
Q5. What are the different types of concrete?

I applied via campus placement at Andhra University and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They have asked me to write a code to check given character is vowel or not?
Round 2 - HR 

(1 Question)

  • Q1. General questions about strengths and weakness .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with whatever you have mentioned in your resume like project and internships.

ALL THE BEST

I applied via campus placement at United College of Engineering & Research, Allahabad and was interviewed in Sep 2022. 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 - Coding Test 

Problems on oops concept
Tree implementation
Questions based on circular linked lists

Round 3 - HR 

(2 Questions)

  • Q1. Simply asked for are you willing to join the company are you aware about the bond etc
  • Q2. Introduction about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your data structures and opps concept strong thats it

Hexaware Technologies interview questions for designations

 Graduate Trainee

 (17)

 Production Graduate Engineer Trainee

 (2)

 Graduate Engineer

 (9)

 Engineer Trainee

 (18)

 Post Graduate Engineer Trainee [pget]

 (3)

 Graduate Student

 (1)

 Technical Trainee

 (1)

 Software Engineer Trainee

 (1)

I applied via Campus Placement and was interviewed in Feb 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Combination of all questions

Round 3 - English communication 

(2 Questions)

  • Q1. Depend on the resume question were asked
  • Q2. Depend on resume question were asked
Round 4 - Technical 

(1 Question)

  • Q1. Technical question about c and c++ depends on resume
Round 5 - HR 

(1 Question)

  • Q1. Question like strength , weakness, relocation,etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Concrete on aptitude first then technical knowledge and knowledge about coding

Get interview-ready with Top Hexaware Technologies Interview Questions

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Assignment 

Communication assessment round

Round 3 - Technical 

(1 Question)

  • Q1. They asked about java ,sql
Round 4 - HR 

(1 Question)

  • Q1. Some basic hr question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in basics and be confident about your answers

I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Very easy aptitude round

Round 2 - Versant 

(1 Question)

  • Q1. Have to pronounce given sentences clearly and also have to talk about various topics like favorite cartoon show, dream house etc.
Round 3 - Technical 

(7 Questions)

  • Q1. What are OOPS concepts and explain
  • Ans. 

    OOPS concepts are the principles of Object-Oriented Programming that help in creating modular and reusable code.

    • OOPS stands for Object-Oriented Programming System

    • It includes concepts like Inheritance, Polymorphism, Encapsulation, and Abstraction

    • Inheritance allows a class to inherit properties and methods from another class

    • Polymorphism allows objects to take on multiple forms or behaviors

    • Encapsulation is the practice of...

  • Answered by AI
  • Q2. Write a sql query, the question was on join
  • Q3. Explain program of Palindrome
  • Ans. 

    A program that checks if a given string is the same when read forwards and backwards.

    • A palindrome can be a word, phrase, number, or other sequence of characters.

    • The program should remove any spaces and punctuation before checking for palindrome.

    • Examples of palindromes include 'racecar', 'level', and 'A man, a plan, a canal, Panama!'

  • Answered by AI
  • Q4. Explain Protected, private and public access modifier
  • Ans. 

    Protected, private and public are access modifiers in object-oriented programming that control the visibility of class members.

    • Public members are accessible from anywhere in the program.

    • Private members are only accessible within the class they are declared in.

    • Protected members are accessible within the class they are declared in and any subclasses.

    • Access modifiers are used to enforce encapsulation and prevent unauthori

  • Answered by AI
  • Q5. Explain prime number program
  • Ans. 

    A program that identifies prime numbers.

    • A prime number is a number that is only divisible by 1 and itself.

    • The program should take an input number and check if it is prime.

    • One way to check for prime numbers is to divide the number by all numbers less than it.

    • If the number is only divisible by 1 and itself, it is prime.

  • Answered by AI
  • Q6. Some other java concepts
  • Q7. Introduce yourself and tell me about your project
Round 4 - HR 

(1 Question)

  • Q1. Introduce yourself and all HR questions

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Graduate Engineer Trainee (Get) interview:
  • Java
  • MySQL
  • C
Interview preparation tips for other job seekers - Interviewers are friendly, they'll call you up early in March unlike other companies.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Introduction Python Modules Polymorphism Inheritance and it's types Triggers Call by reference and call by value Static and global variables
Round 2 - HR 

(1 Question)

  • Q1. Basic questions About CTC and package Relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics perfectly

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy round, topics LR, english

Round 2 - Coding Test 

Easy round 2 questions, one easy and one medium from dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics programming, os, dbms, networking. Interview is pretty easy , basic questions

I applied via campus placement at Visveswaraiah Technological University (VTU) and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was moderate and quite easy to solve.It contain numerical problems on train speed,time and distance,work etc and it is general topics only.It has pseudocode on data structures and basic programming skills.Verbal ability is very easy.Within the same day I got a mail that I cleared aptitude round.

Round 2 - Communication round 

(1 Question)

  • Q1. It has 4 sections namely Reading, writing, listening and speaking.In reading part they give us a paragraph and we need to read fluently.In writing section we need to write essay containing about 190 to 200...
Round 3 - Technical 

(1 Question)

  • Q1. It was conducted through superset platform in virtual mode.First interviewer came and greeted me and asked to introduce myself and then he asked me that why your percentage has dropped in engineering and I...
Round 4 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Q2. Tell me about yourself.
  • Q3. He said about Company agreement and he gave warm welcome to company. HR round last for 5 mins.After a month of my HR round I got my offer letter.

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Graduate Engineer Trainee (Get) interview:
  • Basics of Python programming
  • Baiscs od C programming
  • About your project
Interview preparation tips for other job seekers - Prepare from scratch.Dont believe in luck believe in Hard work and smart work because hard work gives experience and smart work comes through that experience,Thank you.

What people are saying about Hexaware Technologies

View All
lustrousradish
Verified Icon
2w
works at
Hexaware Technologies
Java or python
I am Devops engineer I want to learn a programming language so which should I choose Java or python Which one have better market value
Got a question about Hexaware Technologies?
Ask anonymously on communities.

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies Graduate Engineer Trainee (Get) interview?
Hexaware Technologies interview process usually has 3-4 rounds. The most common rounds in the Hexaware Technologies interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Hexaware Technologies Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the Hexaware Technologies Graduate Engineer Trainee (Get) 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 Graduate Engineer Trainee (Get) interview process?

The duration of Hexaware Technologies Graduate Engineer Trainee (Get) interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Hexaware Technologies Graduate Engineer Trainee (Get) Interview Process

based on 25 interviews

5 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • Technical Round
  • HR Round - 1
  • HR Round - 2
View more
Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.
Hexaware Technologies Graduate Engineer Trainee (Get) Salary
based on 257 salaries
₹3 L/yr - ₹6 L/yr
38% more than the average Graduate Engineer Trainee (Get) Salary in India
View more details

Hexaware Technologies Graduate Engineer Trainee (Get) Reviews and Ratings

based on 11 reviews

3.0/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

2.6

Salary

3.1

Job security

2.6

Company culture

2.8

Promotions

2.7

Work satisfaction

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

₹5.4 L/yr - ₹20 L/yr

System Analyst
2.9k salaries
unlock blur

₹7 L/yr - ₹29 L/yr

Software Engineer
2.9k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Executive
2.1k salaries
unlock blur

₹0.8 L/yr - ₹6 L/yr

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

Wipro

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