Mention one design pattern used in your project. Give me something good and bad about it.
Engineer Senior Interview Questions
107,675 engineer senior interview questions shared by candidates
given a large set of production processes, where many depend on the others find the orders in which these processes can be executed.
All datastructures and algorithms ques.
Try to explain different viewpoint of a problem to them; the interviewers didn't seem to able to take new ideas but assumed I didn't even understand the question.
General background, and technical questions.
What is the internal functionality of a hash map?
At what rotational speed do turbopumps operate?
Was I willing to work in a fast paced environment?
Convert string to float without using any functions
We express the initial line of n people as an array, tickets = [ticket(0),ticket(1),...,ticket(n-1)] where each tickers, denotes the number of tickets that person i wishes to buy. If Jesse is located at postion p. How many seconds will it take for him to purchase the tickets. For example if tickets = [1,2,5] and p=1 the first five Following rules should apply: 1.The person at the head of the line can by exactly one ticket and must exit the line 2.If a person needs to purchase additional tickets, they must re-enter the end of the line in wait to be sold the next ticket (assume exit and re-entry takes 0 seconds) 3.Each ticket sale dates exactly one second. Find the time taken
Viewing 801 - 810 interview questions