Senior IOS Developer applicants have rated the interview process at eBay with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 51.6% positive. This is according to Glassdoor user ratings.
Candidates applying for Senior IOS Developer roles take an average of 28 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at eBay overall takes an average of 36 days.
Common stages of the interview process at eBay as a Senior IOS Developer according to 1 Glassdoor interviews include:
Phone interview: 100%
Here are the most commonly searched roles for interview reports -
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
I applied online. The process took 2 weeks. I interviewed at eBay (Amsterdam)
Interview
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.
Interview questions [1]
Question 1
iOS related coding problems, standard iOS development questions
I applied online. The process took 4 weeks. I interviewed at eBay (London, England) in Jan 2015
Interview
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