who discovered system crashes
Software Engineering Interview Questions
56,371 software engineering interview questions shared by candidates
1. Reverse linked list. 2. Implement LRU cache 3. Implement reader writer lock
Piping designs for sterile processing systems?
Given a time of day, figure out the angle between the hour and minute hands of a clock.
Find the heavier ball of the given 12 pool balls using a weight balance that can be used just 3 times.
SQL-Query using Self-Joins
How would deal with a difficult guest?
Write this function (on a Google doc): /*How many ways can you make change given the following denominations? ie, if numCentsToMake is 6 and denominations is [25, 10, 5, 1], then it should return 2: either a nickel and a penny or 6 pennies.*/ int numWaysToMakeChange(int numCentsToMake, int[] denominations)
Given a binary search tree, return the most approximate number to the one passed as input.
Go through a sorted list and print the integers 0-99 that are missing from it
Viewing 401 - 410 interview questions