Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      PhonePe

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur PhonePe | Offres d’emploi chez PhonePe | Salaires chez PhonePe | Avantages sociaux chez PhonePe
      Entretiens chez PhonePeEntretiens d’embauche pour Software Development Engineer (SDE) chez PhonePeEntretien chez PhonePe


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Software Development Engineer (SDE)

      9 sept. 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez PhonePe en juil. 2025

      Entretien

      could not able to clear 1st round but cleared oa which is very difficult there were 4 questions and all are medium-hard difficulty based on dp the oa experience is good ,it would have been better if my interviewer was little serious about the interview

      Questions d'entretien [1]

      Question 1

      no of numbers formed only using 0's,1's where exactly one 00 is present
      Répondre à cette question

      Autres retours d’entretien d’embauche pour un poste comme Software Development Engineer (SDE) chez PhonePe

      Entretien pour Software Development Engineer (SDE)

      17 nov. 2025
      Candidat à l'entretien anonyme
      Allâhâbâd
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez PhonePe (Allâhâbâd) en sept. 2025

      Entretien

      The interview process at PhonePe was well-structured and professional. The communication was smooth and the interview panel tested both technical depth and problem-solving skills. Although I could not convert the opportunity, it was a great learning experience and helped me understand areas I need to improve for future SDE roles.

      Questions d'entretien [1]

      Question 1

      A binary search on ans question . A graph question-(Dikshtra)
      Répondre à cette question

      Entretien pour Software Development Engineer (SDE)

      30 août 2025
      Candidat à l'entretien anonyme
      Bengaluru
      Aucune offre
      Expérience négative
      Entretien difficile

      Candidature

      J'ai passé un entretien chez PhonePe (Bengaluru)

      Entretien

      On campus- medium hard questions focus on graph and dp.especially dsu concepts..prepare well from striver sheet.first interview was based on array and string questions easy-medium,second interview was on graph and dp

      Questions d'entretien [1]

      Question 1

      Their primary focus was only dsa questions
      Répondre à cette question

      Entretien pour Software Development Engineer (SDE)

      9 déc. 2025
      Candidat à l'entretien anonyme
      Pune
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 5 jours. J'ai passé un entretien chez PhonePe (Pune) en août 2025

      Entretien

      Around 170 candidates were selected. it focused on advanced DSA. there were 15 questions in 90 mins. focused on dynamic programming concepts like backtracking, NP, NP Hard, Knapsack, NQeueens, Recursion, Graphs.

      Questions d'entretien [1]

      Question 1

      You are given a bidirectional weighted graph where the weights represent latency between nodes. The goal is to travel from node 1 (src) to node n (dest) such that: Each node has an associated toll (cost) for visiting it. The total toll is defined as the sum of the toll values of all nodes visited along the path (including both source and destination). You are also given a value maxL, which represents the maximum allowed total latency for a path. Your task is to find a path with the minimum total toll such that the sum of latencies along the path is less than or equal to maxL. If there are multiple paths with the same minimum toll, any valid one can be chosen. If no such path exists, output -1.
      Répondre à cette question