Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      PhonePe

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: PhonePe reviews | PhonePe jobs | PhonePe salaries | PhonePe benefits
      PhonePe interviewsPhonePe Product Solution Engineer interviewsPhonePe interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Product Solution Engineer Interview

      28 May 2026
      Anonymous interview candidate
      No offer
      Negative experience

      Other Product Solution Engineer interview reviews for PhonePe

      Product Solution Engineer Interview

      27 Nov 2025
      Anonymous interview candidate
      Bengaluru
      No offer
      Difficult interview

      Application

      I applied online. I interviewed at PhonePe

      Interview

      Applied online. Got test link after a week, cleared the test and got technical interview invite after a week. cleared technical round as well (1.5 hour including coding questions, linux, SQL) answered almost all. after a day I got invitation for managerial round. scheduled that round after 5 days. On interview day I got a call from HR to gather basic details including compensation (which should be discussed before scheduling interview) and I was offered what I am already getting in my current company. HR told that she will be checking internally and let me know and cancelled the managerial round. After that they completely ghosted me. No response after multiple calls and mails. Atleast candidates needs a confirmation even for rejection if they are putting all there efforts and time. and the details should be discussed before scheduling the tests and interviews. Worst experience

      Interview questions [1]

      Question 1

      SQL, Python, Linux, previous projects
      Answer question
      Positive experience
      Average interview

      Application

      I interviewed at PhonePe (Bengaluru)

      Interview

      The process was good though and the HR will communicate with you earliest with the next steps if shortlisted and if not you will get informed about that as well

      Interview questions [1]

      Question 1

      Two coding questions were there in technical round
      Answer question

      Product Solution Engineer Interview

      15 Oct 2024
      Anonymous interview candidate
      Bengaluru
      No offer
      Neutral experience
      Difficult interview

      Application

      I applied online. The process took 2 weeks. I interviewed at PhonePe (Bengaluru) in Oct 2024

      Interview

      3 round: 1st- Online Assessment of 1 hour containing SQL(Basic level questions- MCQ, LINUX AND CODING QUESTIONS(basic level question) 2nd- Personal interview: 1 hour - Question regarding your previous experience and ask to solve few SQL queries mostly joins and medium level coding questions(they don't see your syntax, mainly they will see your logics on the coding and queries) 3rd- Hiring Manger discussion: 1 hour - Asked me two question and test my algorithm. Mainly checked the logic and time complexity.

      Interview questions [8]

      Question 1

      1st round: 2nd coding question: describes a new programming language that only contains one binary operator #. This operator takes two integers as input and returns their sum. However, the operation modifies the values of the input integers in a specific way: the value of the first operand (a) is updated to be the sum of a and b, while the value of the second operand (b) remains unchanged. The problem is to find the minimum number of operations required to make either L or M strictly greater than N using this # operator. The input consists of three integers: L, M, and N. The output should be the minimum number of operations needed to achieve the desired condition.
      1 Answer

      Question 2

      1st round: 1nd coding question: Palindrome of a string
      Answer question

      Question 3

      1st round: SQL MCQ Question: asks to write an SQL query to match customers who are from the same city and country.
      1 Answer

      Question 4

      1st round: SQL MCQ Question: SELECT SUBSTR('123456789', LENGTH('123456789')-3, 2)
      2 Answers

      Question 5

      1st round: Linux MCQ Question: asks which command(s) can be used to run a script on a remote machine for 18 hours
      1 Answer

      Question 6

      1st round: Linux MCQ Question: The command that can be used to run a script on a remote machine is:
      1 Answer

      Question 7

      2nd round: Personal interview: - query highest salary -query with joins - Create a function in python - Join two list in Python - Program to read a JSON file - How will handle escalation -How to prepare a documentation for upcoming process in your team - How application works like API, SDK - How will you handle a escalation from user saying payment failed but money debited - How will handle a situation when user report a particular page is crashing. - Why do you choose this role - Previous handle project in job or college
      Answer question

      Question 8

      3rd round: Coding question: - Tell me about yourself - have hands-on experience on Json, Linus, Debugging, development - Given 2 unsorted list, output should be 1 joined list and sorted in ascending. - transactions = [ {"user_id": "u1", "type": "deposit", "amount": 100.0}, {"user_id": "u2", "type": "deposit", "amount": 200.0}, {"user_id": "u1", "type": "withdrawal", "amount": 50.0}, {"user_id": "u2", "type": "withdrawal", "amount": 30.0}, {"user_id": "u1", "type": "deposit", "amount": 70.0}, ] Check Balance() function, which gives the final balance U1 : U2 :
      1 Answer
      3