Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Enterprise Mobility (Saint Louis, MO) nel mese di ott 2019
Colloquio
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.
Domande di colloquio [2]
Domanda 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
}
Ho sostenuto un colloquio presso Enterprise Mobility
Colloquio
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.
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Enterprise Mobility (Saint Louis, MO) nel mese di mag 2013
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Questions about database joins, sessions, temp tables etc.