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

      Tech Consulting

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Tech Consulting | Offres d’emploi chez Tech Consulting | Salaires chez Tech Consulting | Avantages sociaux chez Tech Consulting
      Entretiens chez Tech ConsultingEntretiens d’embauche pour Junior React Native Developer chez Tech ConsultingEntretien chez Tech Consulting


      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 Junior React Native Developer

      18 juin 2025
      Candidat à l'entretien anonyme
      Atlanta, GA
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé via une autre source. Le processus a pris 1 semaine. J'ai passé un entretien chez Tech Consulting (Atlanta, GA) en juin 2025

      Entretien

      Someone reached out to me after I had applied for a different, more generic position on LinkedIn, and they said I would be a good fit for the role. I was told that the time scale before being hired would be incredibly short, as they had a group already to start on a certain date. We spoke on the phone briefly about the process: on online skills assessment, a pair programming assessment, and then a spoken interview. I completed their skills assessment, receiving positive feedback from the website for part of it, but wasn't told of my overall results nor was contacted again. I reached out to them several times since and have heard nothing.

      Questions d'entretien [5]

      Question 1

      String Challenge Have the function StringChallenge(str) take the str parameter being passed and return the string in reversed order. For example: if the input string is "Hello World and Coders" then your program should return the string sredoC dna dlroW olleH. Once your function is working, take the final output string and remove any characters (case-insensitive) from it that appear in your ChallengeToken. If the new final string is empty, return the string EMPTY. ChallengeToken: 0123456789
      Répondre à cette question

      Question 2

      What will the following JavaScript code output? (function() { var a = b = 5; })(); console.log(b);
      Répondre à cette question

      Question 3

      What will the following JavaScript code output? async function getData() { return await Promise.resolve('Hello!'); } const data = getData(); console.log(data);
      Répondre à cette question

      Question 4

      What does React Native use to render UI Components? - SVG - Native components - CSS - HTML
      Répondre à cette question

      Question 5

      How do you create a new React Native project from the command line? - npx react-native init ProjectName - react-native new ProjectName - npx react-native new ProjectName - new react-native ProjectName
      Répondre à cette question