Open In App

PayPal Interview Experience for SDE 1 | On-Campus 2021

Eligibility criteria:

Round 1: Online Assessment



Time: 2 hours

This was a coding round conducted on the HackerEarth platform. It consisted of 2 coding questions.      



Out of 427 students, 31 students were shortlisted ( Cutoff was one question ).

Round 2: Technical Interview 1

Time: 1 hour 

There were two interviewers. They started by asking me to introduce myself and asked me to explain any one of my projects in my resume and after that, they asked me about the ML algorithms used in my project and about the difficulties faced. This took around 10 minutes.

  1. First coding question was to find the mutual friends between person A and B, after I coded this using graphs and BFS traversal, I explained them through a dry run, then they added a constraint to suggest the mutual friend who is closest in terms of cultural aspects or common interests. I coded that as well by assigning a numerical weightage for the common interests. This question took 45 minutes because every time I coded and explained them they added more conditions.
  2. The second coding question was “Anagram”  https://www.geeksforgeeks.org/problems/print-anagrams-together/1

I coded this in 5 minutes, explained them through a dry run, and was asked about the time complexity.

Round 3: Technical Interview 2

Time: 1 hour 

  1. My interviewer started with my projects and asked about the algorithms used. Next, he displayed a tree and an output of the traversal and asked me to code that to get the output. This was the vertical order traversal of a binary tree  https://www.geeksforgeeks.org/print-binary-tree-vertical-order-set-2/
  2. Next, he asked me to get the quotient without using the “/,*,%” operators. I coded that by using the “-” operator then he asked me to decrease the time complexity is when the dividend is much greater than the divisor, then this method consumes a lot of time. He helped me reach the proper approach and then I coded that as well.

Round 4: Hiring Manager Round 

Time: 30 minutes

I was offered  FTE+Intern  and a total of 8 people were selected for FTE + internship, and 5 people were selected for internship only.

Note: 

Article Tags :