-
Notifications
You must be signed in to change notification settings - Fork 13
Interview Experience 43
#SoftwareEngineer
#2017
##Round 1: It was an 90 mins round consisting of basic aptitude , basic programming and questions from computer science subjects from data structures and algorithms, Operating system, networking and computer architecture
##Round 2: Questions were mainly asked from my projects especially my summer internship project which I did after 6th sem. Detailed explanation of the project, my contribution towards it and real world applications of my work in the project were asked.
##Round 3:
What is heap?
Difference between heap and perfect binary tree?
Quicksort analysis (code along with best case and worst case complexity), complete analysis was required like where should pivot be chosen for best case and worst case and it's reason.
Suppose a search bar is there where I can type only surname of the person whose details are required like roll no, registration no, stream etc. By typing the surname, I will get the details of the person. I was asked to implement this situation in C++(only approach and pseudo code was required)
##Round 4: It was the HR round, basic questions were asked like tell about yourself, why this company, where do you see yourself in 5 years, do you want to relocate? Etc.