Questions about how to handle an array.
Sde Interview Questions
16,594 sde interview questions shared by candidates
What made you apply for this job
A fairly average js question to get all the github pullrequest and it's reviewers and create an api to give it back in the response.
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.
Merge Interval using the In place using sort approach
Tell me about a time when you had a deadline?
They asked me to do a bubble sort
Which kind of sort is used by Array in java. What is the complexity?
Viewing 591 - 600 interview questions