i
Hexaware Technologies
Filter interviews by
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
Quantitative, Analytical, Pseudocode, Technical MCQs
Traditional GD topics.
I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.
Easy and online duration 2 Hours
I applied via Campus Placement
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
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.
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...
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
Hexaware Technologies interview questions for designations
Aptitude consists of cognitive and pseudocodes
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.
Aptitude + technical domain questions
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
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
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
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
There are two questions that are of easy level
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...
I applied via Job Portal and was interviewed in Jun 2022. There were 4 interview rounds.
Basic maths/logical and communication
I applied via Campus Placement and was interviewed in May 2022. There were 3 interview rounds.
Was easy you can crack it with minimal preparation
I applied via Campus Placement and was interviewed in Apr 2022. There were 5 interview rounds.
Quant, logical, verbal rounds where main in this round.
What people are saying about Hexaware Technologies
Some of the top questions asked at the Hexaware Technologies Graduate Engineer Trainee (Get) interview for freshers -
The duration of Hexaware Technologies Graduate Engineer Trainee (Get) interview process can vary, but typically it takes about 2-4 weeks to complete.
based on 6 interviews
4 Interview rounds
based on 11 reviews
Rating in categories
Senior Software Engineer
3.8k
salaries
| ₹5.5 L/yr - ₹20 L/yr |
Software Engineer
3k
salaries
| ₹2 L/yr - ₹10 L/yr |
System Analyst
2.9k
salaries
| ₹7.7 L/yr - ₹29 L/yr |
Technical Architect
2.1k
salaries
| ₹10 L/yr - ₹38 L/yr |
Senior Executive
1.9k
salaries
| ₹0.8 L/yr - ₹6 L/yr |
Cognizant
TCS
DXC Technology
Mphasis