Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      eBay

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: eBay reviews | eBay jobs | eBay salaries | eBay benefits
      eBay interviewseBay Software Engineer Intern interviewseBay interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Software Engineer Intern Interview

      9 Mar 2014
      Anonymous interview candidate
      San Jose, CA
      No offer
      Positive experience
      Difficult interview

      Application

      I applied through an employee referral. The process took 3 weeks. I interviewed at eBay (San Jose, CA) in Feb 2014

      Interview

      I had gotten an interview through an employee referral. Someone contacted me about a time. There was a miscommunication on their part between the HR and the manager and they didn't call me at the first time we planned, so we had to plan another one. The manager of that team called me and first told me about what they did and then asked me questions about my resume and then asked technical questions.

      Interview questions [1]

      Question 1

      What's the difference between C++ and Java. I said something about pointers and he wanted me to go more in depth. What is the difference between string builder and string buffer. He sent me a code and make suggestions: import java.math.BigDecimal; public class CashCalculatorBasic { public BigDecimal getCalculatedAvailableBalance(BigDecimal currentBalance, BigDecimal totalDebits, BigDecimal totalCredits) { BigDecimal result = currentBalance.subtract(totalDebits).add(totalCredits); System.out.println("The calculated result is " + result); return result; } public static void main(String[] args) { new CashCalculatorBasic().getCalculatedAvailableBalance( new BigDecimal("1250.00"), new BigDecimal("250.00"), new BigDecimal("500.00")); } }
      Answer question
      9

      Other Software Engineer Intern interview reviews for eBay

      Software Engineer Intern Interview

      11 Nov 2024
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at eBay

      Interview

      Online Assessment with 4 questions for pre-screening. Used CodeSignal, it took some time to match the setup they wanted. 70 minutes for one very easy question, two intermediate difficulty and one hard question.

      Interview questions [1]

      Question 1

      Hard one asked to parse the input string and return how many times a user was mentioned on a chat system where the user could mention all, specific user, go inactive for certain amount of time.
      Answer question

      Software Engineer Intern Interview

      27 Oct 2024
      Anonymous interview candidate
      San Jose, CA
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 2 weeks. I interviewed at eBay (San Jose, CA) in Oct 2024

      Interview

      Got invited to SWE Internship Power day. It had 2 back to back interviews. Questions were on random things. They asked Leetcode easy/medium questions and also Linked list questions. I used C++ for this.

      Interview questions [1]

      Question 1

      Tell me about ur resume
      Answer question
      1

      Software Engineer Intern Interview

      18 Jul 2023
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at eBay

      Interview

      2 rounds back to back First round by a manager, second round by an engineer. A little weird since the manager interviewer asked me a few question not strongly related to software engineering.

      Interview questions [1]

      Question 1

      Some questions regarding how to balance quality, reputation, and price when purchasing machines. Data validation and filtering.
      Answer question