PayPal Placement Papers 2026: Test Pattern and Syllabus
PayPal's campus OA on HackerRank covers aptitude MCQs, programming concepts, and 1 to 3 coding problems. Section-wise syllabus and sample questions for 2026 prep.
PayPal’s campus online test runs on HackerRank and covers three sections: aptitude MCQs, programming concept questions, and 1 to 3 coding problems, with a total duration of 45 to 90 minutes depending on the hiring cycle.
That structure matters because the preparation split is uneven. Aptitude and programming MCQs together take up the majority of test time, while the coding section often carries higher weight in shortlisting. Students who treat this test as purely a DSA screen and neglect aptitude prep leave easy marks on the table.
PayPal India runs engineering teams from Bengaluru, Hyderabad, and Chennai, per the PayPal India University Hiring page. Fresher and intern hiring for India is coordinated through campus placement drives and the recent graduate application portal. The internship cycle runs May to July for third-year students; the full-time graduate hiring cycle starts from April.
PayPal India Campus Hiring
PayPal’s campus selection process follows a consistent structure across most India drives:
- Online Assessment on HackerRank (aptitude + programming MCQs + coding)
- Technical Interview Rounds (1 to 2 rounds, 30 to 45 minutes each)
- HR or Managerial Interview (1 round, cultural fit and motivation)
The full process runs 3 to 5 stages. Off-campus candidates go through a similar sequence but with additional telephonic screening rounds before the technical interviews.
Eligibility Criteria
- B.Tech in CSE, IT, or CSE with Bioinformatics
- Minimum 7 CGPA in graduation
- Minimum 70% in Class 10 and Class 12
- No active backlogs at the time of applying
These are the standard published criteria. Individual campus drives may set a higher CGPA threshold; confirm with your placement cell.
Online Assessment at a Glance
| Section | Format | Question Range | Character |
|---|---|---|---|
| Aptitude | MCQ | 10–15 questions | Quant, Logical Reasoning, Verbal |
| Programming Concepts | MCQ | 5–8 questions | C, C++, DBMS, Java, OOP |
| Coding | Programming problem | 1–3 problems | Easy to moderate DSA |
Total duration: 45 to 90 minutes, varying by drive. The test is proctored via webcam. There is no section-level timer reported in most campus accounts; time management across all three sections is your responsibility.
The difficulty profile is moderate overall. Aptitude questions are standard campus-prep level (similar to what you would encounter in an EY online test). The coding section is the differentiator for shortlisting.
Aptitude Section: Syllabus and Sample Questions
Quantitative Aptitude
Topics covered: percentages, profit and loss, time-speed-distance, time and work, probability, permutations and combinations, number systems, and simple algebra.
Sample questions (verified):
-
Q1: A train covers 360 km in 4 hours. What is its speed?
- Answer: Speed = Distance / Time = 360 / 4 = 90 km/h
-
Q2: A shopkeeper marks a shirt at ₹600 and offers a 15% discount. What is the selling price?
- Answer: Discount = 15% of ₹600 = ₹90. Selling price = ₹600 - ₹90 = ₹510
-
Q3: Workers A, B, and C can individually complete a task in 10, 15, and 30 days respectively. How many days does it take all three working together?
- Step 1: Combined rate = 1/10 + 1/15 + 1/30
- Step 2: Using LCM 30: 3/30 + 2/30 + 1/30 = 6/30 = 1/5
- Answer: They finish the task in 5 days
Logical Reasoning
Topics covered: seating arrangements (linear and circular), coding-decoding, blood relations, data interpretation, data sufficiency, number series, and analytical puzzles.
Sample question (verified):
- Q: A bag contains 4 red, 5 blue, and 6 green balls. What is the probability of drawing a blue ball at random?
- Total balls = 4 + 5 + 6 = 15
- Answer: P(blue) = 5/15 = 1/3
Verbal Ability
Topics covered: reading comprehension, sentence correction, synonyms and antonyms, fill in the blanks, and para-jumbles. The verbal section tests reading speed and grammar accuracy. It is the least time-intensive of the three aptitude sub-sections for students with a regular English reading habit.
Programming MCQ Section
This section tests CS fundamentals, not application development. Topics covered:
- C and C++ fundamentals: pointers, arrays, memory allocation, output prediction
- Object-Oriented Programming: inheritance, polymorphism, encapsulation, abstraction
- DBMS: SQL queries, normalization (1NF to 3NF), joins, ACID properties
- Java basics: class structure, exception handling, collections, output prediction
- Data Structures: linked lists, stacks, queues, trees (definitions and operations)
- Algorithms: basic sorting (bubble, selection, insertion), time complexity classification
Sample question (verified):
- Q: What is the output of the following C program?
int main() { int a = 5, b = 10; printf("%d", a++ + ++b); return 0; }a++evaluates to 5 (post-increment; a becomes 6 after the expression)++bincrements b to 11 first, then evaluates to 11 (pre-increment)- Result: 5 + 11 = 16
Questions in this section are output-prediction style or definition-based. Reviewing standard CS textbook definitions for each topic area is more useful here than practicing competitive programming problems.
Coding Section: Problem Patterns and Prep
The coding section is where PayPal separates shortlisted candidates from the rest. Based on campus placement accounts, problem types that appear frequently include:
- Dynamic programming: longest palindromic subsequence, word break, subset sum
- String manipulation: string permutations, zigzag string concatenation, palindrome variants
- Greedy algorithms: minimum coins problem (given denominations 25, find minimum coins for n cents)
- Tree operations: lowest common ancestor, level-order traversal
- Backtracking: Sudoku solver, subset generation, N-Queens variants
Difficulty benchmarks against LeetCode: the majority of problems fall at Medium level. Hard-level problems appear occasionally in later-stage or experienced-hire screens, not typically in campus OAs.
The test accepts C, C++, Java, and Python. Choose whichever language you can write cleanly under time pressure, not the one with the shortest syntax for this specific problem type. A working brute-force solution that passes all test cases scores better than an elegant partial solution.
This is a different test profile from the quantitative-heavy D.E. Shaw online assessment (five sections, 0.25 negative marking) or the analytics MCQ focus of the ZS Associates test. PayPal rewards implementation fluency over quant depth.
Four-Week Preparation Plan
| Week | Focus | Daily target |
|---|---|---|
| Week 1 | Quantitative aptitude (percentages, profit-loss, time-speed-distance, time-and-work) | 20 questions/day from R.S. Aggarwal |
| Week 2 | Logical reasoning (seating arrangements, puzzles) + verbal ability (RC, sentence correction) | 15 reasoning + 10 verbal questions/day |
| Week 3 | CS fundamentals (C/C++ output prediction, DBMS SQL, OOP concepts) | 10 MCQs/day; review GATE standard material for DBMS |
| Week 4 | Coding problems (LeetCode Medium) | 2 problems/day; mix DP, strings, and greedy |
Two full-length mock tests in the final week serve as calibration, not additional drilling. Review wrong answers the day after the mock, not the same day.
The PayPal Technology Blog on Medium has first-person accounts from PayPal India engineers describing what the technical rounds look for beyond the OA. The interview section is worth reading before you reach that stage.
PayPal’s coding section tests whether you can translate an algorithm you know into working code under time constraints, without an IDE. That gap between understanding a DP pattern and producing a clean implementation without autocomplete is exactly what daily LeetCode Medium practice closes. TinkerLLM at ₹299 adds an AI-assisted layer where you can run the same problem against automated test cases, see exactly where your solution breaks, and refine the implementation before the actual screen.
Primary sources
Frequently asked questions
Does the PayPal online test have negative marking?
Based on campus placement reports, PayPal's HackerRank-based OA does not apply negative marking. Attempt every MCQ question rather than leaving blanks. The coding section is time-scored by test cases passed, so partial solutions that handle some cases earn credit.
What platform does PayPal use for its campus online assessment?
PayPal conducts its campus online test on HackerRank. The platform handles both the MCQ section and the coding section in a single proctored session. Confirm the exact platform link with your college placement cell when the drive announcement is sent.
What is the CGPA cutoff for PayPal campus placement in India?
Most PayPal campus drives set a minimum CGPA of 7.0 in graduation, alongside 70% in Class 10 and 12 and no active backlogs. The exact cutoff can vary by campus and hiring cycle. Check with your placement officer for the specific shortlisting criteria for your drive.
How many coding problems does the PayPal OA include?
The PayPal online test typically includes 1 to 3 coding problems depending on the hiring cycle. The difficulty is easy to moderate. In recent campus drives, a single medium-level DSA problem covering dynamic programming or string manipulation has been the most common format.
What programming languages are allowed in the PayPal coding section?
HackerRank supports a wide range of languages. PayPal campus drives commonly accept C, C++, Java, and Python. The MCQ section also tests C and C++ fundamentals specifically, so familiarity with at least one of those two is important for the programming knowledge section.
Does PayPal hire from Tier-2 and Tier-3 engineering colleges in India?
PayPal's India campus hiring is selective by design. Most campus visits are targeted at premier and select Tier-2 institutions. Students at Tier-2 and Tier-3 colleges can apply through PayPal's off-campus portal or internship-to-fulltime pipeline. The technical bar is the same regardless of campus.
What happens after clearing the PayPal online test?
Candidates who clear the OA move to 1 to 2 technical interview rounds of 30 to 45 minutes each, covering data structures, algorithms, projects, and CS fundamentals. A final HR or managerial round follows. The full selection process typically runs 3 to 5 stages.
A self-paced playground for building with LLMs.
TinkerLLM is FACE Prep's sister property. A guided environment for shipping real LLM applications, the kind of project that earns a paragraph on your resume, not a line.
Try TinkerLLM (₹299 launch)