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

Updated 8 Feb 2025

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

  • Q1. What is the difference b/w complie time and run time polymorphism?
  • Q2. What is Software Development Lifecycle ?
  • Q3. Intro What is oops Encapsulation Polymorphism Runtime, compile time Dbms Sql vs no sql
View all 7 questions

Hexaware Technologies Graduate Engineer Trainee (Get) Interview Experiences for Freshers

14 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quantitative, Analytical, Pseudocode, Technical MCQs

Round 2 - Group Discussion 

Traditional GD topics.

Round 3 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. What would be your commitment to the Company?
  • Q3. Why I need to hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well with the previous year questions.
Should posses Good communication skill and fluent in English.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy and online duration 2 Hours

Round 2 - Communication Round 

(1 Question)

  • Q1. Basic communication on AI platform
Round 3 - Technical 

(1 Question)

  • Q1. TR round : Your domain questions and project
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall my interview was excellent, still don't know why I am rejected.

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

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. What will be the cost of painting the wall behind me?
Q3. What happen when there is large air void in concrete?
Q4. What are the different types of concrete?
Q5. Puzzle 2 - 10 bags each have 10 coins each coin weighs 1 gm but i ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Technical 

(3 Questions)

  • Q1. What is Object Oriented Programming?
  • Ans. 

    Object Oriented Programming is a programming paradigm that organizes code into objects with properties and behaviors.

    • Encourages modular and reusable code

    • Focuses on data encapsulation and abstraction

    • Supports inheritance and polymorphism

    • Examples: Java, C++, Python

  • Answered by AI
  • Q2. Diff b/w call by value and call by reference?
  • Ans. 

    Call by value passes a copy of the value, while call by reference passes the memory address of the value.

    • Call by value creates a new copy of the value being passed.

    • Call by reference passes the memory address of the value being passed.

    • Changes made to the parameter in call by value do not affect the original value.

    • Changes made to the parameter in call by reference affect the original value.

  • Answered by AI
  • Q3. What is the difference b/w complie time and run time polymorphism?
  • Ans. 

    Compile time polymorphism is resolved at compile time, while run time polymorphism is resolved at run time.

    • Compile time polymorphism is achieved through function overloading and operator overloading.

    • Run time polymorphism is achieved through function overriding and virtual functions.

    • Compile time polymorphism is faster as the resolution is done at compile time.

    • Run time polymorphism allows dynamic binding of functions bas...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Project details
  • Q2. Tell about your Family
  • Ans. 

    I come from a close-knit family of four, including my parents and younger sister.

    • Family of four: parents and younger sister

    • Close-knit and supportive

    • Parents have always encouraged me to pursue my education and career goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't trust this company,I don't know the reason for my rejection in hr round

Hexaware Technologies interview questions for designations

 Graduate Trainee

 (18)

 Production Graduate Engineer Trainee

 (2)

 Engineer Trainee

 (18)

 Graduate Engineer

 (9)

 Post Graduate Engineer Trainee [pget]

 (3)

 Technical Trainee

 (1)

 Graduate Student

 (1)

 Software Engineer Trainee

 (1)

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

Aptitude consists of cognitive and pseudocodes

Round 2 - Group Discussion 

Group Discussion is of general topics

Get interview-ready with Top Hexaware Technologies Interview Questions

I applied via Campus Placement and was interviewed in Aug 2022. There were 4 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 

Aptitude + technical domain questions

Round 3 - Technical 

(4 Questions)

  • Q1. What is Software Development Lifecycle ?
  • Ans. 

    Software Development Lifecycle is a process followed by software development teams to design, develop and maintain software.

    • It includes phases like planning, analysis, design, implementation, testing, deployment, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • It helps in ensuring that the software is developed efficiently and meets the requirements of the stakeholders.

    • Examples of SDLC models

  • Answered by AI
  • Q2. Write Bubble sort Program ?
  • 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 them if they are in the wrong order

    • Repeat this process until the list is sorted

    • Time complexity is O(n^2)

    • Example: [5, 3, 8, 4, 2] -> [3, 5, 8, 4, 2] -> [3, 5, 4, 8, 2] -> [3, 5, 4, 2, 8] -> [3, 4, 5, 2, 8] -> [3, 4, 2, 5, 8] -> [3, 4

  • Answered by AI
  • Q3. Difference between DELETE and TRUNCATE ?
  • Ans. 

    DELETE removes specific rows from a table while TRUNCATE removes all rows and resets the table.

    • DELETE is a DML command while TRUNCATE is a DDL command.

    • DELETE can be rolled back while TRUNCATE cannot be rolled back.

    • DELETE is slower than TRUNCATE as it logs each row deletion while TRUNCATE does not.

    • DELETE can have WHERE clause while TRUNCATE cannot have WHERE clause.

    • DELETE does not reset the identity of the table while T

  • Answered by AI
  • Q4. Difference between Union and Union ALL ?
  • Ans. 

    Union combines and removes duplicates from two or more tables, while Union ALL combines all rows from two or more tables.

    • Union removes duplicates, Union ALL does not

    • Union requires the same number of columns in each table, Union ALL does not

    • Union is slower than Union ALL

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Tell about Yourself?
  • Q2. Why should we hire you?
  • Q3. Willing to relocate ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Wear a Formal Dress throughout the interviews .Be confident and prepare well.

Skills evaluated in this interview

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

There are two questions that are of easy level

Round 2 - Technical 

(1 Question)

  • Q1. Intro What is oops Encapsulation Polymorphism Runtime, compile time Dbms Sql vs no sql
  • Ans. 

    Questions related to programming concepts and database management systems.

    • OOPs stands for Object-Oriented Programming which is a programming paradigm based on the concept of objects.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Polymorphism is the ability of an object to take on many forms.

    • Runtime and compile time are two phases of program execution.

    • DBMS stands fo...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Able to relocate About your hobbie Training details and stipend discussed

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview if you have good knowledge just keep concept clear.

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Jun 2022. There were 4 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 

Basic maths/logical and communication

Round 3 - Communication 

(2 Questions)

  • Q1. Machine test for checking verbal communication
  • Q2. Sentence creation, grammer, synonyms etc
Round 4 - Technical 

(3 Questions)

  • Q1. Basic introduction about yourself.
  • Q2. Java concepts starting from basics to advance
  • Q3. Questions on arrays to sort or some operations

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Graduate Engineer Trainee (Get) interview:
  • Java
  • SQL
  • REST API
Interview preparation tips for other job seekers - I don't suggest any fresher to join here as getting in is very easy and growth wise there is not much opportunities. You'll be typecasted even if you don't want to.

I applied via Campus Placement and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Was easy you can crack it with minimal preparation

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on your resume and programming languages and dbms
  • Q2. Even and odd program,
  • Q3. Fibonacci series one and one basic aptitute question on time and work
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions like willing to relocate and flexible to work with shifts

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and you will surely clear it learn programming and basic subjects

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.

What people are saying about Hexaware Technologies

View All
fascinatingsherlock
Verified Icon
2w
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 Graduate Engineer Trainee (Get) interview for freshers?
Hexaware Technologies interview process for freshers usually has 3-4 rounds. The most common rounds in the Hexaware Technologies interview process for freshers are HR, Aptitude Test and Technical.
What are the top questions asked in Hexaware Technologies Graduate Engineer Trainee (Get) interview for freshers?

Some of the top questions asked at the Hexaware Technologies Graduate Engineer Trainee (Get) interview for freshers -

  1. What is the difference b/w complie time and run time polymorphi...read more
  2. What is Software Development Lifecycl...read more
  3. Intro What is oops Encapsulation Polymorphism Runtime, compile time Dbms Sql vs...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 for Freshers

based on 6 interviews

4 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • HR Round
  • Technical Round
View more
Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.
Hexaware Technologies Graduate Engineer Trainee (Get) Salary
based on 280 salaries
₹3 L/yr - ₹6 L/yr
20% 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.5 L/yr - ₹20 L/yr

Software Engineer
3k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

System Analyst
2.9k salaries
unlock blur

₹7.7 L/yr - ₹29 L/yr

Technical Architect
2.1k salaries
unlock blur

₹10 L/yr - ₹38 L/yr

Senior Executive
1.9k salaries
unlock blur

₹0.8 L/yr - ₹6 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