Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en eBay (Ámsterdam)
Entrevista
I applied via company website, got a phone call from recruiter for an initial screening. After we scheduled an interview date, and as it turned out, they messed up an order of interviews, so it has been rescheduled. Interviews themselves were fine, but I got rejected for a reason which sounded a little bit strange to me. It happens, I guess.
Preguntas de entrevista [1]
Pregunta 1
iOS related coding problems, standard iOS development questions
Had interview with ebay for ios contract canada
It was pretty easy.
1 st round iOS past expedience and behaviour,
2nd round coding challenge, related to SwiftUI not much complex.
3 rd round had 3 rounds
1 Hiring Manager mostly q&a
2 small snippet swift coding exercises
3 just talk regarding past experience
Envié una solicitud electrónica. El proceso duró 4 semanas. Acudí a una entrevista en eBay (Londres, Inglaterra) en ene 2015
Entrevista
First step was phone interview it was an hour long after that they send me a coding exercise, which I develop in 5 hours (I thought doing it in short time would be plus point, which was my biggest mistake). App was to create a weather application using swift and MVC, I use different swift features to show my language capabilities and some test as well, I write few tests of different type like testing simple method, testing async method, testing with stub etc (to save some time).
And they like following things Good separation of concerns, Well documented code, Look'n'feel of the app, There are some passing tests implemented, Swift 2.0 error handling
They said following things can be improved more
1. Test coverage, more use of compiler features, view controller methods are long should be broken down