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

      Zype

      Employeur impliqué

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


      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)

      6 nov. 2024
      Employé (anonyme)
      Mumbai
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via une autre source. J'ai passé un entretien chez Zype (Mumbai) en mai 2024

      Entretien

      The Process was Smooth and fast.The HR folks were very active and supportive during the onboarding process,the interviewee were having good set of questions.The interviewee were supportive and friendly too while someone is strucking between the question

      Questions d'entretien [1]

      Question 1

      I was asked a Question Regarding binary search
      1 réponse

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

      Entretien pour Software Development Engineer (SDE I)

      22 juil. 2025
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via la recommandation d'un employé. Le processus a pris 3 semaines. J'ai passé un entretien chez Zype (Bengaluru) en avr. 2025

      Entretien

      I had a very good overall experience — both with the HR team and throughout the interview process. The communication was clear, the interviewers were supportive, and each round felt like a meaningful conversation rather than just an evaluation. Round 1: Coding Interview (DSA - Array-Based Problem) This was a live one-on-one interview where I was given a data structures and algorithms (DSA) problem based on arrays. I was asked to explain my thought process, approach, and possible optimizations. The focus was on how I tackle problems and write clean, efficient code. Round 2: Technical Interview This round tested my understanding of core computer science concepts. I was asked to explain the projects I had worked on and the decisions behind my implementations. The interviewer also gave a real-world banking system scenario and asked me to design a solution, which helped assess my system design and problem-solving skills. Since I had mentioned completing a course in ethical hacking, I was also asked about topics like SQL injection and DOS attacks — which showed that they had thoroughly gone through my resume. Round 3: Managerial + Resume & Coding Discussion This round was conducted by a manager and focused on a deeper discussion around my resume, skills, and experiences. I was also given a couple of easy to medium-level coding problems to solve live. The round tested not just technical ability, but also how I communicate ideas and work through challenges logically. Round 4: HR Discussion The final round was an informal chat with the HR team where we discussed the offer details, joining date, and other onboarding formalities. The HR was very polite and encouraging, and the entire conversation felt smooth and positive. Overall, it was a well-structured and professional selection process. The interviewers were friendly, respectful, and genuinely interested in my background and potential. As a fresher, I appreciated the support and clarity at each stage. A great experience!

      Questions d'entretien [1]

      Question 1

      Sliding Window Maximum: Given an array A of size N and an integer K, find the maximum of every subarray (window) of size K. Example Input: [2, 9, 3, -1, -4, -2, 7], K = 3 Expected Output: [9, 9, 3, -1, 7] Top K Elements from a Large Array: You are given an array of one billion numbers, and an integer K such that K is very small compared to N. Write the pseudocode to find the top K largest elements efficiently. Binary Tree Paths: Given a binary tree, write code to print all paths from the root node to every leaf node.
      Répondre à cette question