How would you implement Google spelling correction algorithms?
Engineer Software Interview Questions
512,578 engineer software interview questions shared by candidates
Reverse the word order in a string.
Given an array of Ints find a maximum sum of non adjacent elements. for ex. arr = [1,0,3,9,2] then ans would be 10 = 1 + 9 (non adjacent element)
How do you make a function that only calls input function f every 50 milliseconds?
Write an algorithm to test if n is power of 2
Write a regular expression to match a machine's MAC address
Sie haben eine Datenbank mit Angestellten und ihren Hierarchien. Konstruieren Sie eine SQL-Anweisung, um jeden Angestellten mit seinem Supervisor zu verbinden.
Given inputs from Google Search, you have K chunks. Each chunk is individually alphabetically ordered (apple, banana, cat) ... (*apple, *banan, *cat). You want to merge all chunks into a single list. How would you do it? What limitations are there to your approach? It's on an x86 processor, what does that mean and how does that affect your approach?
Given a set of intervals(time in seconds) find the set of intervals that overlap
1.Write a C/C++ function that verifies the equation z*z*z + h*h = b*b*b and return true or false.
Viewing 2491 - 2500 interview questions