Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Itential

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Itential | Empleos en Itential | Sueldos en Itential | Prestaciones en Itential
      Entrevistas en ItentialEntrevistas para el cargo de Software Engineering Co-op en ItentialEntrevista en Itential


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Salesforce
      4.4★Remuneración y prestaciones
      avatar
      SAP
      3.9★Remuneración y prestaciones
      avatar
      Capgemini
      3.7★Remuneración y prestaciones
      avatar
      NiCE
      3.6★Remuneración y prestaciones

      Entrevista para Software Engineering Co-op

      6 de ago de 2025
      Empleado anónimo
      Atlanta, GA
      Oferta aceptada
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Itential (Atlanta, GA) en ago 2025

      Entrevista

      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.

      Preguntas de entrevista [5]

      Pregunta 1

      Behavioral Question: What is the biggest problem you have had to encounter on a project?
      Responder pregunta

      Pregunta 2

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

      Pregunta 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 respuesta

      Pregunta 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?
      Responder pregunta

      Pregunta 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).
      Responder pregunta