How would you design an ATM?
Engineering Specialist Interview Questions
56,371 engineering specialist interview questions shared by candidates
Find the most frequent letters in a string.
Find the maximum rectangle (in terms of area) under a histogram in linear time.
Matrix - given a nxn matrix, print the matrix in diagonal from left to right.
How to locate the point with the minimal distance to all the given points. Which should be done by a connected graph as all the points on the grid can only move up and down. I tried to answer the question but the interviewer kept asking me is this the global minimum. I don't know!!!
Given a list of numbers and a number S, find all pairs of numbers in the list that sum to S.
What are some of your weaknesses?
How would you implement a method to tell whether or not a string matches a regex that consists of lower case letters and *s.
Determine the 10 most frequent words given a terabyte of strings.
How would you print a large, balanced degree-bound tree in breadth first order, using only O(1) space?
Viewing 191 - 200 interview questions