Design: Snakes and Ladders
Sde Interview Questions
16,614 sde interview questions shared by candidates
Design: functionality similar to "Customer who have bought this product also bought these products in Amazon"
All were coding/algo-DS related questions based on greedy, DR and strings mainly.
1) given 2 d matrix. Find a number of similar rows both horizontally and vertically. 2) Given string remove consecutive similar characters which occur k times.
Given a list of words, return anagrams grouped together.
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 581 - 590 interview questions