Describe and code an algorithm that returns the first duplicate character in a string?
Software Development Interview Questions
36,960 software development interview questions shared by candidates
In a given sorted array of integers remove all the duplicates.
Write a method to decide if the given binary tree is a binary search tree or not.
What would you do if senior management demanded delivery of software in an impossible deadline?
how can a particular application be tested apart from testing its functionality
What would you say are the minimal requirements needed to successfully manage a software development project?
What are some of the things you might consider when designing a database?
Given a string (understood to be a sentence), reverse the order of the words. "Hello world" becomes "world Hello"
Write code in your favorite programming language that will accept two strings and return true if they are anagrams.
Given a string "aaabbbcc", compress it, = "a3b3c2" . Given that output string's length is always smaller than input string, you have do it inplace. No extra space
Viewing 1 - 10 interview questions