first round - written: 3 sql and one about what will you do to improve the fastness of an insert on a huge table
second round -
get the players with highest streak
get the employee details who has maximum members in a team.
python-return the numbers which have maximum count in a list
round 3: behavioral questions and 1 question on python lists. from the 2 lists get the numbers that are common , and return the numbers in the following way.
[1,2,3,3,1,1,1],[1,1,2,2,3] - return [1,1,2,3]