The first interview was pretty easy - mostly technical and pretty easy - low-level algorithms like binary search and parsing. It was also followed by OOP questions - pretty basic as well. Second interview focused mainly on more advanced OOP design principles.
Interview questions [1]
Question 1
Implement a stack which returns the minimum within O(1)
I applied online. The process took 2 weeks. I interviewed at Applied Materials (Rechowot) in Mar 2019
Interview
A phone call from the recruiter,
Technical Interview with the Team leader: background questions, describe any projects you did and 2 technical questions on a paper.
HR interview if you pass not on the same day
Interview questions [1]
Question 1
Change the pop function of a stack that will support the minValue() function