(Job profile: Software Developer Academic profile: 8.4 CGPA in graduation, 87.22% in 12th and 80.11% in 10th)
Technical interview I:
Questions related to the projects.
Questions related to the topics like data structures, linked lists, tries and their complexity.
Questions related to implementation details of Hash maps and collision handling.
Technical interview II:
Tell me about yourself and your family background.
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Puzzles related to real world.
Find duplicates in infinite range. Which data structure to be used to give efficient solution?
HR interview:
Tell me something about yourself which is not given in the resume.
Tell me about the difficulties which you faced while working on the project and how did you overcome those?
Why do you want to join expedia?
Give me an example demonstrating that you are a good team player.
What do you know about the company?
Excerpts from interview #2:
(Job profile: Software Developer Academic profile: 8.4 CGPA in graduation, 87.22% in 12th and 80.11% in 10th)
Technical interview I:
Write a code on reverse string and its complexity.
What is the prerequisite for binary searching?
Given a series of positive integers. Design an efficient algorithm that can detect pairs whose sum is equal to K such that K = ei + ej, and (i not equal to j).
Given a sorted array of n integers that has been rotated i(unknown) number of times, give a (log n) algorithm that finds an element in the array.
Technical interview II:
Complete structure of hashmap, very detail description, along with the basic coding of the hashmap internal implementation.
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Detail discussions on JVM, memory management and garbage collector.
HR interview:
Do you mind working long hours?
Are you comfortable relocating?
What do you like to do besides studying?
Where do you vision yourself in the next 5 years?
What according to you is more important- money or fame?