I was interviewed on Web Development
Member Technical Staff Interview Questions
4,044 member technical staff interview questions shared by candidates
Tree
1 bit manipulation, 1 DP, 1 strings manipulation, 1 binary tree/linked list.
3. He asked me to insert a node in the middle of the linked list. given a linked list 1,2,4,5 insert 3 in this linked list.
Coding: Questions based on strings in any language, Sorting methods OS: Semaphores, Threads (Different ways it's used and how they are created) Deadlock CN: TCP/IP, TCP vs UDP python: lambda vs function C: Pointers, extern, static
reverse of string. i.e. "hello world" -> "world hello"
generate all permutations of a string.
Reverse Polish Notation evaluation
Clone a linked list with following scenario: 1) The data of every node in the link could be a pointer to another node in the link. 2) The clone should create the exact structure/graph as of original.
Why recursive locks are needed in kernel ?
Viewing 261 - 270 interview questions