J'ai postulé via un recruteur. Le processus a pris 3 mois. J'ai passé un entretien chez eBay (Bengaluru)
Entretien
Phone screen with 3 or 4 rounds and last HR round.
Interviews are not defined. Some guys who have not written code in years ask you questions on programming. People who don't know how to map a role with competencies are assigned the role of hiring manager. So interview for SDE2 or 3 and SDE4 or 5 will not have much going their way, if they like you in the first glance, you are hired, same questions same charade. Prepare from one of the interview sites and you'll get through. Most of the questions are repeated, coding round is non-existent.
They call you for a role and when they offer, it's for one or 2 levels below. When confronted they say that they decided the levels based on interview performance. Nothing can be further from truth, it all depends on where your current salary band is, if your incoming salary is at a lower level, you are screwed. They try to hardball, but never accept an offer from them if you don't get the exact roll and level that was promised at the start. Recruiters are just temps and they change jobs frequently, so they have absolutely no interest in your landing a fair offer.
They play with careers once you are inside in the name of quotas and pyramidal career ladders. Promotions are given to only a closed band of manager pleasers and everyone else is left aside.
Questions d'entretien [1]
Question 1
linked-list, data-bases, cache coherence, sequence files and other hdfs storage schemes. project done so far, challenges etc., architecture rounds.
J'ai passé un entretien chez eBay (Bengaluru) en févr. 2026
Entretien
I received a call from the recruiter after completing the CodeSignal screening test and was invited to attend the drive on 21st Feb 2026.
During the drive, the first round was a coding round where they provided a laptop. There were two distinct coding questions to solve within one hour. The second question was assigned only after completing the first one. The platform used was CodeSignal.
I was able to solve both the questions, and all the test cases passed successfully. However, I still received a rejection after the round.
Questions d'entretien [2]
Question 1
Input: String cipher = "101971151121"
Output: "easy"
You need to decode the given input string by converting each ASCII value into its corresponding character.
Constraint: The output will contain only lowercase English alphabets (a–z).
Climbing stairs DP problem
You are climbing a staircase. It takes n steps to reach the top.
Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?
J'ai postulé via une agence de recrutement. Le processus a pris 1 jour. J'ai passé un entretien chez eBay (Bengaluru) en nov. 2025
Entretien
I have attended interview drive on 7th November. There are three rounds i got selected for both rounds technical and 2nd round for 3rd round was managerial and he have asked me about my previous projects i told him everything but still at last he asked me are you good in java (if I am not good then how u pass last two rounds) and no other question he asked. I think they only doing this drive for marketing as they have open new GCC as after clearing 2 rounds and also no incorrect answers in manager round they have rejected. Suggestion - If you don’t want to select seriously then don’t waste candidate time as someone is giving whole day
J'ai postulé en ligne. Le processus a pris plus d'une semaine. J'ai passé un entretien chez eBay (Bengaluru) en nov. 2025
Entretien
Applied through the company portal. Then recruiter reached out and explained process. First was the Code Signal round. Cleared that and got invited to the office. Second round was DSA.
Questions d'entretien [1]
Question 1
q1> Koko eating banana variation of binary search
q2> Coin-change DP problem