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

      MobileCoderz

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur MobileCoderz | Offres d’emploi chez MobileCoderz | Salaires chez MobileCoderz | Avantages sociaux chez MobileCoderz
      Entretiens chez MobileCoderzEntretiens d’embauche pour ReactJS Developer chez MobileCoderzEntretien chez MobileCoderz


      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 ReactJS Developer

      26 sept. 2023
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez MobileCoderz en sept. 2023

      Entretien

      I applied through the job portal and HR reached out to me to schedule a 1:1 Google Meet technical round. The process was smooth and the HR behaviour was very good as well as that of the interviewer.

      Questions d'entretien [4]

      Question 1

      The questions started with the basics of React, its advantages/disadvantages, then moved to Redux, and then to JavaScript, how JavaScript works behind the scenes, how to multitask if JS is a single-threaded language, then also some questions included on the NextJS and why NextJS.
      Répondre à cette question

      Question 2

      What will be the output of the following code: var bar = true; console.log(bar + 0); console.log(bar + "xyz"); console.log(bar + true); console.log(bar + false);
      Répondre à cette question

      Question 3

      What will be the output of the following code: var Employee = { company: 'xyz' } var emp1 = Object.create(Employee); delete emp1.company console.log(emp1.company);
      Répondre à cette question

      Question 4

      What will be the output of the following code: setTimeout(()=> { console.log("1") }, 2000) setTimeout(()=> { console.log("2") }) console.log("3")
      Répondre à cette question