A file contains a billion integers, try to find any one integer that is not in the file.
Software Engineers Interview Questions
420,485 software engineers interview questions shared by candidates
Logic based questions. Scenarios. Code reviews
The question was: Given a text written in some language where the alphabets are represented with 1 byte or 2 byte. But the one byte alphabets always have their MSB 1 and the 2 byte charecters always have their MSB 0. Now when at some point user presses a back space how many bytes are to be deleted to erase the alphabet?
Q: Describe some real life applications of machine learning
Write a function that takes a String as a parameter. Count the number of A's in the String before you reach a C.
How to create excel header string
Write a function to convert a number in Roman numeral form to a decimal representation.
Write a function to print out the contents of a singly-linked list in reverse order.
Find if given number matched sum of two elements in sorted array.
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.
Viewing 2001 - 2010 interview questions