Software Engineer applicants have rated the interview process at PayPal with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 35% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
I interviewed 2 round, one front end, one hire manager, but didn’t move forward. The hr is helpful, the hire manager round asked about system design questions, which I feel may cause the rejection.
Interview questions [1]
Question 1
Normal front end interview questions, implement a fetching api small task
Thank you for sharing your interview experience with us. Your feedback is valuable and will help us understand how we can evolve our interview process. We hope you can find another role on our website that fits your interest and join our team!
I applied online. I interviewed at PayPal in Feb 2025
Interview
Karat Interview process with Discussion and Analysis Questions in Java for 15 mins. Then Live Coding: Data Structures and Algorithms for 45 mins. They also asked to debug some code.
Interview questions [1]
Question 1
We're tracking supplies for the hotel like food and soap. We want to create stock alerts.
In our system, we specify low and high inventory levels, and we will create an alert when a transaction:
* Changes the inventory from above or equal to the low level to below the low level
* Changes the inventory from below or equal to the high level to above the high level
* Results in a negative inventory. This includes going from negative to negative
A transaction can only generate one alert. See the last transaction in the example.
Thank you for sharing your interview experience with us. Your feedback is valuable and will help us understand how we can evolve our interview process. We hope you can find another role on our website that fits your interest and join our team!
I applied through a recruiter. I interviewed at PayPal (Bengaluru) in Sep 2022
Interview
It has 3 rounds of interview including tech round, system design and manageral round. Questions are mostly from medium level leetcode with tree, graph, string, problem solving skill, and manageral round was basically on the role description and expectation with behavioural questions.
Interview questions [1]
Question 1
Questions was mostly related to DSA on tree traversal