Pretty horrible time of it over all. Took months; they were uncommunicative. And they reneged after they actually gave me the offer, and I accepted verbally. Fortunately I didn’t say no to other offers I had.
6
PayPal response
3y
Thank you for sharing your interview experience and welcome to the PayPal family!
I applied online. The process took 3 weeks. I interviewed at PayPal (New York, NY) in Jun 2022
Interview
4 rounds of interview.
Initial Interview 1 hr of walking through projects
Coding Test interview - and discussion on the solutions
White boarding interview - discussing the architecture and design solution for a problem
Manager interview - final round to discuss how you align with the team
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 Jul 2022
Interview
I filled out an application on their career website, then I received several emails from some AI platform they use to prescreen candidates. The technical portion was done on Hacker Rank. It was 1 hour coding challenge consisting of 2 parts. A react application, and A node.js module. The hardest part was getting the react project to run on windows. It was built to run on mac and contained several strange modifications to the scripts in package.json, which i had to fix in order to run the project, and then run the tests. The first problem in the react project was simple, i was given the framework of a react address book application, and I was tasked with making it a functioning application that passed the tests. Once i got the project and tests working, i quickly implemented it in about 10 minutes, then took another 5 minutes adjusting the code to pass the tests for the email and phone number validation, which weren't very good, so i had to basically write the implementations to match the expectations of the tests. I think the goal here was to dumb it down enough since email and phone validation in their full implementations would be challenging from scratch for most people without googling.
The second part of the test was stupid easy, so easy i coded it in 30 seconds and it passed the tests. You had to write a node.js module that had 3 methods to manage an "inventory" which was just an array of strings containing product names. the methods were getList, add and remove. very simple, but also a very good test of seeing if someone understand how to build modules in node.js.
Then the economy crashed and they pretty much ghosted me, so I have no idea if they chose another candidate or have a hiring freeze or what. I will say it is one of the easiest interviews I have ever done, but I have heard that this only applies to the frontend, and that they put backend developers through a gauntlet of brain teasers so ymmv.