J'ai postulé via une agence de recrutement. Le processus a pris 2 semaines. J'ai passé un entretien chez NXP Semiconductors (Herzliya) en nov. 2015
Entretien
I had to describe my last meaningful project in details and was asked a few questions about it to confirm that I understand what I actually described. Then there were 2 questions one that is more like a riddle and afterwards this technical questions. The whole interview took about 2 hours
Questions d'entretien [1]
Question 1
What will the following program print and what is not correct in that program?
void func(int* x)
{
x = (int*)malloc(sizeof(int));
*x = 17;
}
void main()
{
int y = 42;
func(&y);
printf("%d",y);
}
J'ai postulé en ligne. Le processus a pris 3 mois. J'ai passé un entretien chez NXP Semiconductors (Kuala Lumpur) en juin 2025
Entretien
Applied online in beginning of May, got an email for first round to be held in second week of June. The interview went well. Once the first round was complete, there was no communication for two weeks, so that makes you feel like you are not going to the next phase. Then got an email for another interview with the hiring manager which was scheduled the following week. The interview was great once again. Once this is done, you will never hear back from them. I do understand that they cannot get back to everyone, but even after sending multiple emails to the recruiter, they will not respond. Extremely unprofessional behavior from the recruitment team. They will ask you to be patient during the interview. I believe the candidates deserve some kind of feedback especially if they have reached the final round of the interviews. I reckon that you apply and do not expect anything from them. Recruiters are very unempathetic and will not respond to you so anyone applying here, be aware of this.
Questions d'entretien [1]
Question 1
The questions were related to my past work experience and the things that I worked on. They also asked how familiar I am with scrum.
Core knowledge was tested. very knowledgeable interviewers and friendly also. very positive conduction of the interview . interview was online and lasted for about an hour and a half .
Basic questions related to C programming and embedded systems were asked. Questions were not the hard but basics need to be cleared. It also depends on the interviewer and their mood.