J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez C3 AI (Mountain View, CA) en août 2014
Entretien
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.
Questions d'entretien [2]
Question 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