Write a function in C/C++ that returns the number of zeros contained in the factorial of the number that is passed to it.
Engineer Interview Questions
935,492 engineer interview questions shared by candidates
Find the lowest common ancestor for BST
How would you modify a file as another user besides using su/sudo?
Given a list of integers that fall within a known short but unknown range of values, how to find the median value?
Write a Square Root function for a computer without floating point calculations
Write a routine that does secret santa in O(N) time.
Given a string, return true if after jumbling/rearranging the characters of the string will it be a palindrome. and false if not. eg: given string "evlel", it can be rearranged to "level" and thus it is a palindrome, and return true. eg: 1234 cannot be rearranged to become a palindrome hence false.
Find the max k elements in an unsorted array.
Given two strings, find if they differ by exactly two letters.
Write a function to tell if three points are colinear.
Viewing 1811 - 1820 interview questions