Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      Itential

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Itential | Vagas da empresa Itential | Salários da empresa Itential | Benefícios da empresa Itential
      Entrevistas da empresa ItentialEntrevistas do cargo de Software Engineering Co-op da empresa ItentialEntrevista da empresa Itential


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Capgemini
      3.7★Remuneração e benefícios
      avatar
      SAP
      3.9★Remuneração e benefícios
      avatar
      Bloomberg
      4.0★Remuneração e benefícios
      avatar
      Deel
      4.2★Remuneração e benefícios

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      Entrevista para Software Engineering Co-op

      6 de ago. de 2025
      Funcionário(a) sigiloso(a)
      Atlanta, GA
      Oferta aceita
      Experiência positiva
      Entrevista fácil

      Candidatura

      Candidatei-me online. O processo levou 3 semanas. Fui entrevistado pela Itential (Atlanta, GA) em ago. de 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.

      Perguntas de entrevista [5]

      Pergunta 1

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

      Pergunta 2

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

      Pergunta 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 resposta

      Pergunta 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 à pergunta

      Pergunta 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 à pergunta