Implement (actually explain, because it's over the phone), a "max()" function inside of a Stack data structure of numbers. Meaning that every time you'll do a push() or poll() actions, you can run max() and say what is the current max number in the stack. This has to be an O(1) of time complexity and he don't care about space complexity.
Senior Full Stack Engineer Interview Questions
1,780 senior full stack engineer interview questions shared by candidates
They asked what's the most important thing for me applying to job process.
General questions about API, how do you document your API, how do you test your API
Gave me some sample react code that was rendering a chart and a slider. Each slide change was redrawing the chart from a different angle. Asked me how would I optimize
First was a system design interview. They started from the most basic server-client architecture and started evolving from there.
Create a simple restful endpoint for fetching a resource from a collection.
What should you do if you have discovered a blocker and the team is in a critical meeting?
Describe a situation where you had to choose the non-reliable way to do something. Why did you choose the non-reliable way?
general questions about software development, team sizes, how I work
maximise the sum of all elements in an array after performing k operations. an operation is dividing any element in the array
Viewing 181 - 190 interview questions