Linked Staff Software Engineer Phone Interview
Summary
I had a 1-hour phone interview for a Staff Software Engineer role, which included a behavioral round followed by a coding question on implementing a Max Stack.
Full Experience
Total duration 1 hour. First 30 mins introduction and behavioral round. Later part coding question
Interview Questions (1)
Max Stack
Implement a Max Stack data structure that supports the following methods: push() pop() peek() pop_max() peek_max()