Identify bugs in code.
Software Development Engineer Interview Questions
32,839 software development engineer interview questions shared by candidates
NDA- I can't say
Write a function that returns true if a string of parentheses is balanced or not, such as "(())()", which would return true.
Given an origin (assumed to be 0,0) and a set of points around the origin, return k points in ascending order of distance from the origin.
Implement atoi()
How do you check if a Binary Tree is a Binary Search Tree?
(following the previous one) You got only ONE baby bottle sample. You would like to know the max height you can drop it without breaking the bottle. Let set the unit as 1 foot. And the highest height you can reach is at N feet. So how would you find the (max) safe height?
level order print a given tree
find the closest pair of points in a 2 dimensional space.? write an algorithm.
Describe data structure for Shuffle operation in a music player
Viewing 821 - 830 interview questions