I applied online. The process took 3 months. I interviewed at Confidential (Haifa) in Apr 2021
Interview
The selection process involves two distinct interviews: the initial interview delves into technical aspects, evaluating skills and expertise, while the second interview focuses on personal attributes and compatibility. Subsequently, there is an optional stage involving a reliability test, allowing candidates the choice to further demonstrate their dependability and suitability for the position.
Interview questions [2]
Question 1
You are given an array prices where prices[i] is the price of a given stock on the ith day. You want to maximize your profit by choosing a single day to buy one stock and choosing a different day in the future to sell that stock. Return the maximum profit you can achieve from this transaction. If you cannot achieve any profit, return 0.
You are tasked with constructing a polygon, a geometric shape, with a given number of vertices. Your challenge is to generate a list of coordinates that define the points to create this polygon.