1st Round Debugging, 2nd Round 2 coding tasks related to data structures.
Software Development Interview Questions
37,024 software development interview questions shared by candidates
LRU cache
Given string one's and zero's (ex: 101000), if "100" substring occurs, remove (at first removal it becomes "10___0" so it becomes 100 again) so removing "100" again. the string becomes NULL. so output should be NULL or NOT NULL
Yes... they asked for the classic "What happens when you type amazon.com in your browser?"
Implement an API for login service
Questions about how to handle an array.
What made you apply for this job
BQ question it's usually tell me a time about an experience
typical data structure and algorithm my question was based on the linked list
Given a string S of distinct character of size N and their corresponding frequency f[ ] i.e. character S[i] has f[i] frequency. Your task is to build the Huffman tree print all the huffman codes in preorder traversal of the tree. Note: While merging if two nodes have the same value, then the node which occurs at first will be taken on the left of Binary Tree and the other one to the right, otherwise Node with less value will be taken on the left of the subtree and other one to the right.
Viewing 2951 - 2960 interview questions