PhonePe Interview Experience Last Updated : 31 Mar, 2019 Comments Improve Suggest changes Like Article Like Report 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 pollers (initially taking just one poller). Ensure what is expected from queue: Msg ordering, consistency, availability. DS, Algo, PS Round: Beakers arranged vertically, and number of beakers increase by 1 at each level 1 2 3 4 5 6 Given k is capacity of each beaker. When x ml of water is put, how much will flow to nth beaker. Solve using recursion. Design Round: Producer, Consumer for posts with Read count, write count limit per user topic, ensure fast reads (scale) - cache to be used, distributed to allow read/write to scale. Distributed cache - how is it distributed Check if a given expression is a tautology - always true - alphabets a-z are present in the expression (a&&b) || !(a&&b) solve using stack, check priority of operator Comment More infoAdvertise with us Next Article PhonePe Interview Experience Anonymous Improve Article Tags : Interview Experiences Experiences Similar Reads 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.(Hin 2 min read Zeel Interview Experience I'm a student at a tier 3 college. The story of me is like every other tier 3 college student. My college has no tie-ups with any MNCs or startups. The only way I would have got a job was through my own efforts and hustles. I was very late for my job preparation because I'm a lockdown student first 2 min read oneDirect Interview Experience First round was Resume screening. Apart from resume, they also asked stack overflow, github, hackerrank, LinkedIn user names also. They shortlist around 50 from around 500 applied students. Second Round was Coding round. Three questions were there. ->Min coins problem with infinite coins. ->Ho 2 min read Phonepe Interview Experience (On-campus) PhonePe Interview Experience1. Online Assessment RoundThe first round was an Online Assessment (OA) that tested my problem-solving skills. It included several UNIX-based questions and three Data Structures and Algorithms (DSA) problems. This round set a challenging tone for the upcoming stages.2. Ph 2 min read Soven Interview Experience Interview Experience for Fresher Candidates: I arrived at the interview location 10 minutes early and was greeted by the receptionist who directed me to a waiting area. After a few minutes, the interviewer came to meet me and took me to the interview room.The interview began with some basic question 3 min read Like