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.
I applied through a staffing agency. The process took 2 weeks. I interviewed at Enterprise Mobility (Saint Louis, MO) in Oct 2019
Interview
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.
Interview questions [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
}
I applied through a recruiter. The process took 4 weeks. I interviewed at Enterprise Mobility (Saint Louis, MO) in May 2013
Interview
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.
Interview questions [1]
Question 1
Questions about database joins, sessions, temp tables etc.