Hexaware Latest fresher Interview Pattern
Written Test:
The written test for Hexaware consists of
three sections. The first section is a
Computer Awareness Section. The second
section is an Aptitude Section, which has
questions on Basic Mathematics. In the third
section, a C Program is given and the output
of the program is to be found. This section
has the maximum weightage.
Interview:
The information on the interview is from the
horse's mouth, but it consists mainly of
technical
grilling. A lot of stress
is laid on Data Structures, C and C++.
Some the questions that could be asked in
the technical interview are:
What is friend function?
What are virtual functions?
What does static variable mean?
What is public, protected, private?
What is a scope resolution operator?
Write a program to concatenate two strings.
Write a program to compare two strings
without using the string comp function