What Is the eBay Interview Process Like? (Round by Round)
The eBay engineering interview usually has five steps over four to six weeks. It starts with a recruiter screen of about 30 minutes. Next comes a technical phone screen focused on coding. The final loop then has four rounds: a coding round, a system design round, a behavioral round, and a one-on-one with the hiring manager. After the loop, the interviewers meet in a debrief (a shared review meeting) and decide together. Some candidates report longer timelines, up to three months, depending on team and region.
Candidates consistently report that coding carries the most weight. System design comes second, and behavioral questions fill the rest. Plan your preparation time in roughly that order.
Quick Overview
| Stage | Format | What is evaluated |
|---|---|---|
| Recruiter screen | 30 minute call | Background, motivation, role fit |
| Technical phone screen | 45 to 60 minutes, shared code editor | Data structures and algorithms |
| Loop: coding round | About 45 minutes, live coding | Problem solving, clean working code |
| Loop: system design | 45 to 60 minutes | Design of a large-scale system |
| Loop: behavioral round | About 45 minutes | Teamwork, ownership, past projects |
| Loop: hiring manager | About 45 minutes | Team fit, motivation, experience depth |
Recruiter Screen
A recruiter calls for about 30 minutes. Expect questions about your background, your interest in eBay, and basic logistics. No code is written here. Have a short answer ready for the motivation question. A full guide for it is in How to Answer: "Why Do You Want to Work at eBay?".
Technical Phone Screen
An engineer or the hiring manager runs a remote coding session. You solve one or two problems in a shared editor. The topics are standard: arrays, strings, hash maps (key-to-value lookup structures), trees, and graphs. Explain your approach before you type. Interviewers here grade your reasoning as much as your final code. Ask about edge cases early, and state the time complexity of your solution unprompted.
The Coding Rounds in the Loop
The loop's coding interviews run about 45 minutes each. Some candidates report two coding sessions scheduled back to back. Difficulty sits at the medium level, with occasional hard questions. Expect follow-ups about time complexity, which means how the running time grows with input size. Write tests for your own code without being asked. That habit reads as seniority.
The System Design Round
Senior candidates get a full design round. You plan a large system on a virtual whiteboard: its parts, its data storage, and its failure handling. Questions often mirror eBay's own products, such as a bidding service or a search feature. eBay weighs this round heavily when setting the level of your offer. A separate breakdown is in What to Expect in the eBay System Design Interview.
Behavioral and Hiring Manager Rounds
The behavioral round asks about real situations from your past work: conflicts, deadlines, failures, and wins. The hiring manager round mixes those questions with a deeper walk through your projects. Prepare six to eight stories with concrete results. The question list in Top eBay Behavioral Interview Questions (and How to Answer Them) covers the common ones.
After the Loop
The interviewers hold a debrief and compare notes across rounds. One weak round does not always end a candidacy, but a failed coding round usually does. Recruiters typically respond within one to two weeks. If the team match fails, some candidates are referred to a different team instead of rejected.
How to Prepare
- Practice coding by pattern, not by volume. Learn the reusable problem patterns, such as two pointers and sliding window. Grokking the Coding Interview organizes practice this way.
- Give system design two full weeks. Work through marketplace-style designs end to end. Grokking the System Design Interview covers the building blocks these rounds test.
- Prepare stories with numbers. For each project, note the problem, your action, and a measured result.
- Do one full mock interview per stage. Practice the phone screen and one design session out loud with a friend or a timer.

GET YOUR FREE
Coding Questions Catalog

$123

$197

$72