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

      Itential

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Itential | Offres d’emploi chez Itential | Salaires chez Itential | Avantages sociaux chez Itential
      Entretiens chez ItentialEntretiens d’embauche pour Software Engineering Co-op chez ItentialEntretien chez Itential


      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 Engineering Co-op

      6 août 2025
      Employé (anonyme)
      Atlanta, GA
      Offre acceptée
      Expérience positive
      Entretien facile

      Candidature

      J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Itential (Atlanta, GA) en août 2025

      Entretien

      The interview process consisted of 3 rounds: a phone round (informational/behavioral interview), virtual round (behavioral interview), and in-person round (behavioral/technical). Overall, I had a great experience with the interview process. The interviewers were friendly and easy to talk to.

      Questions d'entretien [5]

      Question 1

      Behavioral Question: What is the biggest problem you have had to encounter on a project?
      Répondre à cette question

      Question 2

      Behavioral Question: How do you deal with conflict with other teammates (i.e. difference in ideas, solutions, etc)?
      Répondre à cette question

      Question 3

      Technical Question: How much experience do you have with Node.js? Afterwards, they challenge you with finding the bugs in a Node.js coding problem. Expected Output: [Charlie, Eve] Starting Output: Promise {[ ]} or error ------------------------------------------------------------------------ const previousEmployees = () => { return new Promise((resolve) => { setTimeout(() => { resolve([ { id: 1, name: 'Charlie' }, { id: 2, name: 'David' }, { id: 3, name: 'Eve' } ]); }, 200); }); }; const currentEmployees = () => { return new Promise((resolve) => { setTimeout(() => { resolve([ { id: 1, name: 'Charlie' }, { id: 2, name: 'Ava' }, { id: 3, name: 'Eve' }, { id: 4, name: 'Bob' }, { id: 5, name: 'Nina' } ]); }, 200); }); }; // Asynchronous Function: GetAllExistingEmployees() const GetAllExistingEmployees = () => { let previousList = previousEmployees().list; // ❌ wrong, .list doesn't exist let currentList = currentEmployees().list; // ❌ same let result = []; for (let i = 0; i < currentEmployees; i++) { // ❌ wrong: comparing function to number for (let j = 0; j < previousEmployees; j++) { if (currentList[i] === previousList[j]) { // ❌ comparing objects by reference result.push(currentList[i].name); } } } return result; }; console.log(GetAllExistingEmployees()); // ❌ Output: Promise { [] } or error
      1 réponse

      Question 4

      Technical Question: You are given a 3-step system. Step 1: Open the transaction. Credit client with funds/resources. Step 2: Debit source account / Allocate or commit backing resource Step 3: Close the transaction (commit all operations, release locks, finalize) A system crash interrupts a and leaves the system in an inconsistent/indeterminate state. The failure occurs at Step 3: There is a system failure which causes the system to halt at step 3 in the workflow. What are your suggestions/opinions on solving this problem?
      Répondre à cette question

      Question 5

      Behavioral Question: What projects or clubs are you apart of? What classes have you taken? Tip: Study your resume well! Be sure to explain your experiences in-depth, especially if it's experience with the MERN stack (what they're looking for in applicants).
      Répondre à cette question