Open In App

PhonePe Interview Experience (On-Campus) 2023

Last Updated : 13 Sep, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

PhonePe visited our college to hire students for Internships and full-time roles.

Round 1:

It consisted of only 1 section.

There were 18 questions in total. However, the categories of questions were different.

  • First Category: It comprised 15 technical multiple-choice questions (MCQs) that covered topics like OOPS, SQL, CN, and OS. The level of difficulty was intermediate.
  • Second Category: It came up with 3 coding questions to solve. You can select any language of your choice for writing the code. Compared to coding questions from other firms, the questions were quite difficult. One was solved using Dynamic Programming and the other was decode a string.

Out of the students who appeared in the first round, 33 of them were selected for the second round.

On the very next day, we had a pre-placement talk in which they gave a brief about PhonePe and its workflow and reach in the country. Then we were told that we’ll have 3 rounds of interviews of which two will be purely DSA-based and on the same day and the results will be out on the same day. ​

Round 2: [Technical Round 1]

This round varied for everyone, some were asked questions about projects and some were grounded on OOPS, some on DBMS, and some on CN. They checked the understanding of your core concepts and the knowledge you have about data structures. They asked a few questions on different Data Structures. Some were asked questions about trees while some were on stacks. The questions of this round were relatively simpler. Some were asked to write code for balanced parenthesis, while some were to check for duplicates in an array. Some were even asked about tries and their applications. You have to make sure you aren’t leaving any topic untouched. It’s better to have at least surface-level knowledge of everything.

Out of 33 students, 12 were selected for the next round.

Round 3: [Technical Round 2]
This round was similar to the first Technical Round but the level of the questions was a bit high. They test your in-depth knowledge of Data Structures in this round​. You might be asked to explain your approach on paper or to solve the problem on leetcode on their laptop screen. They’ll also ask some questions about your projects. You have to make sure that you know everything you’ve mentioned in your resume. From a small implementation of simpler things to vast technologies they expect you to know everything you’ve mentioned in your projects. With all this, the second technical round is also over. Out of the 12 remaining 7 students were selected for the Managerial Round.

Round 4: [Managerial Round]

This round is to test your understanding. How much knowledge you have of a vast variety of things. They don’t expect you to know everything in depth but they do expect you to have surface-level knowledge of everything thing. From technical to core to your projects you’ll be asked everything.

After the last round, they took 3 students.


Similar Reads

PhonePe Interview Experience for Software Engineer 2023
Every year on August 1st, PhonePe visits our campus (Pune Institute of Computer Technology) to hire students for the role of software engineering. The offer included both Full-Time Employment (FTE) and an internship, with the job location specified as Pune. The hiring process had 4 rounds, all of them on the same day, along with the results. Eligib
6 min read
PhonePe Interview Experience (On Campus)
Content Removed
1 min read
PhonePe Interview Experience | On-Campus 2021
Online Coding Round: Count ways to exit matrix [N][M] (4 adjacent directions movements) from given (Sx, Sy). The starting point is at most K steps.https://leetcode.com/problems/frequency-of-the-most-frequent-element/ (Solved it using two pointer method)Game Theory: Given A and C, start with value A! (A factorial), each player removes B (B<= A!)
2 min read
PhonePe Interview Experience (Off-Campus)
Round 1(Online Assessment): The test was held on CodeSignal. It consisted of 4 questions which had to be completed in 1 hr 20 minutes. The first two checked our implementation skills. The 3rd one checked both implementation and logic. The fourth one was medium to hard level. I solved 3 questions completely and the 4th question partially. I scored 1
3 min read
PhonePe Interview Experience for Software Engineer (On-Campus) Aug 2022
PhonePe visited our college, PEC – Chandigarh on 3-4 August – 22, and everything was conducted in Offline mode. Eligibility Criteria: Open to all branch students from the Final year, with ≥ 60% score across class X, XII and Engineering Semesters. According to our criteria, 181 people were eligible for the OT round. There were 4 rounds in the whole
6 min read
PhonePe Interview Experience (1.10 years experience)
Round 1: Machine Coding Design a snake and ladder game. Code should be modular and demoable. Time given was 90 minutes. He mentioned the code should handle cases when you want to add a new obstacle along with snake and ladder, add any number of players in the game etc. Round 2: PS/DS round I liked the interview questions. They were of medium diffic
2 min read
PhonePe Interview Experience
Coding Round: Design and code a Queue Service, allowing multiple subscribers on a topic. Each consumer can have multiple pollers - implement parallel polling using sub queues, assuming that producer can have ordering key used to send messages to the same sub queue. — Code interfaces : (subscribe, publish, consume), allow extension for multiple poll
1 min read
PhonePe Online Assessment Interview Experience
First round was a coding round in which 4 questions were asked. But I can only remember two of them. Possible to form a triangle from array values Count of ordered pairs (i, j) such that arr[i] and arr[j] concatenates to X
1 min read
PhonePe Interview Experience
Tips for Interview: Practice at least(easy and medium questions from leetcode under(Top Interview Questions)) or all the questions from Gfg under(must do coding questions for interviews)) Also, the other major tip is don't learn each and every question you solved but try to solve questions in a way that you can solve its variation during interviews
3 min read
Phonepe Interview Experience 2021
Technical Round 1: This round is based on DSA. 3 questions were asked. Given an array, check whether it is possible to get two numbers from the array with sum k.(the easy-this question is asked just for comforting purposes)Given a problem on graphThis was a hard problem, I discussed my approach.(Hint is given by interviewer- Two Stack+segment tree…
2 min read