Open In App

Hexaview Technologies Interview Experience (On-Campus)

There was a total of 5 rounds, The eligibility criteria for the hiring process was CGPA 7+ or 70% throughout.

Round 1: Coding Round



There were 2 coding questions (easy) conducted on skype. The duration of the round was 40 minutes.

Tips: Be very active and observe every detail very carefully, don’t hurry and jump on a solution.



Out of 181 students, 28 were selected for the next round.

Round 2: Coding Round

This round was 15 minutes round on skype where I was given a question (easy) and was allowed to use notepad only.

Round 3: Technical Interview

This round was 55 minutes round on skype where I was asked questions from OOPS, DBMS, DSA.

create table Course( 
Name varchar(255), Roll No int PRIMARY KEY, Course varchar(255) 
) ; 
insert into Course Values(“Kshitiz”,”21″,”Maths”); 
create table Student( 
student id int PRIMARY KEY ,name varchar(255), roll no int, marks int, 
FOREIGN KEY(roll no), REFERENCES student(roll no) 
); 
Fetch the student id who are enrolled in Maths.

Round 4: Technical Round

This was 20 minutes technical round on skype.

Round 5: HR Round + Technical

TIP: Be clear with fundamentals (DBMS, OOP, DSA, CN) and read about the company before your interview.

I hope it will help you.

Thank you

Vartika Shakya

Article Tags :