What are the App states. Explain them?
Engineer Developer Interview Questions
3,740 engineer developer interview questions shared by candidates
Lots of questions about arrays, lists and hashmaps
Assume that you are given the head and tail pointers of a doubly linked list where each node can also have a single child pointer to another similar doubly linked list. There are no cycles in this structure outside of the traditional double links. Write a procedure in C++ that flattens this structure into a single list.
Ios related question multi thread etc
Division without divide operator
Given a race track with 5 lanes, 25 bunnies, and no timer, how many races are required to find the top 3 fastest bunnies?
How would you find a duplicate number in a very large unsorted array of ints.
How will you check to see if two integer arrays have any common elements?
1. find-all-anagrams-in-a-string 2. find common ancestor for a n-ary tree These two questions have to use JAVA to solve.
write a function which returns a fibonacci number for a given number n.
Viewing 1 - 10 interview questions