Q: In an array that has one value for more than half of its elements, how can you find that value?
Development Engineer Interview Questions
37,446 development engineer interview questions shared by candidates
Find a duplicate integer in a list of length K with integers 1...K-1 and one duplicate. Do so in O(n) time with constant space.
How to create excel header string
Write a function that reverses the letters in each word using only one char buffer. E.g.: "I work at Microsoft" to "I krow ta tfosorciM"
how can a particular application be tested apart from testing its functionality
Write a function to convert a number in Roman numeral form to a decimal representation.
How many gas stations are there in California?
Write a function that returns the longest palindrome in a string. Not just the first one or any palindrome, but the longest. The String is a long sequence of characters, spaces included.
Write a function to turn a string into an integer and test it
Write a function that takes a String as a parameter. Count the number of A's in the String before you reach a C.
Viewing 361 - 370 interview questions