J'ai postulé via une agence de recrutement. Le processus a pris 2 semaines. J'ai passé un entretien chez Enterprise Mobility (Saint Louis, MO) en oct. 2019
Entretien
Phone call to discuss basics of position and set baseline expectations. Scheduled a 2 hour interview for following week. Showed up, was told interview would be 1 hour followed by tour. Interviewed with 5 people including 2 engineers, 1 architect, 1 project manager and 1 senior manager. Basic interview though they seemed to be rushing through questions. Was asked by architect with 5 minutes remaining to try and quickly white board some questions.
Questions d'entretien [2]
Question 1
given following method design a better implementation.
void move(Vehicle v) {
if(v instanceof car) {
(car)v.drive()
}
if (v instanceof boat) {
(boat)v.sail()
}
if (v instanceof plane) {
(plane)v.fly()
}
... etc
}
HR seemed a bit disorganized; that, plus the technical difficulties with the Enterprise email system resulted in a very haphazard experience. Directions supplied by HR to facility did not include the route that I needed.
J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Enterprise Mobility (Saint Louis, MO) en mai 2013
Entretien
The process was 2 step - first via phone and then in person. The people are really nice. The phone interview was great very crisp, very minimal and up to the point.
Questions d'entretien [1]
Question 1
Questions about database joins, sessions, temp tables etc.