Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Itential

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Itential | Offerte di lavoro di Itential | Stipendi di Itential | Benefit di Itential
      Colloqui di ItentialColloqui per Software Engineering Co-op presso ItentialColloquio di Itential


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      BMW Group
      4.0★Stipendio e benefit
      avatar
      Sinch
      3.7★Stipendio e benefit
      avatar
      Anton Tech
      3.6★Stipendio e benefit

      Colloquio per Software Engineering Co-op

      6 ago 2025
      Dipendente anonimo
      Atlanta, GA
      Offerta accettata
      Esperienza positiva
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Itential (Atlanta, GA) nel mese di ago 2025

      Colloquio

      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.

      Domande di colloquio [5]

      Domanda 1

      Behavioral Question: What is the biggest problem you have had to encounter on a project?
      Rispondi alla domanda

      Domanda 2

      Behavioral Question: How do you deal with conflict with other teammates (i.e. difference in ideas, solutions, etc)?
      Rispondi alla domanda

      Domanda 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 risposta

      Domanda 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?
      Rispondi alla domanda

      Domanda 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).
      Rispondi alla domanda