reverse of string. i.e. "hello world" -> "world hello"
Member Technical Staff Interview Questions
10,992 member technical staff interview questions shared by candidates
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 ?
On a NUMA architecture, if there is a huge process say running on NUMA node 0 and it is migrated to NUMA node 1 and you want to copy the process address space from NUMA node 0 to NUMA node 1 local memory how would you do that?
How would you store a sparse matrix?
How to identify which operating system the code is running in Python?
Tell me something about RTOS scheduler
Interview was on data structures, algorithms, OOPs concepts, Designing. One design question was, designing an elevator in a skyscraper - finding use cases and identifying the patterns and writing the class diagram and relations, failure modes and analysis.
Viewing 351 - 360 interview questions