Python: Flatten a list with nested list comprehension.
Student Engineer Interview Questions
1,500 student engineer interview questions shared by candidates
1. shuffle array 2. auto complete 3. sum array
design a minimum stack that supports push, pop and getMinimum in o(1) time.
Detect circles in a given picture. The picture is given as a 2D matrix, each cell containing value in range [0,..255] (those details and others wasn't given at the beginning, only after I asked).
What do you do for fun?
Given a very long list of numbers from 1 to 100, how would you sort them.
How pumps work, how a pipe system is to be inspected, how you would perform maintenance on a pipework system, how a valve works. Give me an example of when you accomplished a significant achievement and how you did it.
1st interview: follow up question of the previous one- write a function that receives a binary tree and prints the values of the first level from left to right, the next level from right to left, the next level from left to right and so on..
1st interview: write a function that receive a linked list of length n and an integer k, that returns the val of the node located k steps from the end with only one pass over the list (you can assume k < n)
Questions about networks, basic algorithmic questions.
Viewing 81 - 90 interview questions