4 technical interviews, some of the questions:
Given an array that is almost sorted but rotated, like 4,5,1,2,3, and an integer x, find x's index in the array. Solution: Similar to binary search, find the minimum element's index, which splits the array into two sorted arrays. Then, search for x in each.
Second question: Given a linked list and two pointers for nodes, switch between them. Solution: Iterate the list to find the previous node of each given node, then swap them.
The following metrics were computed from 1 interview experience for the eBay SW Engineer role in Israel.
eBay's interview process for their SW Engineer roles in Israel is incredibly easy as the vast majority of engineers get an offer after going through it.
Candidates reported having very good feelings for eBay's SW Engineer interview process in Israel.