Upload Button Icon Add office photos

PayPal

Compare button icon Compare button icon Compare

Filter interviews by

PayPal Interview Questions, Process, and Tips

Updated 26 Mar 2025

Top PayPal Interview Questions and Answers

  • Q1. Common puzzle- There are three boxes,one box of blue balls, one green and one  mixed ,all  ...read more
  • Q2. A recursive program to print numbers in ascending order
  • Q3. There are 10 weights of which two weigh less than the others. Using a balance how will&nbs ...read more
View all 27 questions

PayPal Interview Experiences

Popular Designations

211 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Situation Scenarios of case study

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's nice one to be honest

Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - work on communication skills

Customer Service Associate Interview Questions asked at other Companies

Q1. Situational: If customer gets damaged product and he is saying he want to return the product then what you will do? (write an mail)
View answer (40)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrank - 1.5 hour

Top PayPal Software Engineer Interview Questions and Answers

Q1. Painting Fences Problem Statement You are given ‘N’ fences. Your task is to compute the total number of ways to paint these fences using only 2 colors, such that no more than 2 adjacent fences have the same color. Due to potentially large r... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (217)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. About Cashflow, Risk assessment

Senior Underwriter Interview Questions asked at other Companies

Q1. Why do we considering 60% for IRA assets, 70% for stocks and Large deposit definition
View answer (3)

PayPal interview questions for popular designations

 Software Engineer

 (24)

 Data Scientist

 (11)

 Software Developer

 (8)

 Senior Software Engineer

 (8)

 Risk Analyst

 (5)

 Data Analyst

 (5)

 Software Engineer2

 (5)

 SDE-2

 (4)

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

I applied via LinkedIn and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was moderate level sql question and one python question

Round 2 - Case Study 

It was more related to business side in last company

Round 3 - Behavioral 

(2 Questions)

  • Q1. SQL MODERATE LEVEL
  • Q2. PYTHON MODERATE LEVEL problem solving question

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Get interview-ready with Top PayPal Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Rotten oranges problem - DS
  • Ans. 

    Rotten oranges problem involves finding the minimum time required to rot all oranges in a grid.

    • Use Breadth First Search (BFS) to traverse the grid and update the ripening time of neighboring oranges.

    • Keep track of the fresh oranges and the time taken to rot them all.

    • Handle edge cases like no fresh oranges or unreachable oranges.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. System design for parking lot
  • Ans. 

    Design a system for managing a parking lot efficiently.

    • Use a database to store information about available parking spots, vehicles, and payments.

    • Implement a system for tracking entry and exit of vehicles.

    • Include features like online booking, payment options, and real-time availability updates.

    • Consider implementing a ticketing system for managing parking duration and fees.

  • Answered by AI

Skills evaluated in this interview

Top PayPal Software Engineer Interview Questions and Answers

Q1. Painting Fences Problem Statement You are given ‘N’ fences. Your task is to compute the total number of ways to paint these fences using only 2 colors, such that no more than 2 adjacent fences have the same color. Due to potentially large r... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (217)

Jobs at PayPal

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Mainly Leet code easy to medium questions

Round 2 - LLD 

(1 Question)

  • Q1. Design Parking lot with working code.
  • Ans. 

    Design a parking lot system with working code.

    • Create classes for ParkingLot, ParkingSpot, Vehicle, etc.

    • Implement methods for parking, unparking, checking availability, etc.

    • Use data structures like arrays, lists, or maps to manage parking spots.

    • Consider different types of vehicles and parking spot sizes.

    • Handle edge cases like full parking lot, invalid inputs, etc.

  • Answered by AI
Round 3 - HLD 

(1 Question)

  • Q1. Design notification service.
  • Ans. 

    Design a notification service for sending alerts to users.

    • Use a scalable messaging system like Kafka or RabbitMQ for handling notifications.

    • Implement different types of notifications such as email, SMS, push notifications.

    • Allow users to customize their notification preferences and frequency.

    • Include features like scheduling notifications and tracking delivery status.

    • Ensure security measures are in place to protect user

  • Answered by AI
Round 4 - HM 

(1 Question)

  • Q1. Question related to resume and different tech stack

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS / Algo and famous LLD and HLD question. it would be just fine

Skills evaluated in this interview

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode medium level qustion

Interview Preparation Tips

Interview preparation tips for other job seekers - first round was online coding round

Top PayPal Software Engineer Interview Questions and Answers

Q1. Painting Fences Problem Statement You are given ‘N’ fences. Your task is to compute the total number of ways to paint these fences using only 2 colors, such that no more than 2 adjacent fences have the same color. Due to potentially large r... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (217)

Supervisor Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Talk about yourself, relevant work experience

Supervisor Interview Questions asked at other Companies

Q1. Self introduction? & what is mean by eCommerce ? How it can do
View answer (10)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
6-8 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of SQL python
Round 2 - Coding Test 

Python sql skills were tested and candidates are selected

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

PayPal Interview FAQs

How many rounds are there in PayPal interview?
PayPal interview process usually has 2-3 rounds. The most common rounds in the PayPal interview process are Technical, Coding Test and One-on-one Round.
How to prepare for PayPal interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at PayPal. The most common topics and skills that interviewers at PayPal expect are Financial Services, SQL, Python, Wellness and Analytics.
What are the top questions asked in PayPal interview?

Some of the top questions asked at the PayPal interview -

  1. Input a file. Select first 3 lines of the file. Select the longest line and cou...read more
  2. But amazon can do the search in O(n). Why it has to go for O(nk)? For data stru...read more
  3. When you search for a particular product in amazon, it displays some of the sea...read more
How long is the PayPal interview process?

The duration of PayPal interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

PayPal Interview Process

based on 144 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 754 Interviews
PhonePe Interview Questions
4.0
 • 303 Interviews
HighRadius Interview Questions
2.9
 • 184 Interviews
Fiserv Interview Questions
3.0
 • 173 Interviews
Razorpay Interview Questions
3.6
 • 152 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
KFintech Interview Questions
3.5
 • 138 Interviews
Angel One Interview Questions
4.0
 • 136 Interviews
MasterCard Interview Questions
3.9
 • 135 Interviews
View all

PayPal Reviews and Ratings

based on 937 reviews

3.9/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.9

Salary

3.1

Job security

3.9

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 937 Reviews and Ratings
Senior Data Engineer

Chennai

5-8 Yrs

Not Disclosed

Software Engineer, Android

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Staff Engineer - Full Stack

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Explore more jobs
Software Engineer2
310 salaries
unlock blur

₹15 L/yr - ₹45 L/yr

Software Engineer
259 salaries
unlock blur

₹12 L/yr - ₹47.3 L/yr

Software Engineer III
226 salaries
unlock blur

₹17 L/yr - ₹70 L/yr

Senior Software Engineer
221 salaries
unlock blur

₹14.8 L/yr - ₹52.1 L/yr

Data Scientist
175 salaries
unlock blur

₹17 L/yr - ₹50 L/yr

Explore more salaries
Compare PayPal with

Paytm

3.3
Compare

Razorpay

3.6
Compare

Visa

3.5
Compare

MasterCard

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview