Coding questions :
1.) Given a binary number . You have to set a bit at some specific kth position . Here set bit means if its 0 at kth place then make it 1 else continue .
2.) Remove a node in the linked list at all three possible positions (at front , in the middle and in the end)
Other questions were based on aptitude , data structures , oops , operating systems and puzzles also .