NDA- I can't say
Software Development Engineer Interview Questions
32,852 software development engineer interview questions shared by candidates
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
Merge two sorted linked lists with unique integers.
Viewing 821 - 830 interview questions