Check whether the string is symmetric, how to test your result
Developer Interview Questions
639,751 developer interview questions shared by candidates
Implement a base 3 adder which takes two strings as input and returns a string
The implementation question: Find a max and min in an array simaltaneously. I used a 2n comparisons approach and a 1.5n on-average approach.
Remove a node from a singly linkedlist without knowing the head node. All you have is the node itself.
Search a max value in an unsorted array. (Very abstract question) in better than O(n).
Given a set of strings, a number 'n', and a function that takes a string and gives back a score, find the n largest scored strings in the set.
Game of Life - write a function to calculate next state of the board based on current state
Find the longest subsequence of duplicate numbers in an array of sorted numbers.
How would you improve Uber?
What is the output? int n = 1; puts(((char*)&n)[0]==1?"Y":"N");
Viewing 361 - 370 interview questions