Matrix - given a nxn matrix, print the matrix in diagonal from left to right.
Engineering Technology Interview Questions
45,261 engineering technology interview questions shared by candidates
Find the maximum rectangle (in terms of area) under a histogram in linear time.
Find the most frequent letters in a string.
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?
Given a word and a list of valid English words, return a list of all valid words that can be made by permuting the characters in the given word.
What happens to a penny when you put it in ketchup?
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 171 - 180 interview questions