- Round 1 was for basic coding questions test ( Greedy, Dynamic Programming and graphs )
- Round 2 was personal interview ( data structures like linked list and greedy questions asked for me)
- Round 3 was HR
Interview questions [1]
Question 1
Most questions were centered around basic data structures in the personal interview round and greedy and dynamic programming questions for coding test
I applied through college or university. The process took 1 day. I interviewed at PayPal (Bengaluru) in Sep 2020
Interview
Had 4 rounds, Online coding test, consisting of 2 questions, following with 2 technical round and 1 HM round.
Online Test : This round was done on hackerrank, consisted of two question, 14 test cases each. Nearly 40 people got both the questions but only 13 were shortlisted based on cgpa, so it is important to have a good cgpa.
First/Second Round : I was asked about 3-4 easy/medium DSA questions from BST, arrays, Maths, Linked List and had to code few of them. Later she proceeded to ask OOPs questions and examples on its implementation.
Last Round/ HM Round: 4 got shortlisted for this round. Managerial Round is similar to HR round, but they ask few Technical questions too.
Interview questions [1]
Question 1
3-4 easy DSA questions from BST, arrays, Maths, Linked List and had to code few of them.
easy- medium diffculty, one was kandane algorithm, another one was a 2 pointer question. (both are really famous questions).
I applied through college or university. The process took 2 days. I interviewed at PayPal (Bengaluru) in Aug 2020
Interview
More of collaborative coding and discussion on projects. Didn't ask any questions on data structures or algorithms.
HR round was a stress round and was about our physiological factors mainly.
A few questions were asked on system design and applications of graphs and trees.
Interview questions [1]
Question 1
Find the longest substring that does not contain any duplicate characters.