I applied online. The process took 2 weeks. I interviewed at eBay (Dublín, Dublín)
Interview
The details are fuzzy, but it had to do with some data manipulation using HashMaps, Comparator etc.
I was just given a question prompt and then asked to manipulate the data. I think to filter some records. I was expecting leetcode so I wasn't as fresh as I'd have liked to be for this interview style.
This was for full stack.
I had applied online through LinkedIn.
I got a mail to share my details.
After a few days, I got a call for my availability for the interview.
Attended the first round of the interview.
Then in a week I got a call saying that I have cleared the first round and for the next step I was asked if I could visit the office since there will be a drive where hiring managers from US would be available, but I wasn't available for those dates.
Interview questions [1]
Question 1
1. There are 10 different types of resources, and you can perform various operations on them like list, search, view details, modify, create. How would you design my UI and backend?
2. Ever integrated Single Sign on Or oauth or any such authentication in your app?
3. You need to call multiple APIs at the initial load of the application, what and how would you do it?
4. How did you handle in UI when you got 500 error from backend?
5. What was your application architecture in your previous project?
6. Design HTTP URL for searching users,
you can filter on any of the user's attributes,
operators supported are contains, equals, startswith,
conjunctions are AND OR NOT