Difficult Quantitative questions
Software Engineer Interview Questions
466,457 software engineer interview questions shared by candidates
Convert a string to an integer
How can you satisfy egos of incompetent interviews?
Given a BST with leaf nodes having a numeric value, and nodes having the sum of values of its two children. Find an algorithm to find the maximum node within a tree.
How to implement a queue simply using two stacks and how to implement a highly efficient queue using two stacks.
Given two binary search trees, write function which tells if two such trees are the same – (i.e. same info in the nodes, same branching to left and right at every node).
Given a base 10 number, print the hexidecimal (base 16) representation of that number.
* Describe a balanced binary tree. * When would you want to use a balanced tree rather than a hashmap?
select a random number between 1 & 7
write a program to translate alphanumeric phone number to numbers only
Viewing 431 - 440 interview questions