I applied online. The process took 1+ week. I interviewed at PayPal (Singapur) in Apr 2015
Interview
online application. and technical interview. questions about algorithm and OOP in java.
average questions. interviewer also ask about my past experience, some projects in school. how they r relevant to the position i am applying.did quite okay for the interview. got offer in the end
Interview questions [1]
Question 1
what is the difference between abstract class and interface?
I applied through college or university. The process took 1 day. I interviewed at PayPal (Vellore) in Jul 2015
Interview
PayPal came for campus recruitment in VIT. Around 38 people were selected on the basis of apti and 2 coding round. Basic data structures,algorithms and C,C++ concepts like trees, binary trees,etc were asked in the interview. Recommended books RS agarwal and geeksforgeeks.
I applied through college or university. The process took 2 days. I interviewed at PayPal (Pilani) in Aug 2015
Interview
First we had an online test. There were 20 aptitude based questions and a coding question. The aptitude questions were just like the ones that you get in CAT ( Logical Reasoning, Data Interpretation). Out of approximately 100 students 30 were selected for interviews.
After that 3 interview rounds were conducted ( 2 Technical + 1 HR).
Interview questions [1]
Question 1
Max Depth of a binary tree.
write a function to calculate nCr.
Implement a stack using arrays covering all the corner cases.
Knapsack problem.