Describe and code an algorithm that returns the first duplicate character in a string?
Software Development Engineer Interview Questions in kenya
32,804 software development engineer 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.
how can a particular application be tested apart from testing its functionality
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
how would you move mount fuji?
non disclosure agreement
What was one of your best achievements on a project in the past?
Viewing 1 - 10 interview questions