Did you ever take any decision against the team and did you succeed?
Software Engineer Interview Questions
467,443 software engineer interview questions shared by candidates
Find Pairs with least absolute difference in an given unsorted array,
2 stacks are given, one is full of numbers and other in empty, one integer variable is given, fill the 2nd stack with numbers in ascending order with space and time constraints.
How do you implement a HashMap in java if suppose there was no java.util.HashMap class available.
serialize binary tree
Print out all the permutations of a string.
judge if a tree is balanced
Given an array of integer and a value(integer), find all the pairs of integers in the array that sum up to the value.
We have numbers from 1 to 52 that are put into a 51 number array, what's the best way to find out which number is missing?
Given a mutable string (array of characters) of words, how would you reverse the order of the words in the string, not the entire string. This must be done in place, i.e. not using any additional memory. eg) "Hello World" => "olleH dlroW"
Viewing 2461 - 2470 interview questions