I applied through an employee referral. The process took 2 weeks. I interviewed at Valeo (Le Caire, ) in Mar 2015
Interview
at one day I had English exam , technical exam and technical exam . English exam is easy ,it contained multi choice ,paragraph and other simple questions . Technical exam was good not too hard and not easy at the same time . I spent around one hour in the technical interview , it was in Arabic ,I enjoyed it a lot . questions about graduation project , c language ,rtos ,microcontroller and microprocessor . after 3 day I had HR interview .it was in English . It was a bad one . questions like what is your biggest achievement , what is your biggest weakness and so on and I didn't fell that interviewer was interested in me and what I did in university or after university
Interview questions [1]
Question 1
what is the difference between microcontroller and microprocessor ?
I applied through an employee referral. The process took 4 days. I interviewed at Valeo (Le Caire, )
Interview
Hiring process took 4 days, I applied online they called on same day, arranged for a technical exam next week.
Hiring Process:
- Technical Exam - 70 MCQ - 2 hrs
- English Exam - 1 hr 15 mins.
- HR Interview - 20 mins
- Technical Interview ~ 1 hr
Technical Exam is hard, English exam is moderate for a good English speaker, the hardest of all is the technical interview, it's very subjective, if you're lucky enough, you'll fall into the hands of a good person who's understand and helpful enough to see you accepted and fitting. Interviewers are demanding and expecting a lot though, even for a junior position.
Interview questions [2]
Question 1
Describe a scenario where several SPI slaves are connected to a single master and the slaves are the ones who're supposed to initiate whole communication. How can this be done and design the connection of the whole system.
Write a code in C (on paper! in 2 mins!) to receive an array of different integer values, and produce another array(list) of only the duplicated values in the original array, if a duplicate value is found more than once, the list shall only show one value, order is not important.
I applied online. The process took 1 day. I interviewed at Valeo in Sep 2014
Interview
I passed the technical and English exam and then I proceeded to the technical interview.
The interviewer was kind and helpful and he focused too much on writing programs and to seeing how you think .
He didn't care too much about asking question to see your knowledge.
The questions were :(NOTE YOU Will write programs on a PAPER not a computer)
1-Given Matrix A(m*n) and Matrix B(n*p) , write a program in c to multiply these two matrices
2-Write a program which calculates the factorial of a number using recursion function .
3- you are given a hex file and he explained how the file is organized from inside , where at the left side there are addresses and in the middle there's the value of data(8 bytes) and at the right there's a checksum (search for the organization on hex file on the internet)
and then he told me to write a program which searched for a special address and changes the value of ONE byte of data .
Other guys : the interviewer asked them to write a c program to draw a big X or a big V
My advice : you must study algorithms very well and train yourself to write hard programs on a PAPER!
Interview questions [1]
Question 1
Write a program which calculates the factorial of a number using recursion function .