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)
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.
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.
| 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.
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.
Download 2026 PayPal placement papers
2026 pattern in detail
2025 placement papers
2024 placement papers
Previous year question papers
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 |
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.
| 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.
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.
“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.
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.
Fresher depth. Typical prompts:
Start with users → data → APIs → failure modes. Plain language beats “event-driven microservices” with no requirements.
Worked mini-outline - idempotent capture:
idempotency-key.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 |
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.
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.
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.
Say that in 90 seconds. That is fresher payments design.
Online assessment
OA format, timing, and question types.
Coding questions
DSA patterns for OA and technical rounds.
Aptitude / mock quiz
Quant, logic, and timed mock quiz.
Interview experiences
Candidate stories and round notes.
HR interview questions
Common HR questions, sample answers, STAR tips.
Week-by-week prep
Study plan and round-by-round strategy.
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.
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.
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.
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.
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.
If you do one thing after reading this: schedule three timed PayPal papers on three different days, then interview prep on the leftovers.
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.
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.
Many SWE loops report 4-5 stages. Compressed notes list 3. Intern loops can stretch weeks between OA and technical. Count the invite.
Yes. Free PayPal placement papers PDF and 2024-2026 style practice are on placementpapers.app. Start with the 2026 PDF or the archive.
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.
Commonly 6.0+ CGPA / 60% throughout 10th, 12th, graduation; CS/IT-related degrees; no active backlogs. Your drive notice overrides this page.
Candidate-reported SWE fresher CTC often lands around ₹12-18 LPA (as of August 2026). The written offer is the only number that matters.
Bengaluru, Chennai, and Hyderabad appear as India hubs. HR checks willingness. Be honest early.
Split time roughly 50% DSA, 30% payments design lite, 15% STAR, 5% CS. Clear timed OA mocks first. Details: preparation guide.
Java, Python, and C++ are the usual set. Confirm on the invite. Do not switch the week of the drive.
Idempotent captures, simple ledgers, risk checks, retries/timeouts at fresher depth. Sketches beat memorised architecture diagrams.
All care about DSA. PayPal/Visa/Stripe lean global payments vocabulary. PhonePe is India-product heavy. Customise stories; share the DSA muscle.
Bank a fully passing OA problem first. Rehearse one ledger sketch. Prepare STAR. Do not resign other offers on a same-day HR invite.
Start with PayPal interview experience and the GFG intern/off-campus notes linked in the candidate section below.
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.
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.
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.”
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:
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.