NDA- I can't say
Development Interview Questions
137,363 development 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.
Typical behavioral: tell me about a time....
You are working with a team consisting of 4 people. One person doesn't show up and the other members want to leave and meet some other time. What do you do?
How do you keep up with information in your field (of information technology).
Implement atoi()
Given an array of numbers and a separate number, how would you determine the first combination of 2 numbers in that array that would total this single other number?
Given an array of size [i..n], find the product of all the elements of the array except for the element at index b, where b is an arbitrary element.
How do you check if a Binary Tree is a Binary Search Tree?
Viewing 1481 - 1490 interview questions