Upload Button Icon Add office photos
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 Engineer Trainee Interview Questions and Answers

Updated 18 Sep 2024

Hexaware Technologies Software Engineer Trainee Interview Experiences

1 interview found

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

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

Round 1 - Aptitude Test 

Basic Aptitude Questions

Round 2 - Coding Test 

MCQs and 2 coding questions

Round 3 - HR 

(1 Question)

  • Q1. My Introduction

Interview questions from similar companies

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

DSA with Programming related and aptitude MCQ

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic DSA Question
  • Q2. Resume related question
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic managerial questions
  • Q2. Introduction, Resume, Projects etc
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

90 min test containing verbal, Quantitative aptitude and question based on diagrams

Round 2 - Technical 

(2 Questions)

  • Q1. Which programming language will you prefer?
  • Ans. 

    I prefer programming languages like Python and Java for their versatility and widespread use in the industry.

    • I prefer Python for its simplicity, readability, and vast libraries for various tasks.

    • I also like Java for its strong typing, object-oriented approach, and cross-platform compatibility.

    • I am open to learning new languages as needed for specific projects or tasks.

  • Answered by AI
  • Q2. Question based on projects and internships
Round 3 - Technical 

(2 Questions)

  • Q1. Generative AI basics like chatgpt, Gemini etc
  • Q2. Little bit same like first round about programming languages and databases

Interview Preparation Tips

Interview preparation tips for other job seekers - You should prepare whole things that you have mentioned in resume in detail
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Lbs Institute of Technology For Women, Thiruvananthapuram and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical and quants like percentage, clock hand, coding decoding

Round 2 - Technical 

(3 Questions)

  • Q1. Tell about project
  • Q2. Pattern printing
  • Q3. Print any python program you know

Interview Preparation Tips

Interview preparation tips for other job seekers - Most interviewers are of pleasant character. They won't stress you much. If you are a fresher, just brush up basic programs like pattern printing, palindrome, prime number, and make base in any language
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Oops concepts,Data Structures

Round 2 - Technical 

(4 Questions)

  • Q1. About Data types
  • Q2. Project related questions
  • Q3. About Sql queries
  • Q4. About Oops concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude,Reasoning,Verbal,Coding

Round 2 - Communication Assessment 

(1 Question)

  • Q1. Reading,Speaking,Listening
Round 3 - Technical 

(1 Question)

  • Q1. Technical (based on projects) and HR questions
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

It was a comprehensive aptitude & reasoning exam

Round 3 - Group Discussion 

You have to be very good at speaking to clear this round.

Round 4 - Coding Test 

Tow medium hard level coding questions

Round 5 - Technical 

(2 Questions)

  • Q1. Approximate 1 hr one to one tech interview
  • Q2. Topic was DSA specially 2d array and tree.
Round 6 - One-on-one 

(2 Questions)

  • Q1. They asked multiple puzzles and situation based questions.
  • Q2. Company work culture and future benefits were discussed in this round
Round 7 - HR 

(1 Question)

  • Q1. It was a simple managerial round . don't panic just answer gently

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to be confident and fully prepared. they ask a lot even for the base package

I applied via campus placement at R M K Engineering College, Kavaraipettai and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Numericals, email writing, grammar

Round 2 - Coding Test 

Easy questions from array and string concepts

Round 3 - Technical 

(1 Question)

  • Q1. Write a program in any language of your convenient
  • Ans. 

    A program to find the factorial of a given number.

    • Take input from the user for the number whose factorial needs to be found.

    • Use a loop to multiply the number with all the numbers less than it.

    • Print the final result as the factorial of the given number.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. General questions like child labour
  • Q2. About location convinience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java oops concepts and some basic programs

I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First-round was an aptitude/Programming based online test, then there was an online coding round there were three questions based on data structures and algorithm of leetcode medium level. In interview, th...

Interview Preparation Tips

Interview preparation tips for other job seekers - Should Have good knowledge of Data structure and algorithms.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

The coding test consisted of 2 java coding questions, Aptitude MCQ's and Technical MCQ's. The coding questions were easy to medium level. It also consisted of a SQL query followed by a javascript question.

Round 2 - Technical 

(3 Questions)

  • Q1. The technical interview consisted of questions from both projects and Data Structure and OOPs concepts. The interviewer was friendly and motivated me.
  • Q2. When is double linked list used.?
  • Ans. 

    Double linked lists are used when there is a need to traverse the list in both directions efficiently.

    • Allows for traversal in both directions

    • Insertions and deletions can be done in constant time

    • Used in implementations of undo functionality in text editors

  • Answered by AI
  • Q3. Write a program for inheritance and polymorphism?
  • Ans. 

    Inheritance allows a class to inherit properties and methods from another class, while polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with common properties and methods

    • Create derived classes that inherit from the base class and add their own unique properties and methods

    • Use virtual functions in the base class and override them in the derived classes

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion about projects.
  • Q2. Some Aptitude Questions
Round 4 - HR 

(2 Questions)

  • Q1. What are your strengths?
  • Q2. What are the problems faced when u were working on your project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep working on your DSA and Make good projects to showcase in the interview.

Skills evaluated in this interview

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies Software Engineer Trainee interview?
Hexaware Technologies interview process usually has 3 rounds. The most common rounds in the Hexaware Technologies interview process are Aptitude Test, Coding Test and HR.

Tell us how to improve this page.

Hexaware Technologies Software Engineer Trainee Salary
based on 26 salaries
₹3 L/yr - ₹5 L/yr
13% less than the average Software Engineer Trainee Salary in India
View more details

Hexaware Technologies Software Engineer Trainee Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

4.3

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

3.4

Job Security

4.7

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

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

₹5.4 L/yr - ₹20 L/yr

System Analyst
3k salaries
unlock blur

₹6.8 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview