Had 3 interviews.
Interview 1 : Convert a Hex value into IP address.
Eg : x0001FFF - 000.001.255.255
Interview 2: Given a set of structure/object which has 2 value. Sort the set with respect to 1'st number and then with 2nd number
Eg : {2,3},{1,2},(2,2},{3,1},{2,1} to {1,2},{2,1},{2,2},{2,3},{31,}
Interview 3: Lunch Interview:
Wrote a function on white board and asked me to test the function