Extremely technical interview.
Software Development Interview Questions
36,994 software development interview questions shared by candidates
Why do you want to work here?
Are you married? Do you have any kids? Where do you live?
Code question: There is a frog. He hops once, but leaps twice. if you were given a number, say n = 3, then your code should print all the possible outcomes of leap and hops. Ex: n=3 will print hop, hop, hop hop, leap
The differences between recursive and iterative implementations?
How would store and load a tree in file?
One array has size n and n elements . second array has size n+m and m elements. both the arrays are sorted. we need to get n+m elements in second array in sorted order. Linear time algorithm was expected
How do you find a target string in a source string?
Given a building with 100 floors and windowpanes which can break if launched from the nth floor. Find out on which floor the windowpanes will break using only two on them.
find pair of numbers out of sorted array whose sum equal to given number
Viewing 801 - 810 interview questions