About projects
Operations Engineering Manager Interview Questions
34,058 operations engineering manager interview questions shared by candidates
You have a set of envelopes of different widths and heights. One envelope can fit into another if and only if both the width and height of one envelope is greater than the width and height of the other envelope. What is the maximum number of envelopes can you russian doll?
You are given the price of a stock in a period of time. Find the days to buy and sell the stock for one time to get the most profit.
Given a string of parantheses, brackets, and curly braces, write a function that returns whether the string is well balanced, in that every left delimiter is closed by the correct right delimiter. I was asked this question by multiple interviewers, it seems like their go-to question.
Write an algorithm to insert a new value into a circular sorted linked list.
What signal is sent by default in the unix kill command
Write a code to find out if two string words are anagrams
Given a sorted list of numbers between 1-100, return an array with the missing numbers.
Write an algorithm to determine if all of the delimiters in an expression are matched and closed.{(abc)22}[14(xyz)2] should pass [ { ] } should fail { (x) } [ should fail
If there was a bird flying north at 10 mph through winds blowing east at 13mph and it was slightly overcast, how many fingers are on a seals hand?
Viewing 61 - 70 interview questions