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.7k Reviews

Filter interviews by

Hexaware Technologies Graduate Engineer Trainee (Get) Interview Questions, Process, and Tips

Updated 21 Dec 2024

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

52 interviews found

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Basics quand and logical apditude

Round 2 - Group Discussion 

Hard work vs smart work

Round 3 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. Family background
  • Q3. Very basic technical questions which is in your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - If you do well in gd then you can easily get offer
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.

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. Cycle Detection in a Singly Linked List Determine if a given sing ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Mumbai University and was interviewed in Sep 2023. 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 

Test 1 = (Aptitude) 70 MCQs from Quant, Logical and Verbal
Test 2 = (Domain-based) 30Questions from Pseudocode and Computer Fundamentals

Communication Round after Technical Round
MCQs based on Paragraphs, Audio transcript, Grammar
Voice/Audio Answer scenario based question (eg. Your Idol)

Round 3 - Technical 

(11 Questions)

  • Q1. Introduce Yourself
  • Q2. Which year you are in?
  • Q3. Tell me about your projects
  • Q4. What languages do you know? and which one are you most comfortable with?
  • Q5. What is Object Oriented Programming?
  • Ans. 

    Object Oriented Programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Objects have attributes (data) and methods (functions)

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI
  • Q6. Name 4 pillars of Object Oriented Programming
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOP

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading in ...

  • Answered by AI
  • Q7. What are constructors?
  • Ans. 

    Constructors are special methods in a class that are used to initialize objects.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can have parameters to initialize object properties.

    • They do not have a return type.

    • Example: public class Car { public Car(String color) { this.color = color; }}

  • Answered by AI
  • Q8. What is jagged array?
  • Ans. 

    A jagged array is an array of arrays where each element can be of different sizes.

    • Each sub-array can have a different number of elements

    • Useful for representing data structures like matrices or tables

    • Example: [['apple', 'banana'], ['orange', 'grape', 'kiwi']]

  • Answered by AI
  • Q9. Write a program to check whether string is palindrome or not?
  • Ans. 

    Program to check if a string is a palindrome or not.

    • Create a function to compare the original string with its reverse.

    • Ignore spaces and punctuation when checking for palindrome.

    • Example: 'racecar' is a palindrome, 'hello' is not.

  • Answered by AI
  • Q10. Write a program to reverse a string eg. Hello World to olleh dlrow
  • Ans. 

    A program to reverse a string by iterating through the characters and appending them in reverse order.

    • Create a function that takes a string as input

    • Initialize an empty string to store the reversed string

    • Iterate through the characters of the input string in reverse order and append them to the empty string

    • Return the reversed string

  • Answered by AI
  • Q11. Write a program to find second maximum number in an array.
  • Ans. 

    Program to find second maximum number in an array of strings.

    • Convert array elements to integers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. Tell me about your family background
  • Q3. Are you willing to relocate?
  • Q4. Any further questions?

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Graduate Engineer Trainee (Get) interview:
  • Object Oriented Programming
  • SQL
  • Java
  • Core Java
  • C++
Interview preparation tips for other job seekers - Aptitude Round:
There maybe sectional cutoff so don't just focus on one section and completely miss-out on others. Make sure to attempt fairly good in all sections.
All pseudocode questions will consist of LOGICAL operators ( Logical AND, OR, XOR ) so make sure to get idea about them

Skills evaluated in this interview

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.

Hexaware Technologies interview questions for designations

 Graduate Trainee

 (17)

 Production Graduate Engineer Trainee

 (2)

 Engineer Trainee

 (18)

 Graduate Engineer

 (10)

 Post Graduate Engineer Trainee [pget]

 (3)

 Technical Trainee

 (1)

 Graduate Student

 (1)

 Software Engineer Trainee

 (1)

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

Get interview-ready with Top Hexaware Technologies Interview Questions

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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It contains quants,verbal,reasoning and tech

Round 2 - Group Discussion 

Real time topics only they provide

Graduate Engineer Trainee (Get) interview

user image Tech and Target

posted on 19 Dec 2021

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Medium Level round consist of Quant Reasoning Verbal Technical

Round 2 - Technical 

(2 Questions)

  • Q1. Question were asked related to ooops and other technical questions
  • Q2. Asked me to do online program whilw sharing the screen
Round 3 - HR 

(2 Questions)

  • Q1. What should we hire you
  • Ans. 

    I am a highly motivated and skilled engineer with a strong academic background and a passion for learning and problem-solving.

    • I have a solid understanding of engineering principles and have excelled in relevant coursework and projects.

    • I am a quick learner and have a strong work ethic, always willing to go the extra mile to achieve results.

    • I have excellent communication and teamwork skills, which are essential for colla...

  • Answered by AI
  • Q2. What do you want to join hexaware
  • Ans. 

    I want to join Hexaware because of its reputation for innovation and growth opportunities.

    • Hexaware has a strong focus on innovation and cutting-edge technologies.

    • The company offers excellent growth opportunities for career development.

    • I am impressed by Hexaware's commitment to employee development and training programs.

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

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 24 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.2 L/yr - ₹19.5 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.6
Compare

Wipro

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