Solicité el puesto a través de la recomendación de un empleado. El proceso duró 4 semanas. Acudí a una entrevista en Enterprise Mobility (Clayton, MO) en jun 2011
Entrevista
You need at least 3-5 years of core development experience in order to be eligible. Solid emphasis on Java. They are also an AS400 shop still, so some past experience with that or converting from AS400 to Oracle would be very helpful.
Preguntas de entrevista [1]
Pregunta 1
Briefly describe some of the Gang of Four patterns, and how you may apply them in a real world situation.
Solicité el puesto a través de una agencia de empleo. El proceso duró 2 semanas. Acudí a una entrevista en Enterprise Mobility (Saint Louis, MO) en oct 2019
Entrevista
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.
Preguntas de entrevista [2]
Pregunta 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.
Solicité el puesto a través de un captador. El proceso duró 4 semanas. Acudí a una entrevista en Enterprise Mobility (Saint Louis, MO) en may 2013
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Questions about database joins, sessions, temp tables etc.