Hexaware Technologies interview experience Real time questions & tips from candidates to crack your interview

Graduate Engineer Trainee

Hexaware Technologies
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data structures, Database, OOPS, Design thinking, Aptitude
Tip
Tip

Tip 1 : Practice coding along with pseudo code and MCQs
Tip 2 : Give more importance to communication skills 
Tip 3 : Should have done hands on in at least one project

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Give details about project clearly and on point
Tip 2 : Should give correct details and space for extra curricular activities

Interview rounds

01
Round
Medium
Online Coding Interview
Duration170 minutes
Interview date21 Jul 2021
Coding problem2

It was the first round which consisted numbers of MCQs and 2 coding questions

1. Reverse Stack Using Recursion

Easy
21m average time
80% success
0/40
Asked in companies
RazorpayAmazonCIS - Cyber Infrastructure

Reverse a given stack of 'N' integers using recursion. You are required to make changes in the input parameter itself.


Note: You are not allowed to use any extra space other than the internal stack space used due to recursion.


Example:
Input: [1,2,3,4,5] 
Output: [5,4,3,2,1]

add image

Problem approach

As it was clearly mentioned to use recursion, I used recursion for solving this question

Try solving now

2. Smallest Subarray With K Distinct Elements

Easy
20m average time
80% success
0/40
Asked in companies
UberGoldman SachsHexaware Technologies

Given an array 'A' consisting of 'N' integers, find the smallest subarray of 'A' containing exactly 'K' distinct integers.

Note :
If more than one such contiguous subarrays exist, consider the subarray having the smallest leftmost index.

For example - if A is [1, 2, 2, 3, 1, 3 ] and k = 2 then the subarrays: [1,2], [2,3], [3,1], [1,3] are the smallest subarrays containing 2 distinct elements. In this case, we will consider the starting and ending index of subarray [1,2] i.e. 0 and 1.
Problem approach

I used sliding window approach

Try solving now
02
Round
Medium
Telephonic
Duration30 minutes
Interview date21 Jul 2021
Coding problem1

Timing was at morning around 10 am

1. Reverse String

Moderate
0/80
Asked in companies
Info Edge India (Naukri.com)Livekeeping (An IndiaMART Company)IBM

You are given a string ‘S’. You are also given ‘M’ integers in an array ‘A’. You perform ‘M’ operations on this string. The operations are given in an array ‘A’ of size ‘M’.

You perform the operations in the order they appear in the array ‘A’. In the ‘i’th operation, you reverse the substring of ‘S’ from the position ‘A[i]’ to ‘len(S)’ - ‘A[i]’ - 1 (0 based).

Your task is to find the string after performing all the operations.

Example :
‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Problem approach

Tip 1 : Do practice coding in Java or C# in skill rack 

Try solving now
03
Round
Medium
HR Round
Duration20 minutes
Interview date22 Jul 2021
Coding problem1

At late evening, The interview was scheduled. It was a basic HR Round

1. Basic HR Questions

  • Tell me about yourself
  • What are your hobbies?
  • Where do you see yourself in 5 years?
  • What do you want to achieve after joining this organisation?
  • What is your expected salary package?
Problem approach

Tip 1 : Be honest and confident in your answers 
Tip 2 : Don't fake anything

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
company logo
Graduate Engineer Trainee
3 rounds | 5 problems
Interviewed by Hexaware Technologies
901 views
0 comments
0 upvotes
company logo
Software Engineer Trainee
2 rounds | 5 problems
Interviewed by Hexaware Technologies
1288 views
1 comments
0 upvotes
company logo
SDE - 1
6 rounds | 11 problems
Interviewed by Hexaware Technologies
602 views
0 comments
0 upvotes
company logo
Graduate Engineer Trainee
3 rounds | 3 problems
Interviewed by Hexaware Technologies
162 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Graduate Engineer Trainee
2 rounds | 5 problems
Interviewed by HCL Technologies
13553 views
3 comments
0 upvotes
company logo
Graduate Engineer Trainee
3 rounds | 4 problems
Interviewed by HCL Technologies
2804 views
0 comments
0 upvotes
company logo
Graduate Engineer Trainee
2 rounds | 2 problems
Interviewed by HCL Technologies
3436 views
0 comments
0 upvotes