I applied online. The process took 4 days. I interviewed at Valeo (Madīnat Sittah Uktūbar) in Nov 2016
Interview
first there was a MSQ technical exam , if u pass , u take a MCQ english exam both of those are relatively easy.
then there is a technical interview , mine was very hard and different than the other experiences I have read here and I don't really know why ! not really the type of generic question I have read in here .
but the ppl were so friendly and nice tbh
Interview questions [1]
Question 1
different questions but mostly codes to write and think of
I applied online. The process took 4 weeks. I interviewed at Valeo (Madīnat Sittah Uktūbar) in Sep 2016
Interview
An okay interview process, once you pass the technical and english tests (both aren't really hard) you either do the technical interview on the same day or you leave and they arrange another day. One thing I didn't really like about the process was the waiting periods i had to go through that could be up to 45 mins. Technical interview I was asked about realtime OS and error handling in case of overload in a char, when would macros be bad
Interview questions [1]
Question 1
Difference between real time OS and normal OS and why we use realtime OS in embedded systems
I applied online. The process took 3 weeks. I interviewed at Valeo (Le Caire, ) in Oct 2016
Interview
the interview process took about three weeks
they informed me about the technical test and English test and then after I passed I was informed about the technical interview
the technical test wasn't so easy for me, it required reading about
* software engineering "configuration management and testing, also i was asked about tools of both of them "
* some basic info about micro controllers like "CAN and LIN and difference between them,also the speed of them, difference between Flash and EEPROM , interrupts and isr "
* C language and they focused on pointers and hard expressions to be understood, also about difference between macros and functions
the english test was about some MCQs and then reading paragraph and to be asked about the paragraphs
you will get a paper to write about a specific topic like your future plans
I waited for the interviewer for nearly 2 hours which wasn't so good although i was on time
I thought to leave the place because they didn't respect their interviewees
Interview questions [1]
Question 1
*write c function that sorts an array ascending
*if you have three char elements in an array and they were represented like "00011100 , 00011011, 00111010" in memory write c code that counts no of zeros and ones in all elements
*if you have three tanks
1st tank size is 10 L and full of water
2nd tank is 7 L and empty
3rd tank is 3 L and empty
the target is to have the 10 L tank full with 5 L only
and the 7 L tank full also with 5 L only and I don't have any additional measurements tools
* write a c code that can detect if a given array of characters is a palindrome or not
" example ababababa it can be read from left or write and they are the same"
* what is synch and asynch.
* why in asynch approach both devices agree on the baud rate and if they didnt agree on the same baud rate would it be a bad problem?
* what happens when I push a button to light up a LED? "he meant interrupt"