eBay Software Engineer III fullstack interview questions
based on 1 rating - Updated Jul 18, 2024
Averageinterview difficulty
Very positiveinterview experience
How others got an interview
100%
Applied online
Applied online
Interview search
1 interviews
eBay interviews FAQs
Software Engineer III fullstack applicants have rated the interview process at eBay with 3 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 54.6% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
I applied online. I interviewed at eBay (San Jose, CA) in Jul 2024
Interview
1st round - Had initial call with recruiter
2nd round- 60 min coding round using code signal platform
Questions:
--> Asked about the recent project and more technical questions about the interview projects
--> Coding question
/ Org:
// E1 has E2,E3 as reports
// E2 has E4,E5 as reports , E3 has E6 as report
// ……..
//Find all the reports of E1 who are two levels below.
Once coding is done, extended this question by asking for N levels below
-->Coding Question
// Employee {
// long empId;
// }
// Set set = new HashSet();
// Employee a = new Employee(1);
// Employee b = new Employee(1);
// set.add(a);
// set.add(b);
// set.size()?
Interview questions [2]
Question 1
--> Coding question
/ Org:
// E1 has E2,E3 as reports
// E2 has E4,E5 as reports , E3 has E6 as report
// ……..
//Find all the reports of E1 who are two levels below.
Once coding is done, extended this question by asking for N levels below
-->Coding Question
// Employee {
// long empId;
// }
// Set set = new HashSet();
// Employee a = new Employee(1);
// Employee b = new Employee(1);
// set.add(a);
// set.add(b);
// set.size()?