Round 3 Palindromic linked list returns true if the linked list is a palindrome
Software Development Interview Questions
37,012 software development interview questions shared by candidates
There was no difficult or unexpected questions. for instance: -sort an array with just two types of elements, optimize your algorithm -find common letters in two strings and put them in a sorted order -compare sorting algorithms
Write a function to return the intersection geometry of a circle and a square.
Write a function that takes in 3 sides (lengths) of a triangle and determine if it is a valid triangle. (see, it's not too bad, remember the basics and you'll be fine)
The most unexpected question was being asked how to conduct a testing suite efficiently using x number of machines. However, this turned out to be a disguise for a bin packing problem.
Without knowing the size of an assumed sorted array, find an element provided.
Given an array of numbers how would you determine all the numbers that repeated more than once?
How would you read data from a huge file?
Imagine a random distribution of water droplets spread across the whiteboard, design an algorithm to create the maximal enclosed area by connecting the water droplets with lines.
Implement a stack.
Viewing 2171 - 2180 interview questions