Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en C3 AI (Mountain View, CA) en ago 2014
Entrevista
After a conversation with HR, A fairly simple technical interview, which will again be followed by an on-site or a round of Skype interviews if the candidate is not local. All questions were simple.Very friendly interviewers.
Preguntas de entrevista [2]
Pregunta 1
Write a function to decode roman numerals. Give test cases to test your code.
M=1000
D=500
C=100
L=50
X=10
V=5
I=1
III=3
VI=6
VIII=8
III X = 7
VVVX = -5
MCMLXXII = 1972
MCMXXXCII = 1972
CCCXLV = 345
MDCLXVI = 1666