PhonePe Hub
Eligibility, process, salary, and full prep map.
PhonePe online assessment (OA) is the first hard filter for most fresher, campus, and off-campus SDE-style drives. This page covers the PhonePe OA format, what happens after you clear it, sample PhonePe OA questions with approaches, an 8-week prep plan, and mistakes that sink otherwise-strong candidates.
Patterns below are candidate-reported for 2025-2026. Platforms and section names can change by drive. Always confirm the invite mailer for your window.
| Stage | What candidates report | What you must show |
|---|---|---|
| 1. Online assessment | Usually 90-120 min with 2-3 medium-hard DSA problems on HackerRank / internal OA | Correctness + reasonable complexity under time |
| 2. Technical interviews | DSA + projects; payments/system thinking shows up in later rounds | Explain approach, edge cases, complexity |
| 3. Later rounds | Hiring manager / culture fit; HR for role and location | Depth beyond the OA pattern |
| 4. HR / offer | Role, location, CTC discussion | Consistency with resume |
| Component | Candidate-reported details |
|---|---|
| Platform | HackerRank or PhonePe internal OA |
| Duration | About 90-120 minutes |
| Question mix | 2-3 DSA coding problems; occasional tech MCQ mix by drive |
| Languages | Java, C++, Python |
| Scoring | Automated test cases; partial credit varies by drive |
| Advance rate | About 10-20% advance in many candidate reports |
Hash set + queue for window eviction. Evict the oldest ID when the window exceeds W.
Practice related patterns in PhonePe coding questions.
Collect non-zero balances. For small n, backtracking with pruning; explain greedy largest-debtor/creditor matching when n is tiny.
OA often accepts a correct pruned search for n around 12-15.
Two pointers / sliding window on sorted timestamps. Watch inclusive vs exclusive window edges.
Often a greedy sort + packing heuristic or exact DP for small n. Read whether order must be preserved.
DFS colors or Kahn topological sort. Cycle means inconsistent settlement order.
Hidden n is large. Prefer O(n log n) or better when constraints allow. Always read constraints before coding.
| Weeks | Focus | Exit criteria |
|---|---|---|
| 1-2 | Arrays, hashing, two pointers, sliding window | 40+ easy/medium solved cleanly |
| 3-4 | Trees, graphs (BFS/DFS), heaps | Can code BFS/DFS without notes |
| 5-6 | DP + greedy patterns (add payments-flavored simulation drills) | 25+ medium DP/greedy with recursion to bottom-up |
| 7 | Timed full mocks matching About 90-120 minutes | Finish 2 of 3 problems fully green, or both if only 2 are asked with passing tests |
| 8 | Weak-topic repair + complexity review | Re-solve every miss within 48 hours |
PhonePe Hub
Eligibility, process, salary, and full prep map.
Coding Questions
Extra DSA practice with solutions.
Online Assessments Hub
Compare OA difficulty across companies.
Interview Experience
What happens after you clear the OA.