(B. Tech background, with academic profile as 8.76 CGPA, 85% in 12th and 93% in 10th.)
Technical Interview:
A router’s table is given. There are 4 rows and 3 columns (Destination IP, Mask, and Next Hop) in the table. Given the destination IP address of a packet. Determine its next hop.
Draw the states of a process in an OS.
How will you delete a node in DLL?
HR Interview:
How did you come to know about Grape City?
Who is your role model?
What are your weaknesses and why should we hire you?
Excerpts from Interview #2:
(B. Tech background, with academic profile as 8.3 CGPA, 84% in 12th and 91% in 10th.)
Technical interview:
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Given an integer N. Convert it into MS Excel column string.
Ex N = 1: A
N = 2: B
N = 27: AA
N = 52: AZ and so on