Paypal OA Questions 2024: What Candidates Actually Saw

Last updated: May 2026

18+ Paypal online assessment questions reported by candidates who took the OA in 2024. Sourced from 1Point3Acres, LeetCode, Blind, Glassdoor, and Reddit. Data grows as new reports are added.

Paypal OA Format in 2024

The Paypal online assessment has followed a consistent format across multiple hiring cycles. Based on 2024 reports in the database, candidates typically see 2 to 3 algorithmic coding problems delivered through a proctored online platform (most commonly HackerRank). Some roles include additional behavioral or work-simulation components after the coding section.

Time limits reported by candidates range from 70 to 110 minutes for the full assessment. The coding problems are auto-graded, so edge case handling and runtime efficiency both matter. Partial credit is available on some platforms if your solution passes a subset of test cases.

Real Paypal OA Questions from 2024

PayPal OA - Java backend engineer

math leetcode

2 Hackerrank questions 1. Items Purchase n items where the price of the ith item is price[i]. A frequent customer has m discount coupons. If x discount coupons are used on the...

View

Paypal Interview Experience For An Internship

easy arrays gfg

As a second-year student, the journey towards securing an internship or a role at a renowned company like PayPal is both exciting and challenging. Here's a detailed accoun...

View

PayPal | SSE | OA

math leetcode

Given an array price:[1-n] and m(discount). find the minimum price to spend to buy all the items Formula to use coupon - > price[i]/2^x, example 3/2^1 , where x is the...

View

Paypal | T23 | Senior Software Engineer | Bangalore | Oct 2024

easy system design leetcode

Tier 3 College 4 YOE | Product Based 20 Sept 2024 Recruiter reached out on mail with opportunity and a hackerrank link for OA. 24 Sept 2024 OA Two questions 1) OOPS - basic java question...

View

PayPal |SE 3 |Experience |Bengaluru

easy system design leetcode

1. Online Assesment(Hackerrank) : 2 questions. 1 simple coding question specific to java OOPS concept. 2nd question did not have any language restrictions. Leetcode Easy-Medium Problem. 2. Algorithms & Coding Round:...

View

Paypal || SDE 2 || Interview Experience || Bangalore | Nov 2024

easy system design leetcode

Tier 3 College 4+ YOE | Product Based 02 Sept 2024 Recruiter reached out on mail with opportunity and a hackerrank link for Online Assesment. Two questions 1) OOPS - basic java question to...

View

Paypal T23 - SDE 2 | Chennai | Sept 2024 | Selected

easy system design leetcode

Tier 3 College YOE : 2.5 | Product based company Sept 04 2024 \tSaw linkedin post from HR that they were looking for SDE 2 messaged her with my resume. Got a call...

View

Paypal | SDE2 Android | [in transit]

easy system design leetcode

I got call from recruiter regarding Paypal hiring for Android sde2. Recruiter sent me the link for the job role to apply. There were total of 5 rounds. Round 1 : OA After...

View

Paypal | Senior Software Engineer | SDE3 | Chennai

easy system design leetcode

Education : B.tech from tier 3 Current Exp: 5.5 years in a Product Based Company Company : Paypal Location : Chennai Round 1: OA (90mins) 2 questions 1 LC Medium 1 LC Easy Round 2 - Problem Solving...

View

Paypal | Site Ops | Chennai

medium coding other leetcode

\u2022 6 months intern experience \u2022 1 OA[dev ops stuff] + 3 technical rounds. (OnCampus) \u2022 Write an API - Level :Medium - Asked me to design a rest API question from...

View

PayPal 2026 SWE-Intern Interview Experience (Selected)

coding other leetcode

Background : Tier 2 College Process details: 3 rounds 1. Online assessment 2. Technical Round 3. Hr Round 1) Online Assessment: The online assessment was for a duration of 45 mins. It consisted of 1 DSA question...

View

PayPal India Interview Experience| Software Engineer| Off-Campus

hard arrays gfg

IntroductionRecently, I had the opportunity to interview for the Software Engineer position at PayPal India. I'd like to share my experience to help others who might be pr...

View

Paypal SWE Summer Intern 2023 | November

medium heap leetcode

First Round: Online assessment There was a coding question as well as some technical MCQ questions, all to be completed within 90 minutes Second Round: Technical Interview After receiving the shortlisted mail,...

View

Paypal 1st Round of Interview

easy coding other leetcode

I was applying for SSE Android Role in Paypal. The first round was a simple DSA Round. Palindromic Algorithms Description A word-generating system is currently being trained on palindromic algorithms. A string...

View

Paypal | OA | topological sort

hard graph leetcode

I asked to design an API to post on multiple social media plateform. 2. It was modification of topological sort, it was hard to understand the question itself. It...

View

Paypal Interview Experience | SDE-2 | SDE-1 | Full Stack Developer

system design leetcode

Hey everyone, I wanted to share an experience I recently had while interviewing at Paypal. My goal is to reflect on the process and help others navigate similar situations more effectively. #...

View

Paypal Interview for Internship for Data Analytics in VIT University

easy sql gfg

This recounts an internship interview conducted by PayPal at VIT University, specifically focusing on the Data Analytics side. The interview process consisted of three rou...

View

Paypal |senior frontend developer|august|2024

easy coding other leetcode

YOE: 6 years Applied via referral Round 1: 1.Interviewer asked basics JS questions -currying,difference between let var and const -Asked to write example for map forEach and filter 2.DSA Question to...

View

Topic Breakdown (2024 OA)

Topics reported by candidates who took the Paypal OA in 2024:

system design (7) math (2) arrays (2) sql (1) heap (1) graph (1)

Difficulty Breakdown (2024 OA)

10

easy

2

medium

2

hard

Difficulty labels are reported by candidates or inferred from LeetCode ratings.

How to Prepare for the Paypal OA

The Paypal OA is a timed, auto-graded coding test. Preparation is different from interview prep: you need to optimize for both correctness and speed, since partial credit requires passing test cases, not just showing reasoning.

  • Practice timed sessions. Set a timer for 35 to 45 minutes per problem and simulate the real constraint.
  • Focus on the topic clusters that appear most in Paypal OA reports: dynamic programming, graphs, arrays, and strings make up the majority of reported problems.
  • Read the problem constraints carefully before writing code. The constraints often reveal the expected time complexity and algorithm type.
  • Use the LeakCode database to review 2024 OA questions from actual candidates. Pattern recognition across multiple sightings is a stronger prep signal than any single mock problem.
  • If the OA includes a work simulation section, practice under realistic conditions. This section tests judgment and values alignment, not coding ability.

FAQ

What does the Paypal OA look like in 2024?

Based on 2024 candidate reports, the Paypal OA typically includes 2 to 3 coding problems and runs 70 to 110 minutes. Topics lean toward dynamic programming, graphs, arrays, and strings. Some roles include a work simulation section after the coding component.

How long is the Paypal OA?

Most candidates report 70 to 90 minutes for the coding component. Roles with additional work simulation sections extend the total time to 110 to 150 minutes. Check your invitation email for the exact time allocation for your specific role.

What platform does Paypal use for the OA?

Paypal uses HackerRank or its own proprietary platform depending on the role and hiring cycle. Your invitation will specify the platform. Both platforms support multiple languages including Python, Java, C++, and JavaScript.

Are these real Paypal OA questions?

Yes. All questions in the LeakCode database come from candidate reports on 1Point3Acres, Blind, Glassdoor, Reddit, and LeetCode. They are not AI-generated. Each question links to its source where available.

Other Paypal OA Years

Related: Paypal OA Hub · Paypal All Questions · All OA Questions · Data Sources