Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en CEVA (Tel Aviv) en nov 2021
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Implenet a Stack that support the functions pop(), push(x), return_max_element() in O(1) time.
Me postulé a través de una recomendación de un empleado. El proceso tomó 2 semanas. Acudí a una entrevista en CEVA (Herzliya) en abr 2019
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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"
Me postulé en línea. Acudí a una entrevista en CEVA (Herzliya) en oct 2018
Entrevista
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.
Preguntas de entrevista [2]
Pregunta 1
a string is given: find the first non repeated letter , write the function in c