How would you find a duplicate number in a very large unsorted array of ints.
Engineer I Interview Questions
842,548 engineer i interview questions shared by candidates
You have a list of sentences/words. How to find out the sub list that consists of a specific prefix? Ex: input: prefix="he", list = ["hello", "world", "hello world", "hey dude", "galaxy"....] output: ["hello", "hello world", "hey dude"]
Determine the first non-repeated character in a word. For example, in abbcaf it should return c. Do this in O(n) time with O(1) space.
Find the first non-repeating character in a string
Given an array, put all repeated characters together.
Write a program to reverse words in a string
Write a query to get the required data regarding employees.
generating prime number
Take a number like 1234 Write a code to get the next number using the same set of numbers used in 1234. Like 1234 and the next number must be 1243 and so on
Viewing 1361 - 1370 interview questions