J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez Lutron Electronics (New York, NY) en janv. 2024
Entretien
At first I introduce myself and then my interviewer asked me three questions, the second one and third one beyonds my skills, then my interviewer told me “good luck” lol
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez Lutron Electronics (Coopersburg, PA) en févr. 2024
Entretien
Applied, interviewed and got invited for a follow up interview. Sent some dates and the following day was told the position closed. First interview as technical and included a pointer question, how to control an LED with a microcontroller (show hardware diagram and write a software driver with C), determine what a code snippet would print(pointers, references, and the three lightlbulbs riddle.
Questions d'entretien [2]
Question 1
What will the following code print out on the terminal?
int main(){
int a = 5;
foo(a);
printf("%d",a);
}
void foo(int a){
int* ptr = &a;
*a = 10;
}
J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Lutron Electronics en janv. 2024
Entretien
Same as others. 1st round a brain teaser, one programming question on pointers (debugging) and one embedded system design question with LED circuit. Not sure what exactly are they looking for.