I applied through university. I interviewed at PayPal (Vellore) in Jul 2017
Interview
It was a bad experience overall. I answered all the questions asked and they still rejected me. they asked questions on OOPS and basic algorithm optimization. I do not know what they expect from a candidate and they even seemed satisfied with my answers. And as usual, the main problem with interviews are, you never know where you go wrong. I have been rejected before for giving a solution that is better than what the interviewer could come up with and have been rejected on that basis.
Interview questions [1]
Question 1
Why would you use mergesort to sort a file given there are no memory constraints , and why not use binary sort?
Round-1 include online coding test and the shortlisted students are called for an face to face interview which is round-2 and the selected people undergoes hr interview which is round-3
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!
One screening , Three coding round 1 technical round and 1 hr round was there. Coding was based on problem solving data structures and algorithms . Technical round was based on Java and spring boot.
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 (Bengaluru) in Feb 2022
Interview
I applied through a Job portal. 1st round was problem-solving with the medium level string-based problem. I cracked that round. 2nd round was supposed to be a design but the question in that round wasn't a design question. The interviewer was becoming non-responsive sometimes. I solved that question but got rejected for no reason. i contacted Hr to get the details feedback but no response.
Interview questions [1]
Question 1
Write a JSON comparator.
Write a method to handle parallel order processing where an order contains the list of items with qty. you can assume inventory is already populated and present in-memory storage.