third technical interview
tell me about yourself
currently working project
what subjects are you good at
os-swapping,thrashing,semaphores,paging,scheduling algorithms
dbms-given tables,some queries on that,normalization and its forms with examples,primary key,super key,composite primary key,joins
c-difference between call by value and call by reference
java-interface,inheritance,super keyword,final keyword,extends ,implements keywords,exceptional handling
data structures-queues,stacks,linked list,binary trees
given an array from 1-100,find the missing number
inserting a node in the middle of linked list
given a array of repeated numbers,print the numbers in such a way that numbers are printed in increasing order of their frequencies and print the numbers in increasing order if frequencies are same and codes from data structures