J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez CEVA (Petah Tikva) en déc. 2018
Entretien
the first interview is in extreme company, the interviewer there has no knowledge about programming at all. she just gave me a test that was send to thier company by ceva asked some details about my CV and told me that after the test she sends all the documents to the company. and if everything ok they will call me to same type of an interview
\
after two weeks - i got an answer:
The company informed us that it changed the terms of acceptance. And college entrance conditions are average 90.
my avarage is 86.... and i dont think that this 4 points important because my programming knowladge very good
Questions d'entretien [1]
Question 1
Given a string - write a function that returns the first char that appears only once in the word
J'ai postulé via une agence de recrutement. Le processus a pris 2 mois. J'ai passé un entretien chez CEVA (Tel Aviv-Yafo) en nov. 2018
Entretien
First Interview in front of 2 men in Hertsliya, Israel.
One of them didn't say a word or introduce himself.
He started out an in-depth analysis of Ceva (around 40 mins).
Except for my name, they didn't ask me a word about myself which I found to be very odd.
They handed me a programming question in C right away.. When I finished they gave me another one and that was it. They care about HOW you solve if, not IF you solve it.
The rest of the process is 3 more interviews....long way to go!
Questions d'entretien [1]
Question 1
They ask you to answer all prog. questions in C:
Output: first non-repeated letter in a string (char[str]). for example: "AABBCDE"= C
If you answer correctly you will get a second question:
Reverse words in a sentence word by word- "hello world" == "olleh dlrow"
J'ai postulé via une agence de recrutement. Le processus a pris 1 jour. J'ai passé un entretien chez CEVA (Netanya) en avr. 2018
Entretien
I was referred by an HR agency. The first stage included technical interview that included 4 questions. I did only the first question. The interviewer was very unpleasant and insulting.
Questions d'entretien [1]
Question 1
Given a code in C, describe what this code supposed to do, analyze it running time complexity. The last part of this question is to improve significantly the time complexity of the code.