Upload Button Icon Add office photos

Filter interviews by

PayPal SDE-2 Interview Questions, Process, and Tips

Updated 4 Aug 2024

Top PayPal SDE-2 Interview Questions and Answers

  • Q1. Search In The Array You are given two arrays ‘arr’ of size ‘n’ and ‘queries’ of size ‘q’. For each element ‘q’ in the array 'queries', your task is to find the sum of all ...read more
  • Q2. Minimum Character Deletion You are given a string ‘STR’. You need to find and return the minimum number of characters to be deleted from ‘STR’ so that the frequency of ea ...read more
  • Q3. Count Ways To Reach The N-th Stairs You have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can ei ...read more
View all 17 questions

4 PayPal SDE-2 Interview Experiences

21 questions found

Sort by: Popular

SDE-2 Interview Questions

user image Anonymous

posted on 4 Aug 2024

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 4-6 weeks
Result
Selected  Selected

I applied via Referral and was interviewed before Aug 2023.

4 Interview Rounds

1

Coding Test Round

Had questions on graph

2

Technical Round (1 Question)

  • Q1. Binary Search leftmost rightmost
3

Technical Round (1 Question)

  • Q1. Monotonic stack question
4

Technical Round (1 Question)

  • Q1. System design round, discussed subscriber publisher design pattern

SDE-2 Interview Questions

user image CodingNinjas

posted on 17 May 2022

I was interviewed in May 2022.

5 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 90 minutes
Round difficulty - Easy

There will be 2 coding questions easy to medium based on DP and linkedlist.

  • Q1. Count Ways To Reach The N-th Stairs You have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time ...read more
2

Face to Face Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

the questions will be be based on trees, linked list and stacks and queues, DP

  • Q1. Left View Of Binary Tree Given a binary tree. Print the Left View of the Tree. Example : If the input tree is as depicted in the picture: The Left View of the t...read more
  • Q2. Next Greater Element You are given an array arr of length N. You have to return a list of integers containing the NGE(next greater element) of each element of t...read more
3

Face to Face Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

(DSA, work experience and personal projects)

  • Q1. Sort An Array of 0s, 1s and 2s You have been given an array/list ARR consisting of ‘N’ elements. Each element in the array is either 0, 1 or 2. Now, your task i...read more
4

Face to Face Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

It started in the afternoon after the lunch.

  • Q1. System Design Question

    The questions will be based on low level system design and you will be given certain conditions for which you have to design a system.

5

HR Round (1 Question)

Round duration - 25 minutes
Round difficulty - Easy

Once all the rounds were cleared. I was told that i have 1 more round with manager.

  • Q1. Basic HR question

    This round is behavioral and cultural based round and manager wants to know how can i handle the critical situation.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Babu Banarasi Das University. I applied for the job as SDE - 2 in ChennaiEligibility criteria2 years of experience.Paypal interview preparation:Topics to prepare for the interview - Arrays, Hashmap, String, LinkedList, Stacks and queues, recursion, DP, Backtracking, graphTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : If you are good with any programming Language(Java and C++ preferred but again its your choice) start with DSA directly. Learn the basic Arrays, Linked List, Stacks, Queues, Trees, Hashing, Graphs, Dynamic programming, Heaps, searching and sorting. (PS:-Courses and resources i will not mention as there are many materials available just choose the one you like and start preparing!!)

Tip 2 : Once you feel OK start practising problems try to solve by yourself, if not take hints, and at the end you can check solution if still unsolved.

Tip 3 : Try to connect with people on linkedin. Try to know the techstacks and try to get referrals. Keep on applying once feel ready 80% because you are never 100% ready for anything.

Application resume tips for other job seekers

Tip 1 : Keep your resume updated with all the tech stacks you worked on, your projects, your latest experience.
Tip 2 : The resume need to be short and crisp. it takes only a min. For HR to read your resume. and align it with job requirement.

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with top interview questions

SDE-2 Interview Questions

user image CodingNinjas

posted on 25 May 2022

I was interviewed in May 2022.

5 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 75 minutes
Round difficulty - Medium

There were 2 coding questions. One was easy to medium difficult and other was of medium difficulty.

  • Q1. Search In The Array You are given two arrays ‘arr’ of size ‘n’ and ‘queries’ of size ‘q’. For each element ‘q’ in the array 'queries', your task is to f...read more
  • Q2. Find K Closest Elements You are given a sorted array 'A' of length 'N', two integers 'K' and 'X'. Your task is to print 'K&#...read more
2

Video Call Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. Reverse Only Letters You are given a string, ‘S’. You need to reverse the string where characters that are not an alphabet stay in the same place, and the rest ...read more
  • Q2. Find The Sum Of The Left Leaves Given a binary tree with ‘root’. Your task is to find the sum of all the left leaf nodes. Properties of leaf:- In a binary tree,...read more
3

Video Call Round (1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

Questions related to Java, OOPs, SQL etc. 

  • Q1. Technical Questions

    What is JIT compiler?

    Scheduling algos.

    2nd highest salary using joins of tables

4

HR Round (1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

It was an HR round.Questions related to resume, Low level design, work experience, behavioural etc. This round stretched more than scheduled time so another round was scheduled which was again a DSA based technical round.

  • Q1. Basic HR Questions

    What are your hobbies?

    Can you handle pressure?

5

Video Call Round (3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 3 problems. easy, medium and hard.

  • Q1. Median of Two Sorted Arrays You are given two sorted arrays 'A' & 'B' of sizes 'N' & 'M'. You need to find the median of...read more
  • Q2. Check Palindrome Given an alphabetical string ‘S’. Determine whether it is palindrome or not. A palindrome is a string that is equal to itself upon reversing it...read more
  • Q3. Minimum Character Deletion You are given a string ‘STR’. You need to find and return the minimum number of characters to be deleted from ‘STR’ so that the frequ...read more

Interview Preparation Tips

Professional and academic backgroundI completed Mechanical Engineering from King Khalid University. I applied for the job as SDE - 2 in BengaluruEligibility criteriaNo CirteriaPaypal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating System, DBMS, Computer Network, OOPS, System Design (HLD/LLD)Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Daily. Consistency is the key
Tip 2 : Try to do at least 5 questions daily (LC, gfg, etc any platform u are comfortable with)
Tip 3 : Have some projects on resume related to the tech stack you want to work with.

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Be prepared with in depth questions on whatever is written on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE-2 Interview Questions

user image CodingNinjas

posted on 21 May 2022

I was interviewed before May 2021.

3 Interview Rounds

1

Video Call Round (1 Question)

Round duration - 50 minutes
Round difficulty - Easy

Problem-solving round in javascript.
Asked me questions of easy to medium level data structures and algorithm.

  • Q1. Similar String Groups Two strings ‘S1’ and ‘S2’ are considered similar if either ‘S1’ equals ‘S2’ or we can swap two letters of ‘S1’ (at different positions) so...read more
2

Video Call Round (1 Question)

Round duration - 50 minutes
Round difficulty - Medium

Javascrip specific questions

  • Q1. JavaScript

    // level: basic// tags: closures// implement a sum functionsum(4)(5) // 9// expected output const sum = x => y => x + y ,Debouncing.

3

HR Round (1 Question)

Round duration - 50 minutes
Round difficulty - Easy

Focussed on behavioural aptitude

  • Q1. Basic HR Questions Questions on optimisations of a particular use case and scenario. How can we reduce the number of API calls? Behavioural questions on leaders...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteriaNo criteriaPaypal interview preparation:Topics to prepare for the interview - JavaScript, ReactJS, Redux, DS, Algorithms.Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare the concepts of JavaScript and react thoroughly
Tip 2 : Practice using projects
Tip 3 : Practice data structure and algorithms and practice there questions

Application resume tips for other job seekers

Tip 1 : Use keywords in technologies where you want to be shortlisted in
Tip 2 : Do not put false things in your resume

Final outcome of the interviewSelected

Skills evaluated in this interview

PayPal interview questions for designations

 SDE Intern

 (2)

 Data Engineer 2

 (1)

 Data Analyst 2

 (1)

 Senior Software Engineer 2

 (3)

 Software Development Manager 2

 (1)

Interview questions from similar companies

SDE-2 Interview Questions

Paytm user image CodingNinjas

posted on 17 May 2022

I was interviewed in May 2022.

4 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Anytime

  • Q1. Sort An Array of 0s, 1s and 2s You have been given an array/list ARR consisting of ‘N’ elements. Each element in the array is either 0, 1 or 2. Now, your task i...read more
  • Q2. Connect N Ropes With Minimum Cost You have been given 'N' ropes of different lengths, we need to connect these ropes into one rope. The cost to connect...read more
2

Coding Test Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. Maximum Subarray Sum You are given an array/list ARR consisting of N integers. Your task is to find the maximum possible sum of a non-empty subarray(contagious)...read more
  • Q2. Diameter Of Binary Tree You are given a Binary Tree. You are supposed to return the length of the diameter of the tree. The diameter of a binary tree is the len...read more
3

Video Call Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was more aroung sytem design and my past work experience.

  • Q1. Project Based Question He asked me about the all the work project i have done , then he asked me about the overall architecture of the system, like how the syst...read more
  • Q2. System Design Question

    He asked me to desgin a bookmyshow and then started asking question around the design

4

HR Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This is non-tech round.They just want to check your nature ,attitude and team work skills.

  • Q1. Basic HR questions

    This was a very small discussion where HR asked me why do you want to leave my current job and CTC that they are offering and all.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in NoidaEligibility criteriaFor SDE-2 the minium 2 year of work experience was required.Paytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - DSA, Trees and Graphs, System Design, LLD, OOPSTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Pratice DSA and focus on the core subject like Database and OS
Tip 2 : Practice atlest 2 question everday to maintain consistency.

Application resume tips for other job seekers

Tip 1 : Crisp Resume : Every body knows about this step, you must create a crisp resume mentioning about your key skills, always add impact numbers if possible (for example : increased efficiency by 50%, reduced cost by 2X, etc.) Add keywords around your skills, highlight them using BOLD in resume. 
Tip 2 : Use Linkedin : Send connections requests directly to the recruiters rather than asking for referrals.

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE-2 Interview Questions

MasterCard user image Anonymous

posted on 7 Oct 2022

I applied via Naukri.com and was interviewed in Apr 2022.

2 Interview Rounds

1

Coding Test Round

Assignment was given which was to be completed in a weeks time.

2

HR Round (2 Questions)

  • Q1. Expected CTC and other basic details
  • Q2. Willing to relocate to the company location

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the basics and prepare according to JD, ask if you have any doubts during interview.

Sdet Interview Questions

PayU Payments user image Swetha

posted on 12 Nov 2024

Interview experience
5
 Excellent
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Job Portal and was interviewed in Oct 2024.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. WHAT IS OOPS, INHERITANCE, STATIC DYNAMIC BINDING

Interview Preparation Tips

Topics to prepare for PayU Payments Sdet interview:
  • Selenium

Sdet Engineer Interview Questions

Visa user image Arohi Jain

posted on 20 Aug 2024

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Dsa Question based on Arrays, graph and strings

2

Technical Round (1 Question)

  • Q1. Pattern printing question. Start pattern
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via LinkedIn and was interviewed in Jul 2024.

1 Interview Round

1

Coding Test Round

Leetcode style of coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice
Interview experience
1
 Bad
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 Not Selected

I applied via Approached by Company and was interviewed in Sep 2023.

2 Interview Rounds

1

Aptitude Test Round

Data structure, shorting element

2

Technical Round (2 Questions)

  • Q1. Completely wasting time and irrelevant question
  • Q2. Never join the fake promises by big organisations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Fis is good name in market only not for interview process. I think very worst for me . Never trust on big company.

PayPal Interview FAQs

How many rounds are there in PayPal SDE-2 interview?
PayPal interview process usually has 4 rounds. The most common rounds in the PayPal interview process are Technical and Coding Test.
What are the top questions asked in PayPal SDE-2 interview?

Some of the top questions asked at the PayPal SDE-2 interview -

  1. system design round, discussed subscriber publisher design patt...read more
  2. Binary Search leftmost rightm...read more
  3. monotonic stack quest...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 PayPal interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 734 Interviews
FIS Interview Questions
3.9
 • 458 Interviews
PhonePe Interview Questions
4.0
 • 285 Interviews
HighRadius Interview Questions
2.9
 • 174 Interviews
Fiserv Interview Questions
3.3
 • 164 Interviews
Razorpay Interview Questions
3.6
 • 143 Interviews
Visa Interview Questions
3.7
 • 129 Interviews
MasterCard Interview Questions
4.0
 • 124 Interviews
Angel One Interview Questions
3.9
 • 121 Interviews
View all
PayPal SDE-2 Salary
based on 41 salaries
₹16 L/yr - ₹30.9 L/yr
30% less than the average SDE-2 Salary in India
View more details

PayPal SDE-2 Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
316 salaries
unlock blur

₹12 L/yr - ₹45.2 L/yr

Software Engineer2
273 salaries
unlock blur

₹15 L/yr - ₹45 L/yr

Senior Software Engineer
267 salaries
unlock blur

₹15 L/yr - ₹55 L/yr

Software Engineer III
260 salaries
unlock blur

₹17 L/yr - ₹67.6 L/yr

Data Scientist
193 salaries
unlock blur

₹15 L/yr - ₹50 L/yr

Explore more salaries
Compare PayPal with

Paytm

3.3
Compare

Razorpay

3.6
Compare

Visa

3.7
Compare

MasterCard

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview