Tell me about a time when you had to deal with a difficult customer? Tell me about a time when you had a challenging situation, how did you deal with that? Tell me about a time when you made a bad decision, what was the result. Tell me about a time when you coached someone. Tell me about a project you did that made a difference.
Software Development Interview Questions
36,995 software development interview questions shared by candidates
Why do you want to join the company?
Write code to reverse a linked list from its mid point. So 1->2->3->4->5->6->7 becomes 1->2->3->7->6->5->4
Identify bugs in code.
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()
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.
Viewing 901 - 910 interview questions