I applied online. The process took 4 weeks. I interviewed at CEVA (Tel Aviv-Yafo) in Nov 2021
Interview
It was a 2 hours zoom interview with the head of the team, first hour mainly about experience, education and past programming project. The second hour included technical questions in C and Python.
Interview questions [1]
Question 1
Implenet a Stack that support the functions pop(), push(x), return_max_element() in O(1) time.
I applied through an employee referral. The process took 2 weeks. I interviewed at CEVA (Herzliya) in Apr 2019
Interview
A friend pass to the outsourcing company the work with . came to interview in the outsourcing company where the asked the first question . then second stage in ceva where the gave me an hour to solve the second question
Interview questions [1]
Question 1
1. find the first non-reapted letter in a sentace
2. reverse a string but the words order remain the same . "hello world" to "olleh dlrow"
I applied online. I interviewed at CEVA (Herzliya) in Oct 2018
Interview
The interviewer was not nice at all. He spoke one hour about the company and when I was given the questions to answer, he didn't leave me any time for them and told me I should do it faster. I counted the minutes until it will be over and rushed out of the building.
Interview questions [2]
Question 1
a string is given: find the first non repeated letter , write the function in c