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

      QBurst

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur QBurst | Offres d’emploi chez QBurst | Salaires chez QBurst | Avantages sociaux chez QBurst
      Entretiens chez QBurstEntretiens d’embauche pour Software Developer chez QBurstEntretien chez QBurst


      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 Developer

      11 juil. 2025
      Candidat à l'entretien anonyme
      New Delhi
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez QBurst (New Delhi) en mai 2024

      Entretien

      The process was long & exciting with test oriented, the final round was online with the director. Whole process seems planned & welldefined. Need to prepare well for the interview

      Questions d'entretien [1]

      Question 1

      DSA, Main other algorithms asked
      Répondre à cette question

      Autres retours d’entretien d’embauche pour un poste comme Software Developer chez QBurst

      Entretien pour Software Developer

      10 juin 2025
      Candidat à l'entretien anonyme
      Thiruvananthapuram
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez QBurst (Thiruvananthapuram)

      Entretien

      Regular basic DSA questions was asked with a little bit of OOPs and SOLID concepts. Regular basic DSA questions was asked with a little bit of OOPs and SOLID concepts

      Questions d'entretien [1]

      Question 1

      OOPs and SOLID questions with basic DSA
      Répondre à cette question

      Entretien pour Software Engineer

      7 nov. 2024
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai passé un entretien chez QBurst

      Entretien

      Two round of technical interview. Asked basic technical questions on first round and application level questions on second round .There were coding questions which we have to show output.Second round was more about analytical questions.

      Questions d'entretien [1]

      Question 1

      Basic technical questions and coding questions
      Répondre à cette question

      Entretien pour Software Engineer

      1 oct. 2024
      Employé (anonyme)
      Kochi
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai passé un entretien chez QBurst (Kochi)

      Entretien

      The interview was pretty straightforward and simple, especially if you have a good understanding of JavaScript. Most of the questions were focused on JavaScript, with a few touching on React and Node.js. It wasn’t too difficult and didn’t dive into anything too advanced. If you’re comfortable with JavaScript and have some experience with React and Node, you should be fine. Overall, it felt like they were mainly looking for solid basic knowledge rather than anything overly complex.

      Questions d'entretien [1]

      Question 1

      You have an array of fruits and another array of colors where each fruit's color is associated by their id. Your task is to print all the colors that do not belong to apples. Environment: JavaScript let fruits = [ {id: 1, type: 'apple', size: 'small'}, {id: 2, type: 'apple', size: 'medium'}, {id: 3, type: 'orange', size: 'medium'} ]; let colors = [ {id: 1, color: 'red'}, {id: 2, color: 'lightred'}, {id: 3, color: 'yellow'} ];
      1 réponse