Skip to content

PayPal Placement Papers 2026

PayPal is a global digital payments and fintech company founded in 1998, operating in 200+ countries. India engineering hubs hire freshers into Software Engineer roles on payments, risk, and platform teams.


HQ: San Jose, California, USA
Employees: 29,000+
Revenue: $31.8+ Billion USD

Explore: Online Assessment · Coding Questions · Interview Experience · Preparation Guide · Certifications & Career · Download PDF

PayPal campus and off-campus SWE hiring is product/fintech style. The academic floor is a gate. The OA is the real filter.

  • For: Students targeting Software Engineer on PayPal India engineering teams (payments, risk, platform, backend).
  • Not the same track: Pure sales, customer support, or non-engineering ops. Those bars do not map to this OA → DSA → design loop.
  • Internships: Summer intern OAs can look similar (MCQs + a hard coding problem) with a longer gap before interviews. Use fresher SWE sections as the base.
  • Experienced hires: Mid-level loops add deeper distributed design and hiring-manager rounds. Fresher sections still help for DSA.
Route What usually changes What stays the same
Campus Batch OA window, PPT timing, college CGPA list Coding bar, interview depth
Careers / referral Resume screen volume Still expect OA + technicals
Intern → full-time Conversion may skip a stage You still defend code and projects

Off-campus does not mean easier coding. GFG off-campus notes show HackerRank OAs with medium-hard problems and, in one case, rejection a month after strong HR feedback. Keep other processes live.

Degree, projects, and “is 6.0 enough?”

Section titled “Degree, projects, and “is 6.0 enough?””

Is 6.0 CGPA enough? It matches the commonly reported floor (or 60%) across 10th, 12th, and graduation. Selection still hinges on OA correctness and interview narration. A 6.4 with clean timed coding beats a 9.0 that freezes on heaps.

Branches: CS/IT dominate. ECE and related streams show up when DSA is solid. If your college lists only certain branches, read the notice.

Gaps and backlogs: Active backlogs are a hard blocker. A short education gap (tables often allow ~2 years) needs a skills story. Integrity fails in HR are instant.

What helps the resume screen: One project you can defend end-to-end, any internship with ownership language, contest signal when real. Certificates are optional. See certifications after DSA mocks.

Academic snapshot

Marks: 60% or 6.0+ CGPA throughout (candidate-reported)

Degree: B.E. / B.Tech / M.E. / M.Tech / MCA / M.Sc CS/IT

Backlogs: None active

Year: Final-year and recent grads (often within 2 years)

Branch & skills

Preferred: CS / IT and related

Languages: Java, Python, C++

Focus: DSA, backend, payments intuition

Differentiator: Ledger / risk / idempotency stories

Item Typical expectation (candidate-reported) Reality check
CGPA / % 6.0+ / 60% across 10th, 12th, graduation Higher helps volume screens
Degree B.E./B.Tech/M.E./M.Tech/MCA/M.Sc CS/IT Related computing on many posts
Branch CS, IT (ECE related) Strong DSA can help adjacent
Year Final year + recent grads Intern conversion also appears
Backlogs None active Clear before paperwork
Coding languages Java, Python, C++ Stick to one

The minimum CGPA required is commonly cited as 6.0 / 60% throughout. Treat it as a shortlisting filter when printed. PayPal still decides on OA correctness and interview narration.

Academic Level Minimum (typical) Notes
10th 6.0 CGPA / 60% Listed on many drives
12th 6.0 CGPA / 60% Keep scans
Graduation 6.0 CGPA / 60% No active backlogs
Backlogs None active Cleared backlogs generally accepted

Clearing CGPA only gets you into the funnel. Coding speed decides whether you see an interviewer.

PayPal does not publish one permanent official paper set. Papers on placementpapers.app are pattern trainers for the first filter and early technical rounds, not leaked live assessments.

Round (typical) What to practice
Online assessment MCQs + 1-2 medium-hard coding under 90-120 min
Technical 1 Live DSA narration: brute → optimize → edge cases
Technical 2 Payments/ledger/risk APIs at fresher depth
Behavioral / HR STAR, Why PayPal, hub-city relocation
  • GFG intern OA (updated June 2025): Six easy MCQs plus one hard priority-queue string problem (12/15 cases). Sole shortlist from that pool. Technical interview about a month later.
  • GFG off-campus SWE: HackerRank OA of six MCQs and two medium-hard coding problems, then a two-round loop. HR scheduled next day after technical; rejection ~a month later despite strong feedback.
  • 2024-2025 campus notes: Medium-hard DSA (arrays, strings, trees, graphs, heaps). System design lite on payments. Behavioral is not a formality.
  • 2026 expectation: Keep medium-hard DSA warm. Expect design rounds to stay fresher-depth (idempotency, retries, ledgers), not staff-level global consistency papers. Treat PDF packs as pattern catalogs.

Public OA write-ups are thinner than FAANG loops, but the GFG intern and off-campus notes are enough to stop you from practising only aptitude MCQs. PayPal is not a services 15-18-5 quant paper. If your mock looks like NTT Data, you are practising the wrong company.

When you miss a heap problem, do not “watch a 40-minute video.” Rewrite the template in your language, then solve two cousins the same day. That is how OA shortlists happen.

How to use one paper set in a single sitting

Section titled “How to use one paper set in a single sitting”
  1. Timed: 90-120 minute mock (MCQs + coding) in your interview language.
  2. Untimed review: rewrite the cleaner solution; list three edge cases.
  3. Map each miss to a theme (heap / graph / DP / window) and pull cousins from coding questions.
  4. Spend 15 minutes explaining a payment capture or ledger entry out loud.
  5. Log one STAR story the session reminded you of (incident, conflict, ownership).
Theme you saw Drill next Why PayPal asks it
Heap / priority queue Top-K, merge K, scheduling Documented OA hard item
Strings Sliding window, parsing OA + tech 1
Graphs BFS/DFS, shortest path Dependency / risk graphs
Hash maps Idempotency keys intuition Payments APIs
Design lite Ledger, retries, timeouts Technical 2

PayPal hires freshers through campus cells, careers portal, referrals, and intern conversion. After resume screen, the shape is product-company style: timed OA, two technicals, then people rounds.

Campus recruitment

PPT, then HackerRank (or similar) OA and interviews on a batch timeline.

Online applications

Apply on PayPal careers for early-career / SWE roles; follow the invite for platform and duration.

Referrals

Improve visibility. You still need passing OA code and clear interviews.

Degree, CGPA floor when printed (6.0+ / 60% commonly reported), backlogs, year of passing. Projects and internships help when volumes are high. Coding is the hard filter.

2. Online Assessment - PayPal Online Assessment (90-120 min)

Section titled “2. Online Assessment - PayPal Online Assessment (90-120 min)”

Candidate and GFG reports commonly describe HackerRank (or similar):

Block Reported shape Focus
MCQs ~6 easy CS/aptitude Speed, do not overthink
Coding 1-2 medium-hard Heaps, strings, graphs, DSA
Design basics On some invites Scalable payments intuition

Languages: Java, Python, C++. Pass bar: fully passing solutions. One intern note: 12/15 cases on the hard problem still shortlisted as the only one from the pool. Another campus-style note: must solve coding correctly with decent complexity.

Student tip: Skim coding first. Bank the solvable problem. Do not donate 40 minutes to a hard heap if an easier string is unattempted.

Minute Move
0-8 MCQs + skim coding statements
8-45 Coding problem 1 to full pass
45-80 Problem 2 or harden tests
80-90 Revisit flagged MCQs

Deeper OA notes: PayPal Online Assessment.

Technical 1 narration shape (heap / string)

Section titled “Technical 1 narration shape (heap / string)”

“Brute force is try all rearrangements. Better: count frequencies, always emit the most remaining character that is not the last emitted, using a max heap. Empty string returns empty; all one character with no valid layout returns a defined failure.” That 40-second plan already signals OA-to-interview transfer. Then write the heap loop. Then test the all-same-character case.

If you cannot name the heap without staring at the ceiling, you are not ready for the intern-style hard OA. Two days of template work beats another night of random mediums.

3. Technical interview round 1 - DSA (~45-60 min)

Section titled “3. Technical interview round 1 - DSA (~45-60 min)”

Shared editor. 1-2 DSA problems plus project warm-up. Patterns: arrays, strings, trees, graphs, heaps, DP.

You should: clarify constraints, narrate brute → better, code without syntax stalls, walk edge cases.

Interviewers care about debugging out loud. Silent staring after a failed test case is a common reject signal.

4. Technical interview round 2 - design + payments (~45-60 min)

Section titled “4. Technical interview round 2 - design + payments (~45-60 min)”

Fresher depth. Typical prompts:

  • Design a checkout / capture API (idempotency, retries)
  • Simple ledger: credits, debits, balances
  • Risk check before a payout
  • Cross-border payment: FX, timeouts, reconciliation lite

Start with users → data → APIs → failure modes. Plain language beats “event-driven microservices” with no requirements.

Worked mini-outline - idempotent capture:

  1. Actors: merchant, PayPal API, ledger, risk.
  2. Request: capture with idempotency-key.
  3. Rules: same key + same body → same result; do not double-debit.
  4. Failure: timeout → client retries with same key; server returns original status.
  5. Scale later: only after the above is clear.

STAR stories: ownership, conflict, unclear requirements, incident. PayPal culture interviews are ranked. Coding still decides whether you reach them. Some intern notes include brain-teasers and scenario prompts here.

Why PayPal, hub city, joining date, CTC. Know ₹12-18 LPA. A same-day HR invite is not an offer letter.

# Round Duration What they check
1 OA 90-120 min Timed DSA accuracy
2 Technical 1 45-60 min Code + narration
3 Technical 2 45-60 min Payments design lite
4 Behavioral 30-45 min STAR, culture
5 HR ~30 min Fit, location, logistics
Phase Typical duration Notes
Apply / screen Days to 2 weeks Off-campus can be slower
OA 1 day HackerRank window
Shortlist Days to a week Intern loops may wait a month
Technicals ~1 week Sometimes same-day HR next
Behavioral + HR Days Offer PDF still later
End to end ~3-4 weeks often Some intern paths longer

How PayPal differs from a generic product interview

Section titled “How PayPal differs from a generic product interview”

PayPal still filters hard on DSA, but Technical 2 often feels like a payments conversation: money movement, retries, risk, ledgers. Behavioral is not “HR lite.” India hubs are multi-city; treat relocation as a real question.

If you are also preparing for PhonePe or Visa, keep DSA shared and customise the product sketches.

Integrity and risk questions that are not “HR filler”

Section titled “Integrity and risk questions that are not “HR filler””

Payments companies care whether you treat money as state, not as a println. If they ask “what if the client retries a capture?” and you shrug, that is a Technical 2 fail even if your Dijkstra was clean. Practise three sentences: detect duplicate key, return original result, never double-post to the ledger.

If they ask about a production bug on your resume, talk blast radius (how many users, was money involved, how you verified the fix). PayPal interviewers have heard “I used logs” a thousand times. “I compared ledger totals before and after” is the sentence that sounds like you belong.

The intern GFG note had about a month between OA and technical, then another month to managerial. That is not you being ghosted by default. Keep applying elsewhere. Keep DSA warm with two problems a week, not a new advanced topic. If you freeze for 30 days and then sit a graph interview cold, the gap did the damage, not PayPal.

10th, 12th, semesters, ID, resume one page. Platform login tested. Language chosen. One light heap/string set reviewed. Sleep. A 9 a.m. HackerRank after a 3 a.m. contest is how easy MCQs die.

What “leadership principles” means here

Section titled “What “leadership principles” means here”

You do not need a laminated Amazon-style list. You need STAR stories that show ownership, customer impact, and conflict without villain speeches. 90 seconds each. Situation, what you did, number, what you would change.

  1. Accounts: user wallet, merchant, PayPal clearing.
  2. Posting: debit A, credit B, same transaction id.
  3. Invariant: sum of postings in a transaction is zero.
  4. Failure: if credit fails after debit, reverse or mark pending; do not leave a one-sided row.
  5. Read: balance is sum of postings, or a cached balance with a rebuild path.

Say that in 90 seconds. That is fresher payments design.

Week-by-week calendars live on the preparation guide. This section is the focus map.

Bucket Share This week’s proof
DSA 50% Two timed medium-hards, one with a heap or graph
Design lite 30% One ledger or idempotent-capture sketch spoken in 3 minutes
Behavioral 15% Two STAR stories with numbers
CS polish 5% OOP/SQL one-liners from your project

If OA is next week, raise DSA to 70%. If interviews are next week, flip to live coding + design + STAR.

  • You finish a 90-minute mock with at least one fully passing medium-hard and a serious attempt at the second.
  • You can explain brute → heap/graph without staring at the ceiling.
  • You can draw a capture API and say what happens on a timeout.
  • You have one project with a metric, a bug, and a trade-off.
  • You can answer Why PayPal without saying “I like payments.” Talk a real product surface (checkout, risk, wallet).

Saturday 10:00: 90-minute OA (MCQs + 2 coding).
Saturday 12:00: untimed rewrite + error log.
Saturday 16:00: 15-minute ledger/idempotency sketch.
Sunday 11:00: 45-minute live coding.
Sunday 12:00: STAR + Why PayPal.

  • Staff-level Kafka diagrams before you can name idempotency.
  • Aptitude-only prep copied from a services hub (PayPal is not NTT Data).
  • Switching languages the week of the drive.
  • Treating behavioral as optional.
  • Memorising “PayPal was founded in 1998” as your Why PayPal. Interviewers want product sense, not a wiki date.

Heap week (because the intern OA used one)

Section titled “Heap week (because the intern OA used one)”

If you have seven days, spend two of them on priority queues: top-K, merge K lists, schedule tasks, string rearrangement with counts. Write the template once. Then solve three cousins. The GFG intern hard item was a priority-queue string problem. You do not need that exact prompt. You need the template under time.

BFS/DFS, shortest path, connected components. Payments “risk graphs” and “account networks” are just graphs with boring names. Practise speaking “node = account, edge = transfer” while you code.

  1. Ownership: a bug or feature you drove without being asked.
  2. Conflict: a teammate or mentor disagreement with a civil ending.
  3. Failure: a miss, a number, a change to your process.
  4. Ambiguity: a spec that was wrong; how you clarified.

If you cannot fill four, you are not “bad at HR.” You have not sat with your own resume yet. Do that before another 50 LeetCode greens.

  • Charger, ID, resume, platform login
  • Language chosen
  • One light DSA set already reviewed
  • Sleep. A 9 a.m. HackerRank after a 3 a.m. mock is how easy MCQs die

If a PayPal invite is 3-8 weeks out, treat this hub as the map and the nested pages as the drills. Do not reread eligibility ten times. Check the JD once, then spend hours on the filter that actually rejects people.

Typical fresher CTC chatter for PayPal sits around ₹12-18 LPA (candidate-reported - confirm the letter). Languages students mention most often: Java, C++, Python, C. Pick one and stay with it in OA and interviews.

Eligibility reminder (from student reports): PayPal fresher eligibility is candidate-reported. Common campus/SWE baseline: B.E./B.Tech/M.E./M.Tech/MCA/M.Sc (CS/IT); final-year students and recent graduates (often within 2 years); typically 60% or 6.0+ CGPA across 10th, 12th, and graduation; no active backlogs; full-time degrees. Strong DSA matters more than sitting on the floor. Always verify the drive notice.

What you are training for: PayPal fresher SWE loops commonly run: Online Assessment (90-120 min, HackerRank-style MCQs + coding) → Technical 1 (45-60 min, DSA) → Technical 2 (45-60 min, design/payments) → Behavioral/managerial (30-45 min) → HR (~30 min). Some drives compress HR into behavioral. Campus-to-offer is often 3-4 weeks; some intern loops stretch longer between rounds.

Short version of the prep split: Split time roughly: 50% DSA (medium-hard arrays, strings, trees, graphs, heaps), 30% payments/system design lite (ledger, risk checks, idempotency), 15% behavioral STAR, 5% CS one-liners. Clear the HackerRank OA first. Languages: Java, Python, C++.

Week 1 - pattern, not vibes. Timed aptitude + one easy coding problem a day, plus a one-page cs fundamentals sheet. Open the PayPal previous-year sets on this site and mark which sections ate your time. Write the timing on a sticky note. That number is more useful than a 200-problem LeetCode streak you never timed.

Week 2 - the steep filter. Most PayPal drives fail people on the first timed paper or OA. Do three timed sits this week. After each one, log every miss in a two-column note: topic and why (slow, wrong formula, bad edge case, panic). The next sit should only add problems from that log.

Week 3 - talk tracks. Technical interviews at PayPal usually want a clean project story, one or two CS fundamentals, and (if the process has it) a behavioral or values round. Write STAR stories on paper, not in your head. Practise “Why PayPal?” with one concrete product, lab, or business line - not a slogan.

Week 4 - mocks and logistics. Two full mocks, then only error-log topics - no new patterns. If you still have energy, redo only the questions you failed in week 2.

Slice Share of weekly hours What “done” looks like
Timed papers / OA ~40% You finish a PayPal-style sit without guessing the clock
Coding / role technical ~30% You can explain a solution out loud in your chosen language
Fundamentals / domain ~20% You can teach one OS/DBMS/networks (or domain) topic to a friend
Stories + HR ~10% Two STAR stories and a specific Why-this-company answer

If you only have 10 days, keep the same ratios and cut volume, not the timed sits.

Use this hub for the PayPal story (eligibility, rounds, salary). Use those pages for reps. If a card 404s on your campus mirror, the explore links at the top of this page are the same destinations.

  • Collecting 12 PayPal PDFs and never sitting one under a timer.
  • Switching languages every weekend because a senior used a different one.
  • Memorising HR answers before they can finish the OA.
  • Ignoring the company-specific quirk on this page (unique round, exam name, or role band) and preparing like a generic service-company drive.

If you do one thing after reading this: schedule three timed PayPal papers on three different days, then interview prep on the leftovers.

If you are starting from a service-company prep base

Section titled “If you are starting from a service-company prep base”

A TCS/Infosys aptitude deck still helps the quant/logic slice of many PayPal papers, but do not assume the same cutoff culture. Read the process section on this page once, then swap in PayPal-specific coding or domain drills from the nested banks. Shared prep is fine; shared assumptions about rounds are not.

Figures below are candidate-reported India bands (as of August 2026). Actual offers depend on level, hub city, hiring year, and written components (base / bonus / equity).

Band Typical CTC (candidate-reported) Notes
Software Engineer (fresher) ₹12-18 LPA Primary band for this hub
Senior Software Engineer (1-2 yrs) ₹18-25 LPA Not campus default
Staff-style (indicative) Higher Experience track

Confirm base, joining bonus, and any equity language on the written offer. Do not treat blog midpoints as guarantees. Do not compare PayPal to TCS/Infosys CTC tables; those are different markets.

Health insurance, learning support, hybrid/office norms for India hubs, relocation when moving cities. Ask HR; do not assume US-style packages on an India letter.

Know ₹12-18 LPA fresher context, ask how the package splits, clarify joining vs exams. One calm question beats aggressive negotiation with no anchor.

  • HackerRank-style OAs (MCQs + medium-hard coding) remain the documented first filter.
  • DSA after resume screen stays the real gate. Weak coding rarely survives.
  • Payments vocabulary in Technical 2 is more common than generic social-feed design.
  • Behavioral rounds are ranked. Intern notes show long gaps between OA and interviews.
  • Off-campus rejections after strong HR are documented. Keep backup processes live until the PDF.
  • Treat ₹12-18 LPA as a reported fresher SWE band, not a promise for every role or college.
What is the PayPal placement process for freshers?

Typical path: OA (90-120 min) → Technical 1 (DSA) → Technical 2 (design/payments) → Behavioral → HR. Often 3-4 weeks. Some drives compress. Confirm the mailer.

How many interview rounds does PayPal usually have?

Many SWE loops report 4-5 stages. Compressed notes list 3. Intern loops can stretch weeks between OA and technical. Count the invite.

Can I download PayPal placement papers PDF for free?

Yes. Free PayPal placement papers PDF and 2024-2026 style practice are on placementpapers.app. Start with the 2026 PDF or the archive.

What does the PayPal Online Assessment look like?

GFG-style: ~6 MCQs plus 1-2 medium-hard coding problems on HackerRank, 90-120 minutes. Heaps/strings appear. Fully passing code beats a partial. Verify yours.

What eligibility / CGPA do fresher SWE drives usually expect?

Commonly 6.0+ CGPA / 60% throughout 10th, 12th, graduation; CS/IT-related degrees; no active backlogs. Your drive notice overrides this page.

What is PayPal fresher salary in India?

Candidate-reported SWE fresher CTC often lands around ₹12-18 LPA (as of August 2026). The written offer is the only number that matters.

Do I have to relocate?

Bengaluru, Chennai, and Hyderabad appear as India hubs. HR checks willingness. Be honest early.

How should I prepare for PayPal?

Split time roughly 50% DSA, 30% payments design lite, 15% STAR, 5% CS. Clear timed OA mocks first. Details: preparation guide.

Which programming languages are allowed?

Java, Python, and C++ are the usual set. Confirm on the invite. Do not switch the week of the drive.

What product topics should I revise?

Idempotent captures, simple ledgers, risk checks, retries/timeouts at fresher depth. Sketches beat memorised architecture diagrams.

PayPal vs Visa vs Stripe vs PhonePe?

All care about DSA. PayPal/Visa/Stripe lean global payments vocabulary. PhonePe is India-product heavy. Customise stories; share the DSA muscle.

Any pro tip that actually changes outcomes?

Bank a fully passing OA problem first. Rehearse one ledger sketch. Prepare STAR. Do not resign other offers on a same-day HR invite.

Where can I read real interview experiences?

Start with PayPal interview experience and the GFG intern/off-campus notes linked in the candidate section below.

Is a same-day HR invite an offer?

No. A GFG off-campus SWE note had same-day HR after technical, then a rejection about a month later. Wait for the written offer. Keep other processes live.

Are intern OAs different from full-time OAs?

Shape is similar: HackerRank MCQs plus coding. Intern notes can show one hard problem and long gaps before interviews. Full-time campus drives may pack rounds tighter. Practise the same DSA muscle.

SDE summer internship (GFG, updated June 2025)

Section titled “SDE summer internship (GFG, updated June 2025)”

OA: six easy MCQs plus one hard priority-queue string problem (12/15 cases). Sole shortlist from the pool. “The technical interview took place about a month after the OA,” covering three coding problems and projects. Managerial followed another ~month later with brain-teasers and scenario prompts. Source: GeeksforGeeks. Takeaway: OA can be one hard problem; calendar gaps are real.

HackerRank OA: six MCQs and two medium-hard coding problems, then a two-round loop. After technical: “A few hours later, I received an email informing me that I had been selected for the HR round, scheduled for the next day.” Strong feedback in both rounds; rejection email about a month later. Source: GeeksforGeeks. Takeaway: same-day HR is not an offer PDF.

Helped: full OA passes; heap/string templates; spoken design with failure modes; STAR with metrics; patience across week-long gaps.

Hurt: half-coded hard problems; Kafka-first design; empty Why PayPal; treating behavioral as optional; resigning other processes after HR “went well.”

  1. Re-solve misses cold.
  2. Speak two STAR stories and one ledger sketch.
  3. Warm one graph/heap medium.
  4. Keep other applications live until the letter.
  5. Sleep and hub-city logistics.

Pool vs off-campus: off-campus volume is higher; OA still decides. A referral gets the resume read, not a skipped HackerRank.

If you miss PayPal, the same DSA plus payments sketches transfer to Visa, Stripe, PhonePe, and Razorpay. Reuse the error log. Do not start a new dump site.

Offer-stage discipline: Read hub city, joining date vs exams, and how CTC splits (base / bonus / equity). A same-day HR “you did well” is documented as compatible with a later reject. Keep backup processes live until the PDF.

Why PayPal, six sentences max:

  1. I want to work on money movement, not generic CRUD.
  2. The surface I understand is (checkout / wallet / risk).
  3. My project connects because (idempotency, retries, or a metric).
  4. I will relocate to (Bengaluru / Chennai / Hyderabad) as asked.
  5. I code in (Java / Python / C++) and I will not switch next week.
  6. I know fresher CTC is reported around ₹12-18 LPA and I will read the letter.

Interview-day logistics: Laptop charged, quiet room, camera on, platform login tested the night before. Do not discover that HackerRank blocked your language 10 minutes into the window.

Print 10th and 12th. Name and percentages must match the campus form. Payments companies run background checks like adults.

Keep two mediums warm every week after OA until the letter. A month-long gap is a documented intern pattern. Cold graphs on interview day are how shortlists die. Re-solve your last OA miss once cold the night before the technical, then stop and sleep.

More narratives: PayPal interview experience.

Visa · Stripe · PhonePe · Razorpay · Google · Amazon