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.
Interview questions [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?
I applied through a staffing agency. The process took 1 day. I interviewed at eBay (Bengaluru) in Nov 2025
Interview
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
I applied online. The process took 1+ week. I interviewed at eBay (Bengaluru) in Nov 2025
Interview
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.
Interview questions [1]
Question 1
q1> Koko eating banana variation of binary search
q2> Coin-change DP problem