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 In Test (SDET) 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 In Test (SDET)

      13 janv. 2026
      Candidat à l'entretien anonyme
      Bangalore Rural
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez PhonePe (Bangalore Rural) en févr. 2025

      Entretien

      It was an absolute pleasure interviewing with your team. I truly appreciate the opportunity and enjoyed learning about the organization’s vision. I’m excited about the possibility of contributing to your success!

      Questions d'entretien [1]

      Question 1

      "How do you handle bugs?"
      Répondre à cette question

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

      Entretien pour Software Development Engineer In Test (SDET)

      1 mars 2026
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez PhonePe (Bengaluru) en sept. 2025

      Entretien

      The interview process consisted of 3 discussion rounds and 1 offer discussion with Hiring manager First and second round was mostly DSA based where two questions were asked(One was easy and other medium) and told to code and get the correct output. Third round was with the hiring manager where we had general discussion about debugging the problems and getting the solutions for them.

      Questions d'entretien [1]

      Question 1

      The questions were mostly on easy topics like Array, string, sorting etc
      Répondre à cette question

      Entretien pour Software Development Engineer In Test (SDET)

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

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez PhonePe (Bengaluru) en juil. 2025

      Entretien

      I went through their complete interview process and was left very disappointed with the way it ended. I cleared three highly technical rounds, each of which was challenging and in-depth. The interviewers in those rounds clearly understood my skills and selected me through each stage, which gave me confidence that my capabilities were being fairly evaluated. After that, I was scheduled for a managerial round, which was not technical at all. I am still not sure whether I was rejected in this final round or afterwards. If the rejection was based on this stage, it raises a serious concern: were the three technical rounds not enough to validate my abilities? Since I would have been working closely with the technical team who had already approved me, why should a non-technical managerial discussion outweigh those evaluations? To make matters worse, there was no timely communication. After completing all four rounds, I heard nothing for over a week. Only after I personally followed up with HR did I receive a rejection mail on the same day. The lack of transparency, delayed response, and absence of constructive feedback made the whole process feel unprofessional and discouraging.

      Questions d'entretien [1]

      Question 1

      DSA Round 1. Addition of big string integer 2. True false as per number appearance in output with time complexity. 3. All Functional Testing question 4. Automation project structure. 5. Managerial Basic question
      Répondre à cette question
      1

      Entretien pour Software Development Engineer In Test (SDET)

      15 juil. 2025
      Employé (anonyme)
      Pune
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez PhonePe (Pune) en juin 2025

      Entretien

      Interview Experience – SDET Role Position: Software Development Engineer in Test (SDET) Total Rounds: 3 Overall Difficulty: Medium Focus Areas: DSA, Test Engineering, and Resume-based Discussion Round 1: DSA – Problem Solving (Online or Technical Coding Round) Level: Easy to Medium Round 2: DSA + Experience-Based Discussion Level: Medium Format: 2 DSA questions + past project discussion Additional Discussion: Questions related to previous company experience: Test automation framework used Tools and languages used in daily work How flaky tests and CI/CD issues were handled Integration with reporting tools or test management systems Round 3: HR + Managerial Round Type: Behavioral + Technical Managerial Topics Covered: Past experience deep-dive based on resume Testing Scenarios: Performance testing (tools like JMeter, LoadRunner) Writing and reviewing test plans Creating effective and edge case–oriented test cases Situational/Behavioral Questions: How you handled bugs found late in the cycle Prioritization under tight deadlines Collaboration with developers and product owners Tone: Friendly but focused the manager evaluated both technical understanding and communication skills. Final Thoughts: This interview process was well-rounded strong focus on DSA and problem solving in the first two rounds, followed by real-world SDET responsibilities in the managerial round. Confidence in both coding and QA practices was important for success.

      Questions d'entretien [4]

      Question 1

      Longest Common Prefix – Standard string problem requiring careful handling of edge cases.
      1 réponse

      Question 2

      Sliding Window Maximum – A classic problem requiring use of deque for an optimized O(n) solution.
      1 réponse

      Question 3

      Longest Common Subsequence (LCS) – Solved using bottom-up DP; space optimization was also discussed.
      Répondre à cette question

      Question 4

      Longest Substring Without Repeating Characters – Solved using sliding window with a hash set/map to track characters and update window pointers.
      Répondre à cette question
      3

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Google
      4.5★Rémunération et avantages
      avatar
      Amazon
      3.7★Rémunération et avantages
      avatar
      Mercado Livre
      4.3★Rémunération et avantages
      avatar
      Meta
      4.6★Rémunération et avantages