eBay Software Engineer Interview
Anonymous User
14476

I have one year of Software Engineer experience.

Online Assessment:
There were four questions on codesignal(I am sorry I don't remember them exactly). I scored 834/850 in that online assessment. I gave it on 20th February.

I recieved an email from the recrutier on 18th March about next steps. I scheduled interview on 24th March which has 4 rounds on Zoom.

Round 1:

  1. Introduction, Projects on resume
  2. https://leetcode.com/problems/longest-substring-without-repeating-characters/
  3. https://leetcode.com/problems/word-break-ii/ I coded brute force solution to this as there was only 10 minutes.

Round 2:

  1. I was asked about REST and other front end technologies at the beginning.
  2. Longest increasing subarray in an array. Time complexity.
  3. Implement stack(push, pop, isEmpty) using a LinkedList. Followed by implement queue using the stack implemented. Time complexity.

Break for 30 minutes

Round 3:

  1. https://leetcode.com/problems/longest-palindromic-substring/
  2. Left with 25 minutes in 45 minutes interview. I had to ask questions about the company, team, products etc.

Round 4:

  1. https://leetcode.com/problems/valid-parentheses/
  2. https://leetcode.com/problems/n-queens-ii/
Comments (9)