J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez SandForce en avr. 2011
Entretien
The interviewer sprung a surprise - wanted to check my C coding readiness. Are they hurting so much for coders ?
What ? Why ? Limitations?
unsigned int funct_2(unsigned short a, unsigned short b)
{
unsigned int result = 0;
while (b) {
if (b & 0x1) {
result += a;
}
a <<= 1;
b >>= 1;
}
return result;
}
Meilleures entreprises pour « Rémunération et avantages » près de chez vous