Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en L3Harris (New York, NY) en feb 2023
Entrevista
Went through the whole process. 1 phone screening. 2 hour long interview with team, senior members and HR. They asked very easy OOP questions, not too much about my history or my background. Got rejected after the fact, because of "not a cultural fit" Do not bring up being anything else other than a red blooded american who loves violence. They don't like minorities, nor do they like people who are outside the norm. They my say the are DEI, but thats a bucket of baloney
Acudí a una entrevista en L3Harris (Melbourne, FL)
Entrevista
The interview took place at career fair and the recruiter was nice and straight forward. He was reviewing interviewees resumes and ask us to elaborate about the projects on the resume.
Preguntas de entrevista [1]
Pregunta 1
Name your favorite algorithm an explain how it works.
Me postulé a través de una recomendación de un empleado. El proceso tomó 2 semanas. Acudí a una entrevista en L3Harris (Waterdown, ON) en feb 2024
Entrevista
Got the interview through a referral. Applied on the company website then got email from recruiter.
Had an initial call with a hiring manager describing general job experience, going over resume, discussing what I'm looking for etc.
Had a follow up behavioral and technical interview with actual manager of team and some team members.
Preguntas de entrevista [1]
Pregunta 1
countingBits problem:
given a number, write C code that detects how many bits would be set in the binary representation of the number
What are the issues with the below code:
int calcSquare(volatile int* num){
return *num * *num;
}