J'ai postulé via la recommandation d'un employé. Le processus a pris 4 semaines. J'ai passé un entretien chez Enterprise Mobility (Clayton, MO) en juin 2011
Entretien
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.
Questions d'entretien [1]
Question 1
Briefly describe some of the Gang of Four patterns, and how you may apply them in a real world situation.
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.