i
Hexaware Technologies
Filter interviews by
Easy questions reasoning, verbal, aptitude, pseudo code
I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.
Basic questions about iq,math
posted on 17 Mar 2023
I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.
Consist of three sections 1 is numerical ability and verbal 2 is pseudo code and 3 is basic computer mcq which includes questions from DBMS , os, computer networks and ms office
Program to find second largest number from set of array
Sort the array in descending order
Return the second element of the sorted array
Question on stack implementation, difference between stack and linked list, and merge sort algorithm.
Stack is a LIFO data structure while linked list is a linear data structure.
Stack is implemented using arrays or linked lists while linked list is implemented using pointers.
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them separately, and then merges them.
Merge sort h...
Regression in machine learning is a technique used to predict continuous numerical values based on input data.
Regression models are used to analyze the relationship between variables and predict outcomes.
Linear regression is a common type of regression used in machine learning.
Examples of regression in machine learning include predicting housing prices based on features like location and square footage, or predicting s...
Explanation of malloc, realloc and calloc functions in C programming language.
malloc() function is used to allocate memory dynamically at runtime.
realloc() function is used to resize the previously allocated memory block.
calloc() function is used to allocate memory and initialize it to zero.
All three functions return a pointer to the first byte of the allocated memory block.
Example: int *ptr = (int*) malloc(5 * sizeof(...
I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.
The Apti round was conducted in a very good manner and it was well proctared
Good Coding questions and well amount of time to solve
OOP stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
OOP focuses on creating objects that contain both data and methods to manipulate that data.
Encapsulation: Objects hide their internal state and require interaction through defined interfaces.
Inheritance: Objects can inherit attributes and methods from parent classes.
Polymorphism: Objects can take on multiple forms a...
In 5 years, I see myself as a senior engineer leading projects and mentoring junior team members.
Continuing to develop my technical skills and knowledge through advanced training and certifications
Taking on more responsibilities and leadership roles within the company
Mentoring and guiding junior engineers to help them grow in their careers
Contributing to innovative projects and making a significant impact within the or
Yes, I have researched about the company and its policies.
Researched company history, values, and mission statement
Familiar with company policies on employee benefits, code of conduct, and safety regulations
Understand the company's commitment to sustainability and diversity
Aware of any recent news or updates related to the company
Hexaware Technologies interview questions for designations
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
Get interview-ready with Top Hexaware Technologies Interview Questions
I applied via campus placement at Andhra University and was interviewed in Sep 2022. There were 3 interview rounds.
Medium level and very basic questions on quants numeric and aptitude no need to worry basic level clearance exam
C++ is an extension of C with added features like object-oriented programming, templates, and exception handling.
C++ supports object-oriented programming while C does not.
C++ has a richer set of data types and operators than C.
C++ supports function overloading and templates while C does not.
C++ has exception handling while C does not.
C++ is backward compatible with C.
Example: C++ allows defining classes and objects whi...
I applied via Campus Placement
5 topics emglish,numerical quants, reasoning,comp fundamentals,pseudocode
I applied via Campus Placement and was interviewed before Jun 2022. There were 5 interview rounds.
In this round solving problems are quite in moderate level, i tried on my own and finished all questions on time. Aptitide questions, communication based questions and programming mcqs are involved in it.
Arrays are a collection of similar data types. They are used to store and access multiple values using a single variable.
Arrays can be of different types such as integer, float, character, etc.
Arrays are declared with a fixed size and can be accessed using index numbers.
Example: int arr[5] = {1, 2, 3, 4, 5};
Arrays can also be of strings, which are essentially arrays of characters.
Example: char str[10] = 'Hello';
I applied via campus placement at Pranveer Singh Institute of Technology, Kanpur and was interviewed in Jun 2022. There were 4 interview rounds.
Basic aptitude questions were there. If you're good at maths then it will be a piece of cake for you.
The coding questions were of moderate level I will say. If you've practiced coding on various platforms then you'll be able to solve the questions.
What people are saying about Hexaware Technologies
Some of the top questions asked at the Hexaware Technologies Graduate Engineer Trainee (Get) interview -
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 25 interviews
5 Interview rounds
based on 11 reviews
Rating in categories
Senior Software Engineer
3.8k
salaries
| ₹5.4 L/yr - ₹20 L/yr |
System Analyst
2.9k
salaries
| ₹7 L/yr - ₹29 L/yr |
Software Engineer
2.9k
salaries
| ₹2 L/yr - ₹10 L/yr |
Senior Executive
2.1k
salaries
| ₹0.8 L/yr - ₹6 L/yr |
Technical Architect
2k
salaries
| ₹10 L/yr - ₹36 L/yr |
Cognizant
TCS
Infosys
Wipro