2nd largest number in an array
Engineer Software Interview Questions
512,496 engineer software interview questions shared by candidates
How can we store the name of street in a map service? Because street names have characters in common.
How to find a string in a large file storage
First phone screen: Print all the nodes of a tree in reverse level order (ie print all the nodes at the leaves first, then print the nodes on the level above the leaves, and then eventually work your way to the top).
Come up with a formula to calculate the angle between the hour hand and the minute hand in a clock.
- Find k-th element from the end of the singlylinked list in single pass?
Given 2 files, each line in the files is considered an entry. Print the entries that are duplicated in both files such that the number of repeated entries are minumal. Example: File 1: aaa aaa bbb bbb bbb ccc File 2: aaa aaa aaa bbb bbb result: aaa aaa bbb bbb
Given an array of integers, all but one of which appears an even number of times, find the one integer which appears an odd number of times.
Given two linked lists, find out IF they intersect.
Find the max ;length palindrome in an input string.
Viewing 2291 - 2300 interview questions